[ Video Sharing CMS v4 ] Turn on/off adsense on a specific post ..

Started by megzz,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

megzzTopic starter

Hello
Is there any way to manage adsense on a specific video ? Suppose i want to disable ads on a specific video ...

Regards
  •  

Marius P.

you can write conditions into _jads in lib/functions.php

like
global $video;

if($video->id <> 1) {

}
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)