Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • mj1256 Friend
    #131315

    the left hand column of modules shows up under my forum

    using joomla 1.0.15
    fireboard 1.0.4


    1. screenshotcopy
    mj1256 Friend
    #262115

    I tried this but it did not work even though i adjusted the values
    [PHP]look to the forum.css file at the default_ex template. Search for

    div.msgtext {
    overflow:auto;
    border-top:1px solid #ddd;
    padding-top:10px;
    margin-top:5px;
    }

    and change it to

    div.msgtext {
    overflow:auto;
    border-top:1px solid #ddd;
    padding-top:10px;
    margin-top:5px;
    width:400px;
    }

    where width is the left site of the message box. Just adjusted to your template!
    [/PHP]

    mj1256 Friend
    #262118

    I also tried adjusting the

    ja-innerpad values for both the columns and the content area in the template.css

    Menalto Friend
    #262187

    Whats your site url?

    mj1256 Friend
    #262311

    http://www.argolinx.com/galena

    I’m rebuilding the site in a subdirectory

    I will PM you login rights

    mj1256 Friend
    #262342

    I never saw you log in, but it is fixed, what did you do?

    Menalto Friend
    #262347

    The thing i did was to do some changes in the index.php file.
    There seems to be a problem with Fireboard and the changes i did was this:
    I the index.php file i found


    </div></div>
    <!-- END: CONTENT -->


    And changed it to:

    </div><?php
    $option=mosGetParam($_REQUEST,'option','');
    if ($option != "com_fireboard"){
    echo '</div>';
    }
    ?>
    <!-- END: CONTENT -->

    mj1256 Friend
    #262349

    thank you, I’m going to test this on ja erica as that has the same issue

    yup it fixed the issue on ja-erica

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

This topic contains 8 replies, has 2 voices, and was last updated by  mj1256 16 years, 4 months ago.

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