Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • cumenda Friend
    #123468

    Hi all,
    I would like to add the Joomfish flags near the “Fonts Usertool” ( A A A).
    Joomfish is currently installed and configured but how to place the flags is a problem for me…:((
    I think I should create a module position (ex. joomfish) and that I should modify the files “index.php” and “css_template.css”.
    Can someone help me to modify those files adding the new module “joomfish” with flags showing on the left of “Font usertool” ( A A A) ?
    Thank You in advance for Your cooperation

    Michael Casha Friend
    #232059

    All you need to do is to change this:

    [PHP]<div id=”ja-usertoolswrap”>
    <div id=”ja-usertools” class=”clearfix”>
    <?php if($supported_browsers) genToolMenu($ja_tool & 3); else genToolMenu_ie6($ja_tool & 3); ?>
    </div></div>[/PHP]

    to this:

    [PHP]<div id=”ja-usertoolswrap”>
    <div id=”ja-usertools” class=”clearfix”><?php mosLoadModules(‘user6’, -1); ?><?php if($supported_browsers) genToolMenu($ja_tool & 3); else genToolMenu_ie6($ja_tool & 3); ?>
    </div></div>[/PHP]

    And place the tools into user6

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

This topic contains 2 replies, has 2 voices, and was last updated by  Michael Casha 16 years, 5 months ago.

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