Moparx |
12-08-2005 05:56 PM |
Quote:
Originally Posted by bold
if mods can see your ad
<snip>
so you dont have a missing cell
|
haha.. thanks. i completely forgot to add that when i made this.
the thread has been updated.
Quote:
Originally Posted by hornstar1337
I want it to show for guest and resistered members and users awaiting email confirmation.
What would I change the conditional too, thanks
|
change:
PHP Code:
<if condition="$show['guest']">
to:
PHP Code:
<if condition="is_member_of($bbuserinfo, 1,2,3)">
I have changed the modification to use is_member_of instead as it will be easier for those who want to use this on various usergroups.
Quote:
On a side note, what template is the one that would need to be modified to edit the bottom of the forum to put a banner there, as the navbar does the top, but i cant remember the other one.
Thanks if you can help me on these 2 questions.
|
I believe you are referring to the footer template.
however, it is not advisable to put adsense in the navbar or footer templates unless you have a conditional set to hide the ads on non-content-based pages (such as newthread, your user control panel, etc). if you are showing the ads in non-content pages you are violating the Adsense guidelines.
|