MyBB Community Forums

Full Version: i want to hide this??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 38060558497308936037.jpg]

i want to hide this inside of sections pls any body tell me how??

thanks
you can turn off Users Browsing this Forum at forum display options in settings page of configuration at admin panel
Install Template conditionals plugin: http://community.mybb.com/thread-31860.html

Go to: ACP > Templates > Forumdisplay templates > forumdisplay_usersbrowsing > and wrap the whole template code with this;
<if $mybb->user['usergroup'] == "4" then>TEMPLATE CODE GOES HERE</if>

Do you want to hide Mutipage as well ?
thanks ranjani solved
AND pagination may be turned OFF by using simple css code at the bottom of the global.css file

.pagination {display:none !important;}

however it is not recommended to turn off pagination as it is required for navigating to next pages ..