-
AuthorPosts
-
Stuart Osborne Friend
Stuart Osborne
- Join date:
- September 2014
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
April 20, 2010 at 5:14 pm #150511How can i have the slideshow showing in module user5 without having anything on the left or right modules. my home page is ok because i have a left module but all my other pages don’t use the left or right modules.
I think the bit of code involved starts on line 136 of the template index.php
<?php if ($this->countModules(‘user5’) && $ja_right) { ?>
<!– BEGIN: TOPSPOTLIGHT –>
<div id=”ja-topsl”>
<jdoc:include type=”modules” name=”user5″ style=”raw” />
</div>
<!– END: TOPSPOTLIGHT –>but i dont know what i would need to change ?
my template is JA_helio
Please can anybody help ?
thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 21, 2010 at 7:06 am #341040Dear stuartosborne!
can you please give me the snapshort on the issue, and draw some shapes on this snapshort , i would like to have a closer look on the issue,
Stuart Osborne FriendStuart Osborne
- Join date:
- September 2014
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
April 21, 2010 at 8:19 am #341054Hi Thanks for your response, i do not quite understand what information you need from me, the site is published so you can look at it, the home page shows the banner ok, but my other pages if you look at schools or lab service headings do n ot have a left or right module so the slideshow isnt visible in position user five, i need the slideshow to appear on all pages.
I hope this helps
many thanksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 21, 2010 at 9:04 am #341061Dear stuartosborne!
i understand your idea.
You change code:
from:
[PHP]
<?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]to:
[PHP]
<?php if ($this->countModules(‘user5’) ) { ?>
<!– BEGIN: TOPSPOTLIGHT –>
<div id=”ja-topsl”>
<jdoc:include type=”modules” name=”user5″ style=”raw” />
</div>
<!– END: TOPSPOTLIGHT –>
[/PHP]But, the module will display not nice if the module display without the right column,
Please see my snapshort
75287529
1 user says Thank You to Saguaros for this useful post
Stuart Osborne FriendStuart Osborne
- Join date:
- September 2014
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
April 21, 2010 at 11:14 am #341081great thanks tienhc that works perfectly, just what i needed.:D
now all i have to do is make it look up different image folders for each page 🙁
many thanks for you help -
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Stuart Osborne 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum