Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • akian0 Friend
    #128028

    Hello. I’m working on a website that requires Joomla 1.0 because of legacy extensions. I can’t find a guide to help me edit options manually in the var php file. Thanks.

    ak

    Sherlock Friend
    #247240

    Plz read comment of ja_var file

    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_screen_sizes = array ('narrow', 'wide');
    $ja_color_themes = array('default','black'); // You can add more color array if needed
    ####################################
    $_params = new mosParameters('');
    # Change the width of the template
    $_params->set(JA_TOOL_SCREEN,'wide'); // wide, narrow
    # default color
    $_params->set(JA_TOOL_COLOR,''); //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,'dropline'); // split, dropline, slide
    # Joomla menutype used in main navigation
    $_params->set('menutype','mainmenu'); // 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 ##########

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum