How To Add The Forum Led By Phrase ?

elfitiany

New Member
I Wanna Add The Forum Led By Phrase Like The IPB

Don't Say Add It On The Forum Description

I Want It Automatically

I Searched For It And I Found


Open the template:
forumhome_forumbit_level2_post

Find this code and delete it.
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
</if>

Now find this code:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
And replace it with this code:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]<br />(<phrase 1="$forum[moderators]">$vbphrase[forum_led_by_x]</phrase>)</div></if>

Save the template.


Open the template:
FORUMHOME

Find this code and delete it:

<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>

Save the template



Now add a new GLOBAL phrase with title:
forum_led_by_x

and text:
Forum Led by: {1}

Save the phrase.


Final thing; turn on the vBOptions > vBOptions > 'Show Moderator Column' - (it won't actually show, but otherwise the moderators don't get listed).

But I Can't Understand That :
Now add a new GLOBAL phrase with title:
forum_led_by_x

and text:
Forum Led by: {1}
 
Back
Top