Help - Search - Members - Calendar
Full Version: Google adsence removal for a usergroup
Invision Power Services > Invision Power Services, Inc. > IPS Company Feedback > IP.Board
Sinistra
a nice template for a site owner google ad syst. with a permission based layout. So say if you have a google ad at the top of your board. and wantt o make offers to have it removed it can be part of the subscription settings for the new IPB. This would help out with alot of things.

1) give your paying members something that the non paying don't get ( because everyone will have access tot the gallery blogs any other hacks a site owner installs)

2) it will ceep a good imcome coming to your site if you offer add free forums to those they buy a subscription.

I reall y think this should be added for that fact you can make some money for your site and from then you can just make everything work out.
Pⅇter
you could realise this with the mod from dean i think... (d21 topic advertisements)
bfarber
You can also surround google adsense with the html logic if you put it in templates instead of the board wrapper

CODE
<if="ipb.member['mgroup']==# OR ipb.member['mgroup']==##">
...
</if>
Sinistra
How do I add multiple usergroups I want Guests Validating and Members to see the adds
bfarber
Like I just showed

CODE
<if="ipb.member['mgroup']==# OR ipb.member['mgroup']==##">
...
</if>


see the or statement, and another ipb.member['mgroup'] == #?
add as many of those as you like

CODE
<if="ipb.member['mgroup']==# OR ipb.member['mgroup']==## OR ipb.member['mgroup']==### OR ipb.member['mgroup']==####">
...
</if>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.