Quote:
Originally Posted by TNCclubman
So each member can display their own google adsense in their profile? Thats awesome!
|
Not exactly. This requires a template edit. Your members do not have access to edit your templates. This mod allows the site owner to display an advertisement as show in the attached image. The bit of code above will allow you to specify which usergroup sees the ad.
For instance if you only want visitors to your site (not members) to see the ad use this code:
Code:
<if condition="$show['guest']"></if>
The ad code goes between the 'If' statements.
Hope I answered your question.
Thanks,
K