|
|
Joined: Jul 2002
Posts: 79
Power User
|
Power User
Joined: Jul 2002
Posts: 79 |
I have a tricky question  I have used Josh's Generic UBB.Threads page throughout my site and was wondering how I can get these pages to be identified on the 'Who is online' screen? At the moment all you see are blank 'Location' boxes.
|
|
|
|
Joined: Mar 2001
Posts: 644
Member
|
Member
Joined: Mar 2001
Posts: 644 |
Edit your languages > online.php file. Add a string as follows: <br />$ubbt_lang['Your_Page_Name'] = "Your Page Name Description"; <br /> Your_Page_Name is the name of the file of the page being viewed, minus the .php extension. Example: <br />$ubbt_lang['index'] = "At the Entrance"; <br /> Hope that helps.
|
|
|
|
Joined: Jul 2002
Posts: 79
Power User
|
Power User
Joined: Jul 2002
Posts: 79 |
wow, thanks! I had no idea it would be that easy 
Last edited by pootlecat; 02/11/2005 4:28 PM.
|
|
|
|
Joined: Jul 2002
Posts: 79
Power User
|
Power User
Joined: Jul 2002
Posts: 79 |
Just one more question  I want to change the coding so that registered users see one page and unreg people see another - using the custom page template. I was thinking another if statement in here would work well but I am not sure how to check if they are logged in or not: if (!$debug) {<br /> include("$thispath/templates/content/idb/search.tmpl");<br /> } Any ideas? 
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
<br />if (!$debug) {<br /> if ($user['U_Username']) {<br /> include("$thispath/templates/content/idb/registered.tmpl");<br /> } else {<br /> include("$thispath/templates/content/idb/unregistered.tmpl");<br /> }<br />}<br /> Rename templates accordingly.
|
|
|
|
Joined: Jul 2002
Posts: 79
Power User
|
Power User
Joined: Jul 2002
Posts: 79 |
Thanks so much - that works like a charm! 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|