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
i would like to change the video from 4 wide to 5 wide on the front page ONLY. How can i do that? i already removed the tag.
Last edited by DuttyRock (2012-08-26 22:26:13)
Offline
You remove everything on the left side, so basically you remove the following code from frontpage.tpl.php:
<div id="left" class="width-200">
<div class="content-box">
<div class="content-box-title"><?php echo __('CATEGORIES'); ?></div>
<div class="content">
<?php echo p('categories', $this->categories); ?>
</div>
</div>
<?php echo w('link_left'); ?>
<?php echo w('tag_left'); ?>
<?php echo p('adv', 'frontpage-left'); ?>
</div>
and replace the below code:
<div id="right" class="width-760">
with:
<div id="right" class="width-970">
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Awesome... BUT, the "recent videos" leave 2 video spot blank and the bottom on the front page also have 3 video spots blank.
Last edited by DuttyRock (2012-08-27 00:30:37)
Offline
You have to change the number of videos there are displayed from the Admin Panel.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Awesome
Last edited by DuttyRock (2012-08-28 01:20:49)
Offline
Pages: 1