|
Text
|
| How to add Portals to your forum on the right |
|
 |
|
 |
|
| Author |
Message |
Symon
Guide Legend



Joined: 11 Jun 2006
Posts: 909
Location: Hampshire,England

Add Comment
Show Comments
|
Posted: Mon Mar 12, 2007 10:30 pm |
 |
|
You will need to change the portals in the code below to what you want and they can be found here Portal Choices
To Make the portals appear on the right hand side of the index page you'll need to ADD this peice of code into your overall_header.tpl file AT THE BOTTOM
| Code: | <table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="left" valign="top"> |
and the bit below needs to be ADDED into your overall_footer.tpl file AT THE TOP
| Code: | </td>
<td width="125" valign="top" align="center">
{MYFF.ANNOUNCE show_results="topics" link="FORUM"}{MYFF.STICKY show_results="topics" link="FORUM"}{MYFF.TOPPOSTERS}
</td>
</tr>
</table> |
JUST TO MAKE THIS CLEAR
the 125 width of the portals table needs to stay as it is, to reduce the portals from squashing up the index page of your forum, you can however change them in a trial and error manner, so they are slightly wider.
As you can see I've placed the portal code into a 1 row 2 column table, also you'll notice the table is left open in the headers code and the table closes in the footers code, the reason for this is that the index body automatically gets placed in the left cell with the portal in the right cell.
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 your forum.
|
|
| |
|
 |
|
|
|
 |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
HOWTODOIT was designed and built by Symon Field Creator Of ☆ ☆ FunnyWorld ☆
HOWTODOIT© Symon Field 2006,2007,2008 Powered by phpBB Group © 2001,2005.
|
|
|
|