test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • koko888 Friend
    #135320

    hi,

    is it possible to make modules on the left also collapsible?

    and one more thing..i made some changes on the left “position” i made it thinner than the default one. Now when i do module suffix it won’t show up…please help in this case.

    thanks…

    template: ja_purity
    joomla 1.5.7

    cheers!

    Sherlock Friend
    #279610

    Hi koko888 !
    Please send url of your site , i need it to have a closer look on the problem !

    juan2 Friend
    #280162

    Hi!! I’ve made left modules collapsibles with a change in html file.
    I’ve change this
    <?php if ($this->countModules(‘left’)): ?>
    <!– BEGIN: LEFT COLUMN –>
    <div id=”ja-col1″>
    <jdoc:include type=”modules” name=”left” style=”xhtml” />
    </div><br />
    <!– END: LEFT COLUMN –>
    <?php endif; ?>
    for this
    <?php if ($this->countModules(‘left’)): ?>
    <!– BEGIN: LEFT COLUMN –>
    <div id=”ja-col1″>
    <jdoc:include type=”modules” name=”left” style=”jarounded” />
    </div><br />
    <!– END: LEFT COLUMN –>
    <?php endif; ?>

    I forgot say that if you make the change I’ve mentioned above there is a big problem loading feed modules on left column, feed modules breaks layout if are loaded on left column with the change I’ve made.

    I hope you understand my poor english

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

This topic contains 3 replies, has 3 voices, and was last updated by  juan2 16 years ago.

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