Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • alme Friend
    #128348

    Hello I have 2 questions please:

    1) How can I change the background of User1 module?
    2)Is it possible to add more images on the left in USERTOOL? My site is in 3 different languages so I was thinking to add 3 little icon-flags on the left of the blue theme icon.

    Thank you

    Sherlock Friend
    #248310

    1. you can search those lines in index.php(templates/ja_corona/index.php):

    <?php if( $this->countModules('user2') ) {?>
    <div class="ja-box<?php echo $topsl['user2']['class']; ?>" style="width: <?php echo $topsl['user2']['width']; ?>;">
    <jdoc:include type="modules" name="user2" style="xhtml" />
    </div>
    <?php } ?>

    you can add into

    style="width: <?php echo $topsl['user2']['width']; ?>;"
    like as

    style="width: <?php echo $topsl['user2']['width']; ?>;background:red"
    2. Plz open ja_templatetools_1.5.php
    Search function genToolMenu, read code and add as you want in this function

    alme Friend
    #249138

    Hello
    Thanks for your help.I fixed the background color but the gentoolMenu i found it very difficult.
    Please wld u mind helping me a bit more with question 2?All I need is an image with a link that as soon as u click will send u to a link.
    Thank you

    alme Friend
    #249824

    some help please :((

    Sherlock Friend
    #249844

    you must add PHP code in that function, I think you should contact with your developer to finish it

    alme Friend
    #251070

    Well If I had a developer I wldn’t come here for support.I think you guys release templates but without giving support for them.Support here is very poor.I dont think I’m gonna renew again with you.I have been a user since feb and this is the only question I’m asking and I dont get support for.So why to renew my account ???

    Sherlock Friend
    #251640

    Hi
    Plz pm me, and we will to complete your request as you want

    Sherlock Friend
    #251809

    Hi.
    Plz open ja_templatetools_1.5.php
    Search those lines(~line 79)

    function genToolMenu($ja_tools, $imgext = 'gif'){
    if($ja_tools & 1){//show screen tools

    Change to

    function genToolMenu($ja_tools, $imgext = 'gif'){
    ?>
    <ul class="ja-joomfish">

    <?php
    $lang=JRequest::getCmd('lang');
    if ($lang=="fr"){
    ?>
    <li ><a href="index.php?lang=en">
    <img src="<?php echo $this->templateurl() ;?>/images/en.gif" width="20" height="14" border="0">
    </a></li>
    <li ><a href="index.php?lang=fr"><img src="<?php echo $this->templateurl() ;?>/images/fr_over.gif" width="20" height="14" border="0"></a></li>
    <?php
    } else {
    ?>
    <li ><a href="index.php?lang=en">
    <img src="<?php echo $this->templateurl() ;?>/images/en_over.gif" width="20" height="14" border="0">
    </a></li>
    <li ><a href="index.php?lang=fr"><img src="<?php echo $this->templateurl() ;?>/images/fr.gif" width="20" height="14" border="0"></a></li>
    <?php
    }
    ?>
    </ul>
    <?php
    if($ja_tools & 1){//show screen tools

    Then add 4 images are en.gif,en_over.gif, fr.gif, fr_over.gif to templates/ja_corona/images folder

    alme Friend
    #251810

    It works perfectlly
    You did more from what I asked 🙂
    Thnx a lot man

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

This topic contains 9 replies, has 2 voices, and was last updated by  alme 16 years, 3 months ago.

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