Just like in this image below:
I do not want to edit it in the header/footer
so all pages get it, only viewforum/viewtopic
Inex page gona have another similar thing in it so

Moderator: CricketMX Forum Moderators

Any way is fine, but the closer to original phpBB code the better...battye wrote:Would you be happy with putting it in a table, or do you wish to maintain the tableless CSS which IIRC is in place in proSilver?
Code: Select all
<!-- IF S_HAS_SUBFORUM -->
<!-- IF not S_IS_BOT -->
<ul class="linklist">
<li class="rightside"><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></li>
</ul> Code: Select all
<table border="0">
<tr>
<td>Code: Select all
<!-- IF .topicrow and not S_DISPLAY_ACTIVE -->
<div class="topic-actions">
<!-- IF S_IS_POSTABLE and not S_IS_BOT -->
<div class="buttons"> Code: Select all
</td>
<td>####AD CODE HERE####</td>
</tr>
</table>
Code: Select all
<table border="0">
<tr>
<td>Code: Select all
<table width="100%" border="0">
<tr>
<td>Code: Select all
Find:
<!-- BEGIN topicrow -->
Before add:
<table width="100%" border="0">
<tr>
<td VALIGN="TOP">
-----------------------------------------------
Find:
<!-- END topicrow -->
After add:
</td>
<td VALIGN="TOP" WIDTH="170" ALIGN="CENTER">
<!-- Banner Start -->
### YOUR BANNER HERE ###
<!-- Banner END -->
</td>
</tr>
</table>