Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • xsa Friend
    #120311

    hi friends,

    whenever i assign a module or a content item to the positions ‘banner’ or ‘user11’, there’s always the given title missing.

    please, what can i do to display the titles?

    if I’ve overseen an existing solution for this issue in this forum, please give me a hint.

    thanks in advance!

    cheers,
    tom

    xsa Friend
    #220487

    Hi guys,

    no idea for any solution?

    i would really appreciate it!

    thanx,
    tom

    ShannonN Friend
    #220494

    tkutscher;16031Hi guys,

    no idea for any solution?

    i would really appreciate it!

    thanx,
    tom

    make sure titles are set on in the global configuration or set show tittles in the module parameters when you set the module up?

    xsa Friend
    #220520

    hi shannonN,

    in the modules or content items the “show titles” is set on YES, certainly.

    please see the screenshot of the letterman-module on position user11.

    What global title-setting do you think to be set? “linked titles” is set on YES…

    thanx for your help!

    cheers,
    tom


    1. letterman
    Menalto Friend
    #220521

    Open up index.php and find this:

    </div>

    <?php if ( mosCountModules("banner") ) { ?>
    <div class="ja-banner">
    <?php mosLoadModules ( "banner", -1 ); ?>
    </div>
    <?php } ?>

    <?php if ( mosCountModules("user11") ) { ?>
    <div class="ja-content-module">
    <?php mosLoadModules ( "user11", -1 ); ?>
    </div>
    <?php } ?>

    And you can change to this:

    </div>

    <?php if ( mosCountModules("banner") ) { ?>
    <div class="ja-banner">
    <?php mosLoadModules ( "banner", -2 ); ?>
    </div>
    <?php } ?>

    <?php if ( mosCountModules("user11") ) { ?>
    <div class="ja-content-module">
    <?php mosLoadModules ( "user11", -2 ); ?>
    </div>
    <?php } ?>

    xsa Friend
    #220522

    Hey Menalto,

    thank you very much for this hint! Well, it simply works – the titles are now shown 😎

    Have a nice day!

    cheers,
    tom

    nickolai Friend
    #256752

    Thanks for the insight!

    Sherlock Friend
    #257159

    Hi
    I will mark this topic is solved

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

This topic contains 8 replies, has 5 voices, and was last updated by  Sherlock 15 years, 10 months ago.

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