The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Add banner / category. I will modify this, so that you can assign a global under player banner, without need of sponsor/category/user...
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
You want to display a banner only if the video does not have a per sponsor banner set?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Edit templates/your-template/video_view.tpl.php and find:
<?php echo p('adv_player', $this->video['adv'], $this->video['sponsor'], $this->video['user_id'], $this->video['categories']); ?>
replace with:
<?php
$adv = p('adv_player', $this->video['adv'], $this->video['sponsor'], $this->video['user_id'], $this->video['categories']);
if ($adv): echo $adv;
else: ?>
YOUR ADV CODE HERE, HTML WJATEVER YOU WANT
<?php endif; ?>
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1