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-12-24 19:20:51

katmac
Member
Registered: 2011-11-10
Posts: 10

Remove category bar from left side of template

Hello,

What I am trying to do is to remove the category bar from the left side of the template
and expand the right area to have a few more video links on each line.

What file(s) do I need to update to modify the template.

(screenshot: http://syso.ca/test/remove-categories-left-bar.jpg)

Thank youi.

Offline

#2 2011-12-25 09:28:47

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

Re: Remove category bar from left side of template

You need to edit frontpage.tpl.php and remove the following code:

        <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>

Also at the bottom of the page remove:

<div class="clear"></div>

Replace:

<div id="right" class="width-760">

with:

<div class="width-970">

That should do it. Do the same for every other page you want to remvove categories from.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

Board footer

Powered by FluxBB