Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • kamal2099 Friend
    #128036

    Hi guys,

    I used the Avian II template on Gangatalao.org and i have an issue with the layout when the users click on the Forum, I installed the third party Fireboard Forum, and when you click on it, the left menu gets messed up.

    I have having the same issue with another website which has the Utahia II template on but that one is with the component JCal Pro.

    Any help please?
    Thanks!

    Sherlock Friend
    #247234

    Hi, I think you miss a </div> tag in fireboard. I viewed source your site, add a </div> tag at the end of fireboard and everything is okie

    kamal2099 Friend
    #247235

    Hi,

    Where do you mean should i add it? to the main Avian PHP file or the Fireboards PHP file, and all i could find is fb_layout.php and i tried adding it there. Still the same, so i removed it again.

    Sherlock Friend
    #247242

    Edit inde.php file in template Ja Avian.
    Search this line:

    <!-- END: CONTENT -->
    Change to

    <?php
    $option=mosGetParam('option','');

    if ($option="com_fireboard"){
    echo '</div>';

    }

    ?>
    <!-- END: CONTENT -->

    kamal2099 Friend
    #247255

    I tried it and i get the following errors:

    Fatal error: Only variables can be passed by reference in /home/ganga/public_html/templates/ja_avian_ii_l/index.php on line 204

    itgl72 Friend
    #247400

    You may want to also notice that there is a javascript error when using fireboard and this template. I read in the forum post FIREBOARD CONFLICTS a possible solution but it didnt help and the author never replied back when I asked for further help. Fireboard people say its JA, JA say its a fireboard problem, it gets a bit challenging to find a solution. For now I didnt use any forum with the template. If I need to do this much research however I may go back to PHPBOARD and get that working as its better IMHO then fireboard.

    kamal2099 Friend
    #247533

    Yeah looks like its the same case for me!

    Sherlock Friend
    #247764

    Hi kamal2099.
    Can u pm me an FTP account ?

    kamal2099 Friend
    #247776

    Ok just sent you the account details!

    Thanks in advance!

    Sherlock Friend
    #247790

    Hi kamal2099.
    Plz check your site(http://gangatalao.org).
    I have change index.php


    <!-- END: CONTENT -->

    to

    <?php
    $option=mosGetParam($_REQUEST,'option','');

    if ($option=="com_fireboard"){
    echo '</div>';

    }

    ?>
    <!-- END: CONTENT -->

    itgl72 Friend
    #247813

    OH! Can we have details of what you just did? I have fireboard issues to! I just didnt make my site go live with the fireboard component so I stopped researching it.

    kamal2099 Friend
    #247839

    <em>@nguoiabcd 51770 wrote:</em><blockquote>Hi kamal2099.
    Plz check your site(http://gangatalao.org).
    I have change index.php


    <!-- END: CONTENT -->

    to

    <?php
    $option=mosGetParam($_REQUEST,'option','');

    if ($option=="com_fireboard"){
    echo '</div>';

    }

    ?>
    <!-- END: CONTENT -->

    </blockquote>
    Hi again,

    For the other site i sent you in the PM, can i just change the ($option==”com_fireboard”) to the specific component?

    Thanks

    Sherlock Friend
    #247892

    Hi kamal2099.
    yes, you can replace ($option==”com_fireboard”) by other component.

    Hi Igtl72.
    I edit index.php (templates/ja_avian_ii/index.php)
    Replace

    <!-- END: CONTENT -->
    by

    <?php
    $option=mosGetParam($_REQUEST,'option','');

    if ($option=="com_fireboard"){
    echo '</div>';

    }

    ?>
    <!-- END: CONTENT -->

    Because when use fireboard component, it’s code miss a </div> tag -> module right column is break and go down

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

This topic contains 13 replies, has 3 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