MyBB Community Forums

Full Version: Subforum Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, for every single sub-forum there is this patch of colour. I just want to remove it so it is normal.


https://minus.com/mbjb9MGDqq


It is the purple that is the same as the border. Can someone tell me how to remove that?

_____________________

Also, is there a way to make "User(s) browsing this forum: Username, Username" visible for staff members only?

Thanks Smile
1. giving forum URL might help in providing better suggestions ...

2. you can use template conditionals plugin ...
What is that, and will it fix my problem?
^ referred template conditionals plugin can be used to add a condition
for showing "User(s) browsing this forum:" to selected group members
Acually, How do I remove it from everyone?
^ after installing the template conditionals plugin ,
find {$usersbrowsing} in forumdisplay template

change it to below code :
<if in_array($GLOBALS['mybb']->user['usergroup'], array(3,4,6)) then>
{$usersbrowsing}
</if>