Adult Script Pro Community Forums

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.

#1 2011-11-09 09:16:01

Eri
Member
Registered: 2011-03-18
Posts: 977

under player advertisment

is there a way to add a banner under the player if video has no sponsor banner?


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#2 2011-11-09 12:33:04

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: under player advertisment

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

#3 2011-11-09 13:48:40

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: under player advertisment

the problem is that i have some sponsored videos also from brazzers, bangbros e.t.c


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#4 2011-11-09 16:49:14

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: under player advertisment

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

#5 2011-11-09 21:10:00

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: under player advertisment

yes


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#6 2011-11-09 21:15:12

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: under player advertisment

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

Board footer

Powered by FluxBB