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 2012-08-25 21:11:20

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

Video 5 wide [SOLVED]

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

#2 2012-08-26 10:21:26

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

Re: Video 5 wide [SOLVED]

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

#3 2012-08-26 22:26:27

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

Re: Video 5 wide [SOLVED]

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

#4 2012-08-27 14:37:59

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

Re: Video 5 wide [SOLVED]

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

#5 2012-08-28 00:34:50

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

Re: Video 5 wide [SOLVED]

Awesome smile

Last edited by DuttyRock (2012-08-28 01:20:49)

Offline

Board footer

Powered by FluxBB