| Author |
Message |
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Sun Aug 08, 2010 7:11 am |
|
In ACP I have set Site Info v2.2.2, Statistics, Who is Online to appear for Administrators only. I notice in Forum Categories it show at bottom of page. It appear in the forum when deactivated. How do I turn it off to visitors or all together?
Thank you. |
Last edited by Mike63740 on Tue Jan 10, 2012 2:37 pm; edited 1 time in total |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Sun Aug 08, 2010 8:03 am |
|
In your themes/Your Theme/forums/index_body.tpl find and remove:
| Code: | <tr>
<td><span>{TOTAL_USERS_ONLINE} [ <strong>{L_WHOSONLINE_ADMIN}</strong>
] [ <strong>{L_WHOSONLINE_MOD}</strong> ]<br>
{RECORD_USERS}<br>
{LOGGED_IN_USER_LIST}</span></td>
</tr> |
It will probably differ from theme to theme, but you are looking for something similar to this. |
_________________ Tricked Out News |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Sun Aug 08, 2010 10:21 am |
|
Thanks Bobby, that did remove most items, but not all. Can the entire section with title(Who is Online) be removed? |
| |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Sun Aug 08, 2010 10:24 am |
|
Yes. Just make sure you back up your theme just in case. |
_________________ Tricked Out News |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Sun Aug 08, 2010 10:44 am |
|
I will only update the server, and if it works out, I will backup, than to restore if it do not work out.
Thanks.
Mike |
| |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Sun Aug 08, 2010 12:24 pm |
|
I'm ready when you are Bobby, and thanks for the good advice. |
| |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Sun Aug 08, 2010 12:31 pm |
|
What you would want to remove will look something like this, starting with the table tag:
| Code: | <table>
<tr>
<td><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td>
</tr>
<tr>
<td><img src="themes/Rounded_Blue/forums/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" title="{L_WHO_IS_ONLINE}" width="33" height="25">
</td>
<td><span>{TOTAL_POSTS}<br>
{TOTAL_USERS}<br>
{NEWEST_USER}</span></td>
</tr>
<tr>
<td><span>{TOTAL_USERS_ONLINE} [ <strong>{L_WHOSONLINE_ADMIN}</strong>
] [ <strong>{L_WHOSONLINE_MOD}</strong> ]<br>
{RECORD_USERS}<br>
{LOGGED_IN_USER_LIST}</span></td>
</tr>
<tr>
<td><span>{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table> |
|
_________________ Tricked Out News |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Mon Aug 09, 2010 3:42 am |
|
Case Closed! Everything looks great.
Thanks. |
| |
|
|
 |
|
|