-
AuthorPosts
-
June 3, 2007 at 2:41 pm #120628
Hello everyone there
first of all thanks for these great themes you have made. there is so much to learn from themi 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
DevaHieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
June 4, 2007 at 2:57 am #221457Hello,
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]
June 4, 2007 at 5:38 am #221464thanks oceandragon
i will give it a try tonight after work hours 🙂i will let you know if it works
June 4, 2007 at 8:00 pm #221496hi 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 FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
June 5, 2007 at 10:57 am #221525Are you positively sure you erased those 2 lines he first asks you to remove???
June 5, 2007 at 5:28 pm #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 FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
June 5, 2007 at 8:17 pm #221544Sounds 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 AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
June 6, 2007 at 7:04 am #221570Hello,
Sorry, I have a mistake.
Add this line:
<?php genToolMenu($ja_tool == 3); /*color tool*/ ?>June 6, 2007 at 4:58 pm #221595hello there
first thanks for all that helpsorry 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 -
AuthorPosts
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