-
AuthorPosts
-
May 18, 2007 at 10:36 am #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,
tomMay 20, 2007 at 9:30 pm #220487Hi guys,
no idea for any solution?
i would really appreciate it!
thanx,
tomShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
May 20, 2007 at 10:43 pm #220494tkutscher;16031Hi guys,
no idea for any solution?
i would really appreciate it!
thanx,
tommake sure titles are set on in the global configuration or set show tittles in the module parameters when you set the module up?
May 21, 2007 at 6:07 am #220520hi 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
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 21, 2007 at 6:12 am #220521Open 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 } ?>May 21, 2007 at 6:38 am #220522Hey Menalto,
thank you very much for this hint! Well, it simply works – the titles are now shown 😎
Have a nice day!
cheers,
tomJune 27, 2008 at 3:34 pm #256752Thanks for the insight!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 30, 2008 at 9:26 am #257159Hi
I will mark this topic is solvedAuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 5 voices, and was last updated by Sherlock 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
titles in ‘banner’ or ‘user11’
Viewing 8 posts - 1 through 8 (of 8 total)