Topic: as possible to make a third column?
hi, i need make a third column in the some pages.
thanks
You are not logged in.
hi, i need make a third column in the some pages.
thanks
in case i got you right you might have to use tables...
Hi Telica,
*****************************************************************
ALWAYS MAKE A BACKUP OF YOUR FILES BEFORE MAKING CHANGES !!!!!
*****************************************************************
1 Make a copy of sidebar.php and call it sidebar2.php
2 inside sidebar2.php replace all stamentents mentioning sidebar with sidebar2
3 Open footer.tpl and find
<div class="clear"></div>(arround line no 3)
and replace with:
<div id="sidebar_wrap2">
<div id="sidebar2">
<!-- INCLUDE sidebar2.tpl -->
</div>
</div>
<div class="clear"></div>4 Copy sidebar.ccs and call it sidebar2.css.
5 Inside sidebar2.css replace all statements mentioning sidebar with sidebar2
6 Make sure you make changes to other css files who determine the width of the sidebar(s) and content (center)
7 Addapt sidebar2 with the info you want to display.
Thats what i did to my site. It took me a while to adjust the css settings.
By the way my site is running on VLD 2.5.6 i don't know if this is possible with older versions.
Good luck
so it is page stucture thing not content thing...
when it comes to that i will use this idea as well. thanks Richard
Last edited by doc (2010-06-03 16:32:46)
that's right doc.
Structure is like :
Header.tpl
Sidebar.tpl content.tpl
Sidebar2.tpl
Footer.tpl
The closing div tags for the content (center) are in the footer.tpl
That's why i've placed the sidebar2 in there.
I need a third column on the main page, right side.
thanks
my question, how to remove left column on some created page?
i guess left column is in header so it appears on every page so it might be hard to remove it from only certain pages...
maybe if you create a second header tpl without the side code and include that in those pages' coding...
Last edited by doc (2010-06-04 16:10:23)
I need a third column on the main page, right side.
thanks
I need a third column on the main page, right side.
thanks
Richard1969 has already told you - you need to alter your template - and he has shown you how he did it.
Repeating the question will not get you any further.
He told me how to make and fail. I need a column on the right on the homepage.
try whatever Richard told you in message 3 and try to FLOAT TO RIGHT IN CSS of sidebar2
You're not really giving much information that lets people help you.
For example - what template are you using?
Do you have a URL that people can look at?
To say in one line you want a third column, and in one line to say it didn't work, doesn't tell anyone anything.
Go to google, and search for 3-column CSS templates.
I just did that, using that exact search term (3-column CSS templates), and got useful information.
Have a look at here which gives tutorials on making 3-column layouts.
I do not understand a lot of css or php. Examples of use of you can put a code to a third column on the right of the homepage? thanks
please, i need three columns in the header.tpl. as possible to make a third column?
<div id="container_wrap">
<div id="container">
<div id="sidebar_wrap">
<div id="sidebar">
<!-- INCLUDE sidebar.tpl -->
</div>
</div>
<div id="content_wrap">
<div id="content">
hy TECLIA, do you mean simfting like this? : http://www.bestinlove.com/index.php
would be nice if in coming versions there would be a third column for ads, facebook-like.