[ Video Sharing CMS v4 ] how can i disable ads to members

Started by esam.copper,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

esam.copperTopic starter

how can i disable ads to members

and just showing ads to guest


ty
  •  

PHPVibe A.

Hi in lub/functions.php you can code this in _jads() and _ads()

I guess a simple add of

if(is_user()){
return '';
}


may work, but I haven't tested it.

See this http://www.phpvibe.com/forum/tutorials/how-to-use-the-phpvibe-user-system-(internally-or-externally)/

Similar topics (7)