-
AuthorPosts
-
March 8, 2008 at 7:01 pm #126446
Sorry but i have been searching for 30 minutes now and i cant find the user guide for this template for Joomla 1.0.xx ? NOT the Joomla 1.5.x version :confused: I must be blind…
Any help would be great!
Cheers
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
March 13, 2008 at 3:57 pm #242135But where can we change the menu settings and color tools in joomla 1.0.x
it can’t be done by changing the html in template config anymore
Can someone give assistance please
thanksHung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
March 13, 2008 at 5:11 pm #242145Hi tomvanh
It is in the ja_vars.php inside the template/ja_barite folder
# BEGIN: TEMPLATE CONFIGURATIONS ##########
####################################
#support extra color themes
$ja_screen_sizes = array ('narrow', 'wide'); // You can add more color array if needed
$ja_color_themes = array('default','green','blue'); // You can add more color array if needed
####################################
$_params = new mosParameters('');
# Change the width of the template
$_params->set(JA_TOOL_SCREEN,'fix'); // auto, fluid, fix
$_params->set('ja_screen_width','950');
# default color
$_params->set(JA_TOOL_COLOR,'default'); //blank for default, else pick one of in extra color themes $ja_color_themes
#font size default
$_params->set(JA_TOOL_FONT,3);
# Enable users option
$_params->set(JA_TOOL_USER,6); // 0: 0: disable all; 2: font tool; 4: color tool; 6: font + color;
# Choose your prefer Menu Type
$_params->set(JA_TOOL_MENU,'split'); // split, moo, css, dropline# Template Logo
$_params->set('logoType', 'image'); // image, text
$_params->set('logoText', ''); // used if logoType is text
$_params->set('sloganText', 'Your slogan'); // used if logoType is text
# END: TEMPLATE CONFIGURATIONS ##########$tmpTools = new JA_Tools('ja_barite', $_params);
$tmpTools->setScreenSizes($ja_screen_sizes);
$tmpTools->setColorThemes($ja_color_themes); -
AuthorPosts
This topic contains 4 replies, has 3 voices, and was last updated by Hung Dinh 16 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum