Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • imaaxx Friend
    #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 Friend
    #241709

    The 1.5 userguide can be used for 1.0 because all of ja module setting are the same in 1.0 or 1.5. If you have any problem during installation, please post it here I will try to help

    tomvanh Friend
    #242135

    But 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
    thanks

    Hung Dinh Friend
    #242145

    Hi 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);

Viewing 4 posts - 1 through 4 (of 4 total)

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