-
AuthorPosts
-
December 8, 2007 at 8:18 pm #124274
hi…
I made my web site joomla 1.5 RC3 .Now I want to add banner and user 11 positions.but Idont know how ı can.can you help me for this problem?I want to add banner and user 11 positions like in this picture.
thanks…Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
December 14, 2007 at 4:11 am #234540For banner: This module is loaded in this template.
For user11: Similar user5 code. You could make the insert by yourself.December 14, 2007 at 11:20 pm #234594<em>@Khanh Le 34413 wrote:</em><blockquote>For banner: This module is loaded in this template.
For user11: Similar user5 code. You could make the insert by yourself.</blockquote>Khanh Le THANKS..
I made my web site joomla 1.5 RC3For banner: This module is loaded in this template.
yes ,I make active banner module position but it doesn’t appear in web site.[For user11: Similar user5 code. You could make the insert by yourself.
how i can do?which code lines i copy than i paste which line.
__________________December 14, 2007 at 11:35 pm #234598banner module position code
<blockquote>
<?php if ($this->countModules(‘banner’)) { ?>
<div id=”ja-banner”>
<jdoc:include type=”modules” name=”top” />
</div>
<?php } ?></blockquote>
December 19, 2007 at 8:08 pm #234897<em>@algebrazfr 34488 wrote:</em><blockquote>banner module position code</blockquote>
?????????????????????????????????????
??????????????????????????????????????May 7, 2008 at 3:10 am #248022<em>@algebrazfr 34484 wrote:</em><blockquote>
yes ,I make active banner module position but it doesn’t appear in web site.[
</blockquote>I have the same problem and I see the same banner code as well.
The banner will work in other mod positions but will not work in the banner mod position.
WHY?
May 7, 2008 at 3:32 am #248028<em>@CallieJo 52066 wrote:</em><blockquote>I have the same problem and I see the same banner code as well.
The banner will work in other mod positions but will not work in the banner mod position.
WHY?</blockquote>
I found the answer…the code needed tweaking to work. Keep in mind I’ve starting with 1.5 quickstart beforehand.
Edit index.php and change this:
<?php if ($this->countModules('banner')) { ?>
<div id="ja-banner">
<jdoc:include type="modules" name="top" />
</div>
<?php } ?>to this:
<?php if( $this->CountModules('banner') ) {?>
<div class="ja-banner">
<jdoc:include type="modules" name="banner" style="raw" />
</div>
<?php } ?> -
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by calliejo 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum