Back to vBulletin 3.8 Template Modifications

Add right column for Feed RSS in forumhome
Mod Version: 1.00, by cionfs

vB Version: 3.8.x Rating: (1 vote - 5.00 average) Installs: 13
Released: 20 Apr 2009 Last Update: Never Downloads: 1
Not Supported Template Edits Re-usable Code  

In this thread I will explain how to obtain a result like this



Open Forumhome and find

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

Code:
<td class="thead">RSS</td>
It will display this



Open forumhome_forumbit_level2_post and find

Code:
<if condition="$vboptions['showmoderatorcolumn']">
    <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
    </if>
after add

Code:
<td class="alt1"><a title="RSS feed for $forum[title]" href="/forum/external.php?type=RSS2&amp;forumids=$forum[forumid]" target="_blank" rel="nofollow"><img hspace="0" src="iconarss.gif" align="baseline" border="0" /> </a>
It will display this



Open forumhome_forumbit_level1_nopost and find

Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
Replace with

Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">7<else />6</if>">
It will display this



Re-Open FORUMHOME and find

Code:
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
And replace with

Code:
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">7<else />6</if>"><div class="smallfont"><strong>
It will display this



Cionfs of http://www.cionfs.it

Download

No files for download.

Similar Mods

Side column on forumhome only vBulletin 3.5 Add-ons

vblts.ru supports vBulletin®, 2022-2024