Back to vBulletin 3.8 Template Modifications

Add right column for Feed RSS for sub-forums
Mod Version: 1.00, by cionfs

vB Version: 3.8.x Rating: (0 vote - 0 average) Installs: 4
Released: 23 Apr 2009 Last Update: Never Downloads: 2
Not Supported Template Edits Re-usable Code  

In this thread I will explain how to obtain a result like this (RSS icon for subforum)



Open Forumdisplay 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_level1_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



This thread explains how to insert the rss for each section

Cionfs of http://www.cionfs.it

Download

No files for download.

Similar Mods

Miscellaneous Hacks Add right column for Feed RSS in forumhome vBulletin 3.8 Template Modifications
RDF-Feed from your Forums vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024