View Single Post
Old 12-22-2011, 01:18 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 54,734
Quote:
Originally Posted by AAB View Post
Donncha's "No Ad for Friends" was last updated in 2007 and doesn't work. Does anybody know of a plugin that would block display of ads for logged in members?
adrotate is a good plugin

http://adrotateplugin.com/page/features.php

and if you wanted to disable the ads for logged in users.

Code:
function adrotate_shortcode_strip() {
	if (!is_user_logged_in()) {
		remove_shortcode('adrotate');
	}	
}

add_filter('the_content', 'adrotate_shortcode_strip');
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Tube Themes
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote