cionfs
04-19-2009, 10:00 PM
In this thread I will explain how to obtain a result like this
https://vborg.vbsupport.ru/external/2009/04/53.jpg
Open Forumhome 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/54.jpg
Open forumhome_forumbit_level2_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/55.jpg
Open forumhome_forumbit_level1_nopost and find
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
Replace with
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">7<else />6</if>">
It will display this
https://vborg.vbsupport.ru/external/2009/04/56.jpg
Re-Open FORUMHOME and find
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
And replace with
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">7<else />6</if>"><div class="smallfont"><strong>
It will display this
https://vborg.vbsupport.ru/external/2009/04/57.jpg
Cionfs of www.cionfs.it :cool:
(http://www.cionfs.it)
https://vborg.vbsupport.ru/external/2009/04/53.jpg
Open Forumhome 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/54.jpg
Open forumhome_forumbit_level2_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/55.jpg
Open forumhome_forumbit_level1_nopost and find
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
Replace with
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">7<else />6</if>">
It will display this
https://vborg.vbsupport.ru/external/2009/04/56.jpg
Re-Open FORUMHOME and find
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
And replace with
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">7<else />6</if>"><div class="smallfont"><strong>
It will display this
https://vborg.vbsupport.ru/external/2009/04/57.jpg
Cionfs of www.cionfs.it :cool:
(http://www.cionfs.it)