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