Topic: Advertisement Box
Before I start, I'd like you to know that YES, I HAVE SEEN (SMARTYS?) ADSENSE MOD. (oh and NO, I don't want it)
Alright, so what I want basically is an advertisement box shown ONLY for a certain usergroup. (DONE)
My current theme is oxygen, but I want the other box to be the Lithium colour (#7EA34B) (STUCK)
I want one to be inbetween the first and second post. (STUCK)
I basically have the code, I just need to change the box's colour and slot it between the first and second post on each thread.
Code:
<?
if ($pun_user['g_id'] == PUN_MEMBER)
{
?>
<br />
<h2><span>Advertisement</span></h2>
<div class="box">
<div class="inbox">
<p>My advertisement text/banner code here</a></p>
</div>
</div>
<?
}
?>
Please helP!