Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • deva Friend
    #120628

    Hello everyone there
    first of all thanks for these great themes you have made. there is so much to learn from them

    i want to upgrade to developer license but before that i want to try myself to see if i can modify those themes easily i tried to modify ja antares and did most of the modification as i wanted its a real fun

    i have a littile problem with the user tools

    i want to have only font option activated i read the user guide and checked for the index.php there is no option to active only font option in your new themes that is possible as we can see

    how can i do that in ja antares?

    also i want to have the othermenu in the bottom of the page i possitioned the othermenu model in footer but it dont show up. if any one kindly just give me any hint i will be so thankful

    sorry for my english as i am from france
    thanks
    Deva

    Hieu Nguyen Admin
    #221457

    Hello,
    At first, download this attach file , extract it into your template folder. Remember to backup old file.
    Then open file index.php
    Find two lines:
    [PHP]<?php genToolMenu($ja_tool & 1); /*screen tool*/ ?>
    <?php genToolMenu($ja_tool & 2); /*color tool*/ ?>[/PHP]
    Delete it and add:
    [PHP]<?php genToolMenu($ja_tool == 3); /*color tool*/ ?>[/PHP]


    1. ja_templatetools.zip
    deva Friend
    #221464

    thanks oceandragon
    i will give it a try tonight after work hours 🙂

    i will let you know if it works

    deva Friend
    #221496

    hi oceandragon
    i did exactly as you said above unfortunetaly it dosent work now i have 1.screen tool 2.font tool 3. color tool 4.font tool again ( if you see my above image its same but now there is 2 times font tool.

    i really need a help with that also is it possible to have other menu in the bottom or in footer any hint will be enough.

    thanks

    ErikThorsen Friend
    #221525

    Are you positively sure you erased those 2 lines he first asks you to remove???

    deva Friend
    #221536

    <em>@ErikThorsen 17384 wrote:</em><blockquote>Are you positively sure you erased those 2 lines he first asks you to remove???</blockquote>

    YES! i followed as he said step by step

    ErikThorsen Friend
    #221544

    Sounds strange. I haven’t downloaded Oceandragons file to check it but he usually delivers great stuff. We’ll have to wait for him to reply then I guess..

    Hieu Nguyen Admin
    #221570

    Hello,
    Sorry, I have a mistake.
    Add this line:
    <?php genToolMenu($ja_tool == 3); /*color tool*/ ?>

    deva Friend
    #221595

    hello there
    first thanks for all that help

    sorry to say that it did not worked after all the modifications you proposed. i found a simple work out with that by my way i dont know if its a good way to do that but here is what i did

    i took the “ja_templatetools.php” from ja_villadi and replcaed it with the one from ja_antares

    did following modifications in index.php

    FROM
    <blockquote>#Enable users option
    $ja_tool = 3; // 0: disable all; 1: disable color, enable screen; 2: enable color, disable screen; 3: enable all.</blockquote>

    TO
    <blockquote># Enable users option
    $ja_tool = 2; // 0: disable all; 1: Screen tool; 2: font tool; 3: screen + font; 4: color tool; 5: screen + color; 6: font + color; 7: all;</blockquote>

    and miraculously it shows up only the font tools as i wanted.
    PLS DON’T ASK ME WHY 😮 🙂

    Any body please give me any hint with how can i add othermenu in footer
    thanks

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

This topic contains 9 replies, has 3 voices, and was last updated by  deva 17 years, 5 months ago.

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