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
Hello All,
need a little help with this.
I want to use the ad in the channel but its on the wrong place.
(see example http://www.perfectasian.net/channel/japanhdvcom/ )
I can change that but i dont know how i get the square under it does anybody knows that.
Manny thanks for your help and have a nice day.
Greetz
Jaco
Offline
Hmm...you want to move the ad that is on the right side of the channel top?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Correct Adrian.
The same as the front page
I can move that thats no problem but i cant find out how i put the square working under the ad.
Thanks
Greetz
Jaco
Last edited by Double_D (2016-09-26 15:07:31)
Offline
It wont work the same as frontpage. It was not designed the same way. In order to have this work on the frontpage i had to change the width/height of the video thumbs/containers based on the resolutions. If you want to try, you need to edit templates/defboot/extend/plugins/
$class = (isset($class)) ? $class : 'ads';
with:
$class = (isset($class)) ? $class : 'ads-square content hidden-xs hidden-sm';
Then you edit templates/defboot/channel_view.tpl.php and change the following line:
<?php $adv = p('adv_channel', $this->channel['adv_right_id']); if ($adv): echo '<div class="ads-channel">'.$adv.'</div>'; endif; ?>
to
<?php $adv = p('adv_channel', $this->channel['adv_right_id']); if ($adv): echo $adv; endif; ?>
and move it above this line:
<?php if ($this->videos): echo $this->fetch('_video_list'); ?>
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1