View Full Version : Remove right column from layout
Anima
02-15-2007, 07:04 AM
I've been trying to adjust the layout to remove the right column, but with no success as yet. I figure it has something to do with the "frame_withouth_right.tpl" file, but I'm not sure where the reference to this needs to be changed.
PHP isn't my area of expertise (although I'm learning on the fly) and I'd appreciate some help.
Micha
02-15-2007, 07:47 AM
To remove the right column you need to edit a few main templates:
index.tpl
category_Main.tpl
article_Full.tpl
framework.tpl
You need to remove the following table data from templates:
<td valign="top" width="170" class="rightColumn">
{BOX_MOST_POPULAR}
{BOX_MOST_COMMENTED}
{BOX_MOST_EMAILED}
{BOX_FEATURED_AUTHOR}
</td>
If you need some of the boxes from right column, just copy the tags where you want them, for example in left column right after {BOX_POLL} tag.
You can also go to http://www.vivvo.net/doc/templates.html and read a little more about templates in Vivvo, there is a list of tags used in templates, temlates list and template structure flowcharts.
Anima
02-15-2007, 10:40 AM
Got it working, thanks for the assistance :)
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.