latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

interstitial ads (show only to level "0")

Home Forums Community Forum interstitial ads (show only to level "0")

This topic contains 1 reply, has 2 voices. Last updated by  Bruce 3 years, 11 months ago.

Topic Author Topic
Posted: Wednesday Feb 6th, 2013 at 10:53 am #40904

Trying to use the interstitial ads plugin found here…

http://wordpress.org/extend/plugins/interstitial-ads/

I only want the interstitial ad to show to level “0” members.

Ads are created using the wordpress create post page

see…
http://l.jon.am/MiGp

Is there an easy way to make sure ads ONLY show to level “0” people?

Thank You in advance

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Thursday Feb 7th, 2013 at 5:20 pm #41070
Bruce
Username: Bruce
Staff Member

Thank you for your inquiry.

This would need to be a feature of the Interstitial Ads to work correctly. You could hack the plugin files, and use s2Member’s Advanced PHP Conditionals to turn off the Ads for users that are not s2Member Level 0, though.

<?php
if(current_user_is('subscriber')) {
	// The plugin should run
}
?>

See: Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals

That’s about as far as we can go with custom code. If you need further assistance, we recommend http://jobs.wordpress.net, or another freelance web site where WordPress® experts are offering their expertise through a bid on your project.
Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.