View Full Version : vBulletin 3 Request - Threads in Forum : how to remove ?
hotlovercool4
05-18-2020, 05:07 PM
hey how to remove this word in every threads comes i not this
please check attagemnt picture also clear ( under line red color
help me please
its vbulletin 3.8.11
lange
05-18-2020, 06:07 PM
In forumdisplay template, remove $vbphrase[threads_in_forum]
<!-- / controls above thread list -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[threads_in_forum]<span class="normal"> : $foruminfo[title]</span></td>
<td class="vbmenu_control" id="forumtools" nowrap="nowrap"><a href="$show[nojs_link]#goto_forumtools" rel="nofollow">$vbphrase[forum_tools]</a> <script type="text/javascript"> vbmenu_register("forumtools"); </script></td>
hotlovercool4
05-27-2020, 05:57 PM
thanks my bro now i fix this problem thanks for ur help
--------------- Added 1590610485 at 1590610485 ---------------
can u help me about same like this but its
Sub-Forums : <<<<< how remove ??
best regards
Seven Skins
05-27-2020, 08:51 PM
In FORUMDISPLAY template
Find:
<td class="tcat" width="100%">$vbphrase[threads_in_forum]<span class="normal"> : $foruminfo[title]</span></td>
Replace it with:
<td class="tcat" width="100%"><span class="normal">$foruminfo[title]</span></td>
Find:
<td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>
Replace it with:
<td class="tcat" width="100%"><span class="normal">$foruminfo[title]</span></td>
.
hotlovercool4
05-28-2020, 05:42 AM
thanks so much bro i fix subforum !!
but this code for what ? i not found this one there <td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>
hotlovercool4
05-28-2020, 08:56 AM
hey is it possible to if some one post so title comes here too same in attagemnt i point it
please check thanks in advance
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.