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