-
AuthorPosts
-
December 7, 2008 at 3:42 pm #136025
Hello,
is it possible to push the User5 Slideshow without the right side module position online? I will put the User5 Slideshow in full length of the window. 🙂 … hope you understand what I mean.
Thanks for help,
Melaniescotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
December 7, 2008 at 4:21 pm #281641BACK UP FILES BEFORE MAKING CHANGES!!!
Open templates/ja_helio/index.php and find on line 122…
[PHP]<!– END: HEADER –><div id=”ja-containerwrap<?php echo $divid; ?>”>
<div id=”ja-container” class=”clearfix”><div id=”ja-mainbody” class=”clearfix”>
<?php if ($this->countModules(‘user5’) && $ja_right) { ?>
<!– BEGIN: TOPSPOTLIGHT –>
<div id=”ja-topsl”>
<jdoc:include type=”modules” name=”user5″ style=”raw” />
</div>
<!– END: TOPSPOTLIGHT –>[/PHP]change this to…
[PHP]<!– END: HEADER –><div id=”ja-containerwrap<?php echo $divid; ?>”>
<div id=”ja-container” class=”clearfix”><?php if ($this->countModules(‘user5’) && $ja_right) { ?>
<!– BEGIN: TOPSPOTLIGHT –>
<div id=”ja-topsl”>
<jdoc:include type=”modules” name=”user5″ style=”raw” />
</div>
<!– END: TOPSPOTLIGHT –><div id=”ja-mainbody” class=”clearfix”>[/PHP]
Go to AdminBackend>Extensions>Module Manager> and open your slidshow module that is published in ‘User5’. Change the ‘Slide Width’ to 920px.
And that should be it. Of course your slideshow images will now need to be at least 920px wide too.
December 7, 2008 at 7:43 pm #281661HI,
thanks for answer, I make the changes, but the modul will not be show. In the forum, I read the reason, that the modul-position user5 only will show, when the right moduls are active. I hope anybody can tell me anything to solve this problem 😮
thanks Melanie
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
December 7, 2008 at 9:33 pm #281670Delete this line…
<?php if ($this->countModules(‘user5’) && $ja_right) { ?>
2 users say Thank You to scotty for this useful post
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
December 7, 2008 at 11:52 pm #281679Sorry, I was wrong. Do not delete the line above. Instead change it to…
[php]
<?php if ($this->countModules(‘user5’)) { ?>[/php]
So should be…
[PHP]<!– END: HEADER –><div id=”ja-containerwrap<?php echo $divid; ?>”>
<div id=”ja-container” class=”clearfix”>
<?php if ($this->countModules(‘user5’)) { ?>
<!– BEGIN: TOPSPOTLIGHT –>
<div id=”ja-topsl”>
<jdoc:include type=”modules” name=”user5″ style=”raw” />
</div>
<!– END: TOPSPOTLIGHT –><div id=”ja-mainbody” class=”clearfix”>[/PHP]
1 user says Thank You to scotty for this useful post
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by scotty 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum