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] </div></td>
</if>
after add
<td class="alt1"><a title="RSS feed for $forum[title]" href="/forum/external.php?type=RSS2&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)
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] </div></td>
</if>
after add
<td class="alt1"><a title="RSS feed for $forum[title]" href="/forum/external.php?type=RSS2&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)