Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
5 registered (Gizmo, GregK, Iann128, SteveS, SD), 34 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 04/22/10
Posts: 5
Top Posters (30 Days)
Ruben 61
SD 52
Gizmo 48
gliderdad 33
Dunny 21
driv 18
dbremer 16
Mark S 13
Stan 12
Iann128 10
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 2 1 2 >
Topic Options
#234542 - 02/08/10 09:38 PM Why can't Guests see the secondary pages of the Forum?
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
If I'm not logged in, and I click on page 2 of a Forum

It won't go to page 2

It just stays on page 1

I have no idea why

I have it set that Guests can read the Forum

?

I have no idea if the Forum Option:

Is Teaser Forum?
Forum will be visible in the forum listing even if the user does not have permission to read the forum.


Has anything to do with it

?
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#234553 - 02/09/10 02:09 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
I'd check your sessions directory, and make sure that the permissions are fully writable and also make sure that it isn't full (thousands of files).
Top
#234556 - 02/09/10 02:26 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: Rick]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: Rick
I'd check your sessions directory, and make sure that the permissions are fully writable and also make sure that it isn't full (thousands of files).



I have no idea what you're talking about


Thank you for your Reply here though
Top
#234557 - 02/09/10 02:31 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: Rick]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
I think it's the same problem with this Forum

If you are not logged in, you can't see the secondary pages

UBBDev also
Top
#234558 - 02/09/10 02:33 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: lightningrod
I think it's the same problem with this Forum

If you are not logged in, you can't see the secondary pages

UBBDev also




Nope

UBBDev is fine. I just clicked on the secondary pages there. Maybe it only works when cookies are on ?
Top
#234559 - 02/09/10 02:38 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Ok I just logged out here to check

Logged out, with my cookies off, I cannot see the secondary pages on this Forum or the UBBDev Forum

I than turn my cookies on, and then I can go to the secondary pages on this Forum and the UBBDev Forum with no problem


So a Guest with his cookies off, cannot view the secondary pages on the Forum


Go check yourself




Edited by lightningrod (02/09/10 02:39 AM)
Top
#234562 - 02/09/10 03:26 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
It is designed to use cookies, but guests should be able to see other pages nonetheless, so there needs to be a slight change in postlist.inc.php.

Depending on your version, it should be roughly around line 204 of scripts/postlist.inc.php

Php Code:

	$page = 1;
	$_SESSION['myprefs']['Board'] = $Board;
 


Change that to:

Php Code:

	if (!$page) $page = 1;
	$_SESSION['myprefs']['Board'] = $Board;
 
Top
#234563 - 02/09/10 03:41 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: Rick]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: Rick
It is designed to use cookies, but guests should be able to see other pages nonetheless, so there needs to be a slight change in postlist.inc.php.

Depending on your version, it should be roughly around line 204 of scripts/postlist.inc.php

Php Code:

	$page = 1;
	$_SESSION['myprefs']['Board'] = $Board;
 


Change that to:

Php Code:

	if (!$page) $page = 1;
	$_SESSION['myprefs']['Board'] = $Board;
 





Wow, that was quick

Thanks bro

Ok, I'll try to do this tomorrow

goodnight
Top
#234566 - 02/09/10 10:35 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: Rick]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: Rick
It is designed to use cookies, but guests should be able to see other pages nonetheless, so there needs to be a slight change in postlist.inc.php.

Depending on your version, it should be roughly around line 204 of scripts/postlist.inc.php

Php Code:

	$page = 1;
	$_SESSION['myprefs']['Board'] = $Board;
 


Change that to:

Php Code:

	if (!$page) $page = 1;
	$_SESSION['myprefs']['Board'] = $Board;
 





I can't figure out how to download that file using net2ftp or FireFTP

?
Top
#234567 - 02/09/10 10:36 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: lightningrod


I can't figure out how to download that file using net2ftp or FireFTP

?




In FireFTP I see a Move option to Move the file

But I don't see a Copy option

?
Top
#234568 - 02/09/10 10:40 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
SD Online   partay
Registered: 04/19/07
Posts: 4031
Loc: SoCal, USA
whoa dude eek

what are you smokin? FireFTP works fine... you might want to use a more robust client like FlashFXP however...
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#234570 - 02/09/10 10:48 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: SD]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: Sirdude
whoa dude eek

what are you smokin? FireFTP works fine... you might want to use a more robust client like FlashFXP however...


I click the file in FireFTP

If I just try to move the file to my harddrive, it will be permanently gone until I copy the file in Windows Explorer and than move it back to the server

?

That is how you do it?


When I rightclick the file I see this:

Download

Open

Open With

View on Web

Copy Url

FXP

Cut

Create Directory

Create File

Delete

Rename

Properties


---


I click on Download and nothing happened

I was hoping a window would open up asking me where I want to Download the file to

?



Ok, I just clicked on Download again and I see the file in my 2nd window to the left
Top
#234571 - 02/09/10 10:50 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Ok I see the file now in my 2nd window to the left

After Downloading it

I rightclicked and clicked Copy

I went to Windows Explorer to paste it but the Paste is grayed out, I can't paste it
Top
#234572 - 02/09/10 10:50 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: lightningrod
Ok I see the file now in my 2nd window to the left

After Downloading it

I rightclicked and clicked Copy

I went to Windows Explorer to paste it but the Paste is grayed out, I can't paste it




I don't know how to move that file to my hard drive

?
Top
#234573 - 02/09/10 10:53 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
I just clicked on Copy again

The file is in my 2nd window to my left, there by itself

I clicked on a directory on the left window to paste it

Paste button is grayed out, won't work

Now the file in the 2nd window to the left is gone
Top
#234574 - 02/09/10 10:54 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: SD]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: Sirdude
whoa dude eek

what are you smokin? FireFTP works fine... you might want to use a more robust client like FlashFXP however...



I don't know how to Download a file with FireFTP

I don't know how to download a file off the server

Top
#234575 - 02/09/10 11:00 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
SD Online   partay
Registered: 04/19/07
Posts: 4031
Loc: SoCal, USA
/me steps slowly back out of thread... you need to slow down dude..

caffeine ain't for everyone.. eek

and use the 'edit' button rather than create a novella with post after post..
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#234576 - 02/09/10 11:02 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
I browsed thru the Help of FireFTP and do not see Instructions on how to Copy a File off the server

I tried doing a backup several months ago to upgrade

I don't remember how I did it, but it only backed up the directories and not the files inside the directories, so I couldn't figure out how to do it

So I could not try doing the upgrade
Top
#234577 - 02/09/10 11:03 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: SD]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: Sirdude
/me steps slowly back out of thread... you need to slow down dude..

caffeine ain't for everyone.. eek

and use the 'edit' button rather than create a novella with post after post..




I don't know how to download a file off my server

I can't figure out how to do it


---



Ok, the file is now on my harddrive

I don't know how it got there. I don't know how I did it

I have no idea how the file got on my harddrive



Edited by lightningrod (02/09/10 11:06 AM)
Top
#234579 - 02/09/10 11:12 AM Re: Why can't Guests see the secondary pages of the Forum? [Re: lightningrod]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Ok I edited the file

I have no idea how the file got on my harddrive

Now if I just move the file to the server, the file will just overwrite the old file ?

---

Ok done, I moved the file and it gave me the option to overwrite

---

I see now how I downloaded the file

The 2nd window to the left are the files in the directory on my harddrive

I didn't know that

I didn't know what that window was


---

Ok it worked

I just clicked on my secondary pages with my cookies turned off

It worked

thank you



Edited by lightningrod (02/09/10 11:20 AM)
Top
Page 1 of 2 1 2 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Edit Post
by Bert
Today at 01:19 PM
A positive note
by SteveS
Yesterday at 09:36 PM
How to locate links to particular site if they are only used in images?
by Conrad
02/10/12 09:41 PM
Pictures not displaying
by Marker23
02/09/12 10:04 PM
Issue with logging out constantly
by Flanuva
02/09/12 07:05 PM
Forum Stats
10214 Members
36 Forums
33668 Topics
180918 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image