Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • gavner Friend
    #147355

    hi, i need some more instructions on setting up custom pages for handheld versions. i do not know where to find the ja login module or search module.

    i need to be able to display a login module at the top of any page i choose, particularly in the handheld version.

    Saguaros Moderator
    #328390

    Hello guy!

    You can them in the “layoutsblocksHANDHELD_NAMEmainnav.php” (HANDHELD_NAME: iphone | ….) you ‘ll see two joomla tags which use to load the login module and the search module:
    [PHP]<?php if($this->countModules(‘search’)) : ?>
    <div id=”ja-search” title=”Search” class=”toolbox”>
    <jdoc:include type=”module” name=”search” />
    </div>
    <?php endif; ?>
    <div id=”ja-login” title=”Login” class=”toolbox”>
    <jdoc:include type=”module” name=”login” />
    </div>
    [/PHP]

    The login module was loaded on the Login position, the search module was loaded on the search position, you access your administrator to turn on those modules on both position

    gavner Friend
    #328446

    ok, but i have a different module called mod_signallogin that i want to display instead, what do i change to make it work ??

    gavner Friend
    #328449

    its ok its working now thanks

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

This topic contains 4 replies, has 2 voices, and was last updated by  gavner 14 years, 10 months ago.

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