The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
Yeah but I think he wants to code to show it under the subforums. I used to have that code for vb3 but have misplaced it.
|
#22
|
||||
|
||||
I took a look around also but did not come up with anything.
|
#23
|
||||
|
||||
Ok I found it.
In the template FORUMHOME find and delete: HTML Code:
<if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> Then in the template forumhome_forumbit_level2_post find and delete: HTML Code:
<if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> HTML Code:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> HTML Code:
<if condition="$forum[moderators]"> <div class="smallfont"> <b>Moderators:</b> $forum[moderators] </div> </if> Then you will get the results like I have below. |
2 благодарности(ей) от: | ||
blind-eddie, Lynne |
#25
|
||||
|
||||
Glad you found it useful as well.
|
#26
|
|||
|
|||
Quote:
tanks you dude !! You can close the thread |
Благодарность от: | ||
ozzy47 |
#27
|
||||
|
||||
Not a problem, glad to help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|