The Arcive of vBulletin Modifications Site. |
|
Advertisement Box Under Forums Details »»
|
|||||||||||||||||||||||||
This Mod Will Ad a advertisement box under the forums.
There is a live preview Here just above the whos online box or ive attached a screenshot. Install In Template FORUMHOME search for: Code:
$forumhome_markread_script Code:
<!-- Adverts: -->
<table width="100%" height="100" border="0" align="center" cellpadding="6" cellspacing="1" class="tborder">
<thead>
<tr>
<td height="20" colspan="2" align="center" class="thead">Advertisements
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" align="center" class="alt2">
INSERT AD CODE HERE
</td>
</tr>
</tbody>
</table>
<br />
<!-- Adverts: -->
Remember Click Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Reserved!
|
|
#3
|
|||
|
|||
|
very nice simple mod!
|
|
#4
|
|||
|
|||
|
Thanks simple but effective.
|
|
#5
|
|||
|
|||
|
Thanks Guys! :laugh:
|
|
#6
|
|||
|
|||
|
installed !
|
|
#7
|
||||
|
||||
|
Installed....thanks for sharing.
|
|
#8
|
|||
|
|||
|
can this be conditioned to certain usergroups?
|
|
#9
|
|||
|
|||
|
To display adds to certain user groups use this code
Code:
<if condition="!is_member_of($bbuserinfo, 6,7,7)">
<!-- Adverts: -->
<table width="100%" height="100" border="0" align="center" cellpadding="6" cellspacing="1" class="tborder">
<thead>
<tr>
<td height="20" colspan="2" align="center" class="thead">Advertisements
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" align="center" class="alt2">
INSERT AD CODE HERE
</td>
</tr>
</tbody>
</table>
<br />
<!-- Adverts: -->
</if>
|
|
#10
|
|||
|
|||
|
thanks installed
|
![]() |
|
|