Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ezet Friend
    #123360

    As many others I need help with a few issues with the template in a joomla 1.5 environment.
    Haven’t been able to find any answers directed directly to these problems allthou I know many have exactly the same problems, so perhaps this threat could discuss the most usual 1.5 problems.

    How does one place the “login” module in the “ja-hpanel” section? I assume the login module/css needs some editing for it to be horizontal. Could the code used in the demo be published somehow?

    Breadcrumbs doesn’t work. It shows a static “home” and nothing more. Any way of fixing this?

    When installed on a fresh joomla 1.5 copy, the template folder on the ftp is named “jaquillaja” rather than “ja_quillaja”. Renaming the folder directly on the ftp fixes the problems.

    Currently working on: http://beta.liquid.fm

    I’ll update this thread as I encounter new problems/solutions.

    ezet Friend
    #231357

    Ok, think I got the breadcrumbs sorted.

    In ja_quillajaindex.php replace

    <div id="ja-pathway">
    <strong>You are here:</strong> <?php mosPathway(); ?>
    </div>

    with

    <?php if ( mosCountModules("breadcrumb") ) {?>
    <div id="ja-pathway">
    <?php mosLoadModules('breadcrumb', -2); ?>
    </div>
    <?php } else {} ?>

    That should make the 1.5 breadcrumbs module work as normal. My php skills are rather (very?) limited, to please excuse any errors. I’m not sure about the parameters in mosLoadModules either, what does the -1,-2 etc. do ?

    rhand Friend
    #231375

    Yes it did make the bread crumb path work again for me in Polaris! Thanks for that.

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

This topic contains 3 replies, has 2 voices, and was last updated by  rhand 17 years ago.

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