Heisenberg submitted a new resource:
You must be registered for see links
- Add right column for Feed RSS for sub-forumsvB Version: 3.8.x
In this thread I will explain how to obtain a result like this (RSS icon for subforum)
You must be registered for see images attach
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:
You must be registered for see images attach
Open forumhome_forumbit_level1_post and find:
Code:<if...
You must be registered for see links
Last edited:
