Hello guys.
Ive just wrote up a quick Index Advertisement code for you guys that use MyBB for a promotion forum.
Add this code below {$forums} in your index template.
This way it will add the code above the Board Statistics.
If you need any help with any other codes, or adding anything to this code.
Then please let me know.
Thank you.
Ive just wrote up a quick Index Advertisement code for you guys that use MyBB for a promotion forum.
Add this code below {$forums} in your index template.
This way it will add the code above the Board Statistics.
Code:
<div onclick="MyAdvertisements.do_click(2);"><table border="0" cellspacing="1" cellpadding="5" class="tborder">
<thead>
<tr>
<td class="thead" colspan="6">
<div><strong>Index Advertisements</strong><br /><div class="smalltext"></div></div><tr class="bg1">
</td>
</tr>
</thead>
<tbody style="" id="boardstats_e">
<tr>
<td class="trow2" align="center" width="25%"><a href="http://LINK" target="_blank"><img src="http://image" border="0" width="88" height="31"></a></td>
<td class="trow2" align="center" width="25%"><a href="http://LINK" target="_blank"><img src="http://image" border="0" width="88" height="31"></a></td>
<td class="trow2" align="center" width="25%"><a href="http://LINK" target="_blank"><img src="http://image" border="0" width="88" height="31"></a></td>
<td class="trow2" align="center" width="25%"><a href="http://LINK" target="_blank"><img src="http://image" border="0" width="88" height="31"></a></td>
</tr>
<tr>
<td class="trow2" align="center">Open Slot</td>
<td class="trow2" align="center">Open Slot</td>
<td class="trow2" align="center">Open Slot</td>
<td class="trow2" align="center">Open Slot</td>
</tr>
</tbody>
</table>
<br></div>
<!-- start: index_boardstats -->
<table border="0" cellspacing="0" cellpadding="5" class="tborder">
<thead>
<tr>
If you need any help with any other codes, or adding anything to this code.
Then please let me know.
Thank you.







