11
gojoe_gojoe
Re: Custom sessions don't work

Well being as I just started to use XOOPS I am learning myself so I ain't no expert here, but I would not think it's the HTTP_REFER because that has nothing to do with being logged out...the thread stated that The HTTP_REFERER is a privacy setting - all it does is tell the webserver, which was the LAST page, you viewed - and only for that site. It is used to determine whether people are submitting a form on YOUR site, or somewhere else on the web
So I would say no to that. Clear you cache files on the server and on your computer and double check your server and see how they are running sessions. Do a phpinfo() You might find it's the way your server is configured and not XOOPS at all. That is what I would do if I were you.

<?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);

?>



12
gojoe_gojoe
Re: Text Wrap

I did the same thing with my site and IF you hold down the g button on the keyboard and do what you did I got the same results. THEN I actually typed in words and hit the space bar while typing words....like you normally would and it did line breaks fine like it's supposed to. If you copy paste this reply into your EXTRA infor box you will see it will wrap fine. It seems with out a space in between words the text wrap will not work. The code is in EDITUSER.php and it is line 367.
$bio_tarea = new XoopsFormTextArea(_US_EXTRAINFO, 'bio', $xoopsUser->getVar('bio', 'E'));



13
gojoe_gojoe
Re: Custom sessions don't work

Put this number in custom Session expiration 525600 This will enable it for 1 year.



14
gojoe_gojoe
Session ID Google

I turned off the sessions ID's on my site and they do not appear in the browser URL...good no problem there. But I used a spider program (Rafa Bot) to crawl my site to see what the spiders and robots will encounter when they crawl. I discover the session ID's pop up for them when downloading the pages. I ran different programs for crawling besides RafaBot and they ALL turned out Session ID when actually being crawled. So now I see the Session ID's in XOOPS is just for the browser URL and not for anything else. It appears to me when Google will crawl my site it's going to spawn session ID's. I don't see anything in the forum about this so I am asking.
The session ID's are turned off for the browser URL but this does NOT affect what is actually happening when a bot crawls my site. How about an .HTACCESS tip for this? I do have Globals turned on, could this be a problem.

Thanks.



15
gojoe_gojoe
Re: "Popular Articles" in header bar. How do I make that go away?

This is an old post I know but I found it on Google to my problem. To edit the top header in the main catagory you need to go into SYSTEM....then TEMPLATES....look for the default XOOPS and then EDITO. If you haven't generated that module yet do so. Then go into the TEMLATE LISTS on EDITO and click edito_index.html EDIT. It's between the first set of <h1> </h1> tags.

Thanks Mithrandir



16
gojoe_gojoe
Re: "Premature end of script headers" what does thie mean? => 500 internal server error




17
gojoe_gojoe
Re: want to upgrade from phpBB forum to xoops




18
gojoe_gojoe
Re: Block weight not working

OK I finally tried reading the instructions
At least you could have responded and said stupid Newbie or some thing, I know you were thinking it
I finally figured out the blocks 2-4 are always below block 3
http://docs.xoops.org/modules/xdocman/manual.php?lang=en&doc=xd-001&file=ch02s05.html



19
gojoe_gojoe
Block weight not working

I can not get the block with the girl and boy http://uncccolville.com/ to be below the calendar, Who's Online, Today's events, Top News. I tried setting the block weight to the highest setting but to no avail. What am I not getting here. I want to send the block titled UNCC First Year Experiences down to the bottom of the page. Weight settings aren't working here.




TopTop
« 1 (2)



Login

Who's Online

175 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 175


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits