Can I Put Individual Banners On Each Category Or Forum »  Show posts from    to     

Icy Phoenix


Old Support Topics - Can I Put Individual Banners On Each Category Or Forum



charades [ Thu 07 Dec, 2006 16:49 ]
Post subject: Can I Put Individual Banners On Each Category Or Forum
Can I put individual banners on each category or Forum on my site when using XS

Appreciate if anyone can help me out regarding this...


Zuker [ Thu 07 Dec, 2006 17:11 ]
Post subject: Re: Can I Put Individual Banners On Each Category Or Forum
you can try to install forum sponsors
http://www.phpbb.com/phpBB/viewtopic.php?t=431042


charades [ Mon 22 Jan, 2007 05:24 ]
Post subject: Re: Can I Put Individual Banners On Each Category Or Forum
Zuker wrote: [View Post]
you can try to install forum sponsors
http://www.phpbb.com/phpBB/viewtopic.php?t=431042


Many thanks Zuker for directing me towards the useful thread...

However as my board is based on XS which ca_aphrodite template and not subsilver...

I am stuck here....I appreciate if you can help me directing me on where exactly I have to make these changes ...

This is part of the text file which is provided for installation of the above Forum Sponsors and this is what it contains...

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/viewforum_body.tpl

#
#-----[ FIND ]------------------------------------------
#

</table>

#
#-----[ AFTER, ADD ]------------------------------------------
#

<table width="100%" cellspacing="1" cellpadding="2" border="0" align="center">
<tr>
<td align="center">
{FORUM_SPONSOR}
</td>
</tr>
</table>

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/viewtopic_body.tpl

#
#-----[ FIND ]------------------------------------------
#

-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
</tr>
</table>

#
#-----[ AFTER, ADD ]------------------------------------------
#

<table width="100%" cellspacing="1" cellpadding="2" border="0" align="center">
<tr>
<td align="center">
{FORUM_SPONSOR}
</td>
</tr>
</table>

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/admin/forum_edit_body.tpl

#
#-----[ FIND ]------------------------------------------
#

</table></td>
</tr>

#
#-----[ AFTER, ADD ]------------------------------------------
#

<tr>
<td class="row1">{L_FORUM_SPONSOR}<br/><span class="gensmall">{L_FORUM_SPONSOR_NOTE}</span></td>
<td class="row2"><textarea rows="5" cols="45" wrap="virtual" name="sponsor" class="post">{SPONSOR}</textarea></td>
</tr>


When I open viewfotumbody.tpl or viewtopicbody.tpl I got confused as I found more than one </table>.

I am sorry if I am asking something which I am not supposed to If so please don't give me a warning ...
Any help is greatly appreciated in this regard




Powered by Icy Phoenix