Hi,
how do I create a fouth sidebar in config.inc.php?
array(
'var' => 'sidebars',
'name' => MYTEMPLATE_TITLE,
'description' => MYTEMPLATE_SIDEBAR_DESC,
'type' => 'string',
'default' => 'left,hide,right,footer1,footer2,'
),
does not work ..
greetings
reinhard
Fourth sidebar in bulletproof?
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Did you save the templates configuration? If you want fixed sidebars, do not make that variable configurable but use
Instead. Also, what carl said, applies too.
Regards,
Garvin
Did you save the templates configuration? If you want fixed sidebars, do not make that variable configurable but use
Code: Select all
$sidebars = 'left,hide,right,foot1,foot2';
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact: