Back to vBulletin 3.5 Template Modifications

Moderators shown under Forum Description
Mod Version: 1.10, by Snort_2005

This modification is in the archives.
vB Version: 3.5.8 Rating: (0 vote - 0 average) Installs: 38
Released: 30 Aug 2005 Last Update: 15 Sep 2005 Downloads: 43
Not Supported Template Edits  

Hmm.. don't know if this is a forum home template mod as it also edits a forumdisplay template as well.

Ever wanted the forum moderators to show up underneath the forum description on your forum skin? Well, It is possible with template edits.

Installation:


</p>
  1. Login to your Admin Control panel and open the style manager.
  2. Edit the templates of the style you wish to apply this to.
  3. Double-click Forum Home Templates to expand it.
  4. Double-click the template: FORUMHOME
  5. Find and delete:
    Code:
    	  <if condition=&quot;$vboptions['showmoderatorcolumn']&quot;>
    	  <td class=&quot;thead&quot;>$vbphrase[moderator]</td>
    	  </if>
  6. Find: (3x)
    Code:
    <if condition=&quot;$vboptions['showmoderatorcolumn']&quot;>6<else />5</if>
  7. Change to:
    Code:
    5
  8. Save the template bit.
  9. Double-click the template: forumhome_forumbit_level1_nopost
  10. Find:
    Code:
    <if condition=&quot;$vboptions[showmoderatorcolumn]&quot;>6<else />5</if>
  11. Change to:
    Code:
    5
  12. Save the template bit.
  13. Double-click the template: forumhome_forumbit_level1_post
  14. Find:
    Code:
    		 <if condition=&quot;$show['subforums']&quot;><div class=&quot;smallfont&quot; style=&quot;margin-top:$stylevar[cellpadding]px&quot;><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
  15. Add Below:
    Code:
    		 <if condition=&quot;$forum[moderators]&quot;><br /><div class=&quot;smallfont&quot;><b>$vbphrase[moderator]s:</b> $forum[moderators]</div></if>
  16. Find and delete:
    Code:
    		<if condition=&quot;$vboptions['showmoderatorcolumn']&quot;>
    		<td class=&quot;alt1&quot;><div class=&quot;smallfont&quot;>$forum[moderators]&nbsp;</div></td>
    		</if>
  17. Save the template bit.
  18. Double-click the template: forumhome_forumbit_level2_nopost
  19. Find:
    Code:
    <if condition=&quot;$vboptions['showmoderatorcolumn']&quot;>5<else />4</if>
  20. Change to:
    Code:
    5
  21. Save the template bit.
  22. Double-click the template: forumhome_forumbit_level2_post
  23. Find:
    Code:
    		<if condition=&quot;$show['subforums']&quot;><div class=&quot;smallfont&quot; style=&quot;margin-top:$stylevar[cellpadding]px&quot;><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
  24. Add Below:
    Code:
    		<if condition=&quot;$forum[moderators]&quot;><br /><div class=&quot;smallfont&quot;><b>$vbphrase[moderator]s:</b> $forum[moderators]</div></if>
  25. Find and delete:
    Code:
    	<if condition=&quot;$vboptions['showmoderatorcolumn']&quot;>
    	<td class=&quot;alt1&quot;><div class=&quot;smallfont&quot;>$forum[moderators]&nbsp;</div></td>
    	</if>
  26. Double-click Forum Display Templates to expand it.
  27. Double-click the template bit: FORUMDISPLY
  28. Find and delete:
    Code:
    	  <if condition=&quot;$vboptions[showmoderatorcolumn]&quot;>
    	  <td class=&quot;thead&quot;>$vbphrase[moderator]</td>
    	  </if>
  29. Save that template bit.
  30. Double-click User Control Panel Templates to expand it.
  31. Double-click the template bit: USERCP
  32. Find:
    Code:
    <if condition=&quot;$vboptions['showmoderatorcolumn']&quot;>6<else />5</if>
  33. Change to:
    Code:
    5
  34. Save that template bit.
  35. Repeat for additional styles.
Enjoy!

Live Demo: http://www.zcworld.net

Update: Fixed the table inside the UserCP If user has subscribed forums.

NOTE: My forum is using a template alteration where you can collapse the forum descriptions and the thread/reply count away and not be bothered by them so I really need an actual LIVE DEMO. Thank you.

Download

This modification is archived and cannot be downloaded.

Screenshots

   

Similar Mods

Moderators Listed under forum description vBulletin 3.5 Template Modifications
Moderators Listed under forum description vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2024