Symon
|
Adding A Banner Down The Side Of Your Forum.This little hack will Place your banner down each side of the forum or just one side.
Ok here is HOWTODOIT
Please remember to use the Editor account before making any template changes, If you have not made an editor account yet please read HERE
Second you must have all ready a template you can edit.
If you have not done this please read HOWTODOIT
1. Goto admin panel --- 3. Styles --- Edit Templates/Logos -- the template you wish to edit (EG myff_howtodoit1)--- Submit
Now look at the top in the area marked Choose Forum template/javascript/css File to Edit use the drop down bar and find
overall_header.tpl
Now place this code Right At The Bottom.
| Code: | <table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="125" align="left" valign="top">
<!-- BEGIN switch_forum_view -->
<table><tr>
<td valign="top">
<img src="http:// your url here"/>
</td></table>
<!-- END switch_forum_view -->
</td>
<td valign="top" align="center"> |
Make sure you change the | Code: | | http:// your url here" | to the url of your banner.
To have this on both sides of your forum then
1. Goto admin panel --- 3. Styles --- Edit Templates/Logos -- the template you wish to edit (EG myff_howtodoit1)--- Submit
Now look at the top in the area marked Choose Forum template/javascript/css File to Edit use the drop down bar and find
overall_footer.tpl
Now place this code Right At The top.
| Code: | </td>
<td width="125" align="right" valign="top">
<!-- BEGIN switch_forum_view -->
<table><tr>
<td valign="top">
<img src="http://gallery.myff.org/gallery/154320/banners.jpg"/>
</td></table>
<!-- END switch_forum_view -->
</td>
</tr>
</table> |
Again make sure you change the | Code: | | http://gallery.myff.org/gallery/154320/banners.jpg | to the url of your banner.
The final results could look like this.
|