Nick(NR)
|
How to add Portals to your forumYou will need to change the portals in the code below to what you want and they can be found here Portal Choices
Ok to do it like it appears on this forum, you need to ADD this peice of code into your overall_header.tpl file AT THE BOTTOM
| Code: |
<!-- BEGIN switch_forum_view -->
<table><tr>
<td valign="top">
{MYFF.ANNOUNCE show_results="topics" link="FORUM"}{MYFF.STICKY show_results="topics" link="FORUM"}{MYFF.TOPPOSTERS}
</td>
<!-- END switch_forum_view -->
<td width="100%" valign="top"> |
and the bit below needs to be ADDED into your overall_footer.tpl file AT THE TOP
| Code: | <!-- BEGIN switch_forum_view -->
</td></tr></table>
<!-- END switch_forum_view --> |
One last thing what I state above is generally correct and will work on most styles/templates. But no two templates have the exaxt same html structure and so there will be exceptions.
Use the editor user to test the changes before making them the default for a forum.
|