Log in

View Full Version : Miscellaneous Hacks - Add right column for Feed RSS for sub-forums


cionfs
04-22-2009, 10:00 PM
In this thread I will explain how to obtain a result like this (RSS icon for subforum)

https://vborg.vbsupport.ru/external/2009/04/41.jpg


Open Forumdisplay and find


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


<td class="thead">RSS</td>


It will display this

https://vborg.vbsupport.ru/external/2009/04/42.jpg

Open forumhome_forumbit_level1_post and find


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


<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

https://vborg.vbsupport.ru/external/2009/04/41.jpg

This (https://vborg.vbsupport.ru/showthread.php?t=211699)thread explains how to insert the rss for each section

Cionfs of www.cionfs.it :cool:
(http://www.cionfs.it)

a9eel
01-14-2010, 07:04 PM
thx

hayaldunya
03-28-2010, 07:16 AM
thanks..