!!!
25 Nov 2002, 00:01
This is simple, and I apologize for it being a pathetic one...but it's useful.
Open up online.php (in your root folder), and search for this code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Place below it the following code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
MAKE SURE YOU REPLACE "TITLEOFPAGE" WITH THE NAME OF THE PAGE (JUST LETTERS; NO FANCY CHARACTERS OR SPACES) -- a good idea might be to end it with "funfun" or something so that you don't replicate an already existing title.
The "DESCRIPTION OF PAGE..." part will be what shows up in the location menu on the "Who's Online" page.
Now, to add the final altering to make the whole thing work, find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
After it, add:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Make sure you replace "TITLEOFPAGE" with the one you used above. Then, replace "NAMEOFPHPFILE" with the name of the file that the viewer is actually at.
I did it on my boards for "toplist.php" & "attach.php." Their codes were:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
and
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I'm going to do it for the shoutbox as well, but I think you get the idea. So, have fun.
Open up online.php (in your root folder), and search for this code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Place below it the following code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
MAKE SURE YOU REPLACE "TITLEOFPAGE" WITH THE NAME OF THE PAGE (JUST LETTERS; NO FANCY CHARACTERS OR SPACES) -- a good idea might be to end it with "funfun" or something so that you don't replicate an already existing title.
The "DESCRIPTION OF PAGE..." part will be what shows up in the location menu on the "Who's Online" page.
Now, to add the final altering to make the whole thing work, find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
After it, add:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Make sure you replace "TITLEOFPAGE" with the one you used above. Then, replace "NAMEOFPHPFILE" with the name of the file that the viewer is actually at.
I did it on my boards for "toplist.php" & "attach.php." Their codes were:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
and
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I'm going to do it for the shoutbox as well, but I think you get the idea. So, have fun.