|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
?
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
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).
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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 ?
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
Last edited by lightningrod; 02/09/2010 2:39 AM.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
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
$page = 1;
$_SESSION['myprefs']['Board'] = $Board;
Change that to:
if (!$page) $page = 1;
$_SESSION['myprefs']['Board'] = $Board;
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
$page = 1;
$_SESSION['myprefs']['Board'] = $Board;
Change that to:
if (!$page) $page = 1;
$_SESSION['myprefs']['Board'] = $Board;
Wow, that was quick Thanks bro Ok, I'll try to do this tomorrow goodnight
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
$page = 1;
$_SESSION['myprefs']['Board'] = $Board;
Change that to:
if (!$page) $page = 1;
$_SESSION['myprefs']['Board'] = $Board;
I can't figure out how to download that file using net2ftp or FireFTP ?
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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 ?
|
|
|
|
Joined: Apr 2007
Posts: 3,940 Likes: 1
Former Developer
|
Former Developer
Joined: Apr 2007
Posts: 3,940 Likes: 1 |
whoa dude what are you smokin? FireFTP works fine... you might want to use a more robust client like FlashFXP however...
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
whoa dude 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
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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 ?
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
whoa dude 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
|
|
|
|
Joined: Apr 2007
Posts: 3,940 Likes: 1
Former Developer
|
Former Developer
Joined: Apr 2007
Posts: 3,940 Likes: 1 |
/me steps slowly back out of thread... you need to slow down dude.. caffeine ain't for everyone.. and use the 'edit' button rather than create a novella with post after post..
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
/me steps slowly back out of thread... you need to slow down dude.. caffeine ain't for everyone.. 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
Last edited by lightningrod; 02/09/2010 11:06 AM.
|
|
|
|
Joined: Oct 2009
Posts: 260
enthusiast
|
enthusiast
Joined: Oct 2009
Posts: 260 |
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
Last edited by lightningrod; 02/09/2010 11:20 AM.
|
|
|
1 members (mavorg),
180
guests, and
112
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|