MyBB Community Forums

Full Version: Help me this 2 problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Help me to this 2 problem see the picture

[attachment=2353]

[attachment=2354]
To disable the "Users browsing this forum" functionality, in the Admin CP, go to: Board Settings -> Change -> Forum Display Options -> and change Users Browsing this Forum to Off.

The second change requires a template edit. In the Admin CP, go to Templates -> Modify/Delete -> "Expand" Default Templates -> Forum Bit Templates -> forumbit_depth1_cat.

Change:

<td class="tcat" width="59%"><strong>$lang->forumbit_forum</strong></td>

To:

<td class="tcat" width="59%" align="center"><strong>$lang->forumbit_forum</strong></td>

Regards,
Chris
1) Admin Cp-> Templates->Modify->Expand Default Templates->Expand Forum Display Templates->forumdisplay_usersbrowsing
Delete everything in there.

2) Admin Cp-> Templates->Modify->Expand Default Templates->Expand Forum Bit Templates->forumbit_depth1_cat
Find
<td class="tcat" width="59%"><strong>$lang->forumbit_forum</strong></td>
replace with
<td class="tcat" width="59%" align="center"><strong>$lang->forumbit_forum</strong></td>

EDIT: Must be something wrong with me recently... I keep making my replies and someone always beats me to it Confused Sad
thank you very much