View Full Version : What's Going On?
dasgrid
02-15-2018, 01:43 AM
Hello people I come to consult if there way to hide the statistics of a forum 4.2.5 thanks
https://vborg.vbsupport.ru/external/2018/02/24.png
AdminCP / Styles and Templates / Search in Templates
Search
FORUMHOME
enter forumhome template and find in this page
<!-- what's going on box -->
again find
<!-- end what's going on box -->
Delete whatever is between them, which is from
<div id="wgo" class="collapse wgo_block block">
to
{vb:raw template_hook.forumhome_wgo_pos5}
</div>
</div>
Or there's another way in which instead of deletion, you can order to hide this division.
Go again to Search in Templates, and search
additional.css
Set Search Titles Only to Yes.
Add this code in the end of additional.css
.wgo_block {
visibility: hidden !important;
}
It hides that part.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.