-
AuthorPosts
-
November 3, 2007 at 8:28 pm #123580
hey guys I really need some help. I need to create a new module position for where my slideshow is at. I want it to be in the main content of my front page however I can only put it at the banner location. I need this to be at the very top of my content. Can someone please help me on how to create a new module postion that is at the top of the page within the content thanks. Heres my site so you can see an example.
November 5, 2007 at 3:26 am #232217I have the same question. Please someone help…
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
November 5, 2007 at 4:05 am #232220I just sendt away a copy to ghoward11, and if it works for him i add in this post here later on:)
November 7, 2007 at 12:47 pm #232429Yes please, I want there a Module position too. But for other content.
Thanks
changnamNovember 10, 2007 at 7:22 pm #232600It seems to work.on http://www.desotoguide.com…can you help me with this too?
thanks changnam
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
November 12, 2007 at 12:00 am #232651Open up index.php file and find this:
<!-- BEGIN: CONTENT -->
And this:
<!-- END: CONTENT -->
And replace everything between them with this:
<!-- BEGIN: CONTENT -->
<div id="ja-contentwrap">
<div id="ja-content">
<?php if ( mosCountModules('user11') ) { ?>
<div>
<?php echo mosLoadModules ( 'user11',-1 ); ?>
</div>
<?php } ?>
<?php mosMainBody(); ?>
<?php if ( mosCountModules('banner') ) { ?>
<div id="ja-banner">
<?php echo mosLoadModules ( 'banner',-1 ); ?>
</div>
<?php } ?>
</div>
</div>
<!-- END: CONTENT -->
this will give you a user11 module position above the mainbody.
I havent added any specific css styles to it, so it all depends on how you want it to look like.November 12, 2007 at 7:33 pm #232710thanks very much
changnamNovember 13, 2007 at 5:57 am #232744Thank you so much for posting how to do that. 😀
November 14, 2007 at 10:28 am #232811he he Thank you.That’s exactly what I need
-
AuthorPosts
This topic contains 10 replies, has 6 voices, and was last updated by khanhhiep 16 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum