Zen Cart Logo
Forums / Addon Templates / How to change 2 column website into 3 column? - Acadame

How to change 2 column website into 3 column? - Acadame

Locked

Views: 4,469

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
20 Dec 2008, 9:00 AM
#1
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

How to change 2 column website into 3 column? - Acadame

I have been playing around with this template here on my PC server ichoze.net/Academe/ this isn't the link to my server, but a demo showing this template...

How can I make this a 3 column instead of 2? Not sure if its something hard to accomplish or if there is some file tweaking I need to do. Any and all help is appreciated and thanks for your time :)

20 Dec 2008, 11:53 AM
#2
steve_1 avatar

steve_1

Zen Follower

Join Date:
Sep 2008
Location:
London UK
Posts:
100
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

it is designed only for 2 column .. they do say 3 column coming soon

seems daft template to me as they could have made it a 3 column and you then just disable the right column in admin >> configuration >> layout settings

then move all the right column block you want into theleft column

unless am missing the point of 2 column template ?

20 Dec 2008, 6:54 PM
#3
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

I wonder what would happen if you just went into admin and turned on the right column and moved some of the boxes into it?

In other words, what did they do (if anything) to restrict it to 2 columns?

Rob

20 Dec 2008, 9:22 PM
#4
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

good points, I am going to tinker with it and see if it works, I'll be back with update

20 Dec 2008, 9:33 PM
#5
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

everything is set up for 3 column website. Also, the boxes are enabled in the right column. Wonder what I can do to have them show up......

20 Dec 2008, 10:30 PM
#6
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

Admin > Configuration > Layout Settings : Column Right Status - Global << is this set to 1 ???

20 Dec 2008, 11:22 PM
#7
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

Website Rob:

Admin > Configuration > Layout Settings : Column Right Status - Global << is this set to 1 ???

indeed it is, I think he did it by a page overide, not sure. I found the main thread http://www.zen-cart.com/forum/showthread.php?t=67793, it shows the fix on the first page, but a lot of tweaking has to be done, I am trying to see if the author has finished the 3 column website he has said was going to do

21 Dec 2008, 12:44 AM
#8
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

What an odd thing to do -- override the basic ZC utility to restrict it to 2 columns, when all you have to do is turn off one of the 3 in admin. :frusty:

Rob

21 Dec 2008, 1:32 AM
#9
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

indeed, I do find that very odd...

21 Dec 2008, 1:44 AM
#10
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: How to change 2 column website into 3 column? - Acadame

rstevenson:

What an odd thing to do -- override the basic ZC utility to restrict it to 2 columns, when all you have to do is turn off one of the 3 in admin. :frusty:

Rob

chris32882:

indeed, I do find that very odd...

Not so very odd since turning it off in admin would require writing an sql statement to turn off this basic functionality.

For a basic template, it makes more sense to just enable the
$flag_disable_right = true; in tpl_mainpage.php.

21 Dec 2008, 1:57 AM
#11
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,603
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

What makes the most sense is to design so that you are not restricted in any way - the user should have the option of 1,2 or 3 columns in whatever configuration they choose.

21 Dec 2008, 2:26 AM
#12
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: How to change 2 column website into 3 column? - Acadame

clydejones:

Not so very odd since turning it off in admin would require writing an sql statement to turn off this basic functionality.

For a basic template, it makes more sense to just enable the
$flag_disable_right = true; in tpl_mainpage.php.

Hi Clyde,

Yeah I kinda disagree, because the user should have the option to change how many columns. I just had a conversation with the Author he pointed me to that page to change $flag_disable_right=true to false and its working. :) Thanks for all the helpful information.