The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin 3 Request - Threads in Forum : how to remove ?
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 |
#2
|
||||
|
||||
In forumdisplay template, remove $vbphrase[threads_in_forum]
Code:
<!-- / 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> |
#3
|
|||
|
|||
thanks my bro now i fix this problem thanks for ur help
--------------- Added [DATE]1590610485[/DATE] at [TIME]1590610485[/TIME] --------------- can u help me about same like this but its Sub-Forums : <<<<< how remove ?? best regards |
#4
|
||||
|
||||
In FORUMDISPLAY template
Find: HTML Code:
<td class="tcat" width="100%">$vbphrase[threads_in_forum]<span class="normal"> : $foruminfo[title]</span></td> Replace it with: HTML Code:
<td class="tcat" width="100%"><span class="normal">$foruminfo[title]</span></td> Find: HTML Code:
<td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td> Replace it with: HTML Code:
<td class="tcat" width="100%"><span class="normal">$foruminfo[title]</span></td> . |
#5
|
|||
|
|||
thanks so much bro i fix subforum !!
but this code for what ? i not found this one there Code:
<td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td> |
#6
|
|||
|
|||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|