Version: 1.01, by Moparx
Developer Last Online: Nov 2023
Version: 3.5.2
Rating:
Released: 12-07-2005
Last Update: 12-07-2005
Installs: 91
No support by the author.
I made this to fill a request. This is designed to use the 234x60 Half Banner or 468 x 60 Banner.
At the moment it is set to display for guests and unconfirmed accounts only. You can change this by changing the is_member_of line.
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.
haha.. thanks. i completely forgot to add that when i made this.
the thread has been updated.
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.
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.
Thankyou, and I may need to lookinto that conditional, as i Have a few adds that I put in my navbar that show on everypage, i may need to edit that before any of my advertisers find out ^^ thanks for the info
Very nice, installed! Is it possible to display this not at the end of the forumdisplay listing, but at the beginning? What would the resulting code look like then?
Very nice, installed! Is it possible to display this not at the end of the forumdisplay listing, but at the beginning? What would the resulting code look like then?