-
AuthorPosts
-
September 13, 2008 at 7:45 pm #133313
Joomla 1.5.7
topsl1 module is not publishing anything regardless of the module content enabled to it.
Therefore the ja_shideshow module will not show correctly on the page(s)Tried un-installing / re-installing but the template is simply not recognizing the topsl1 position.
Any ideas?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 15, 2008 at 2:42 am #270520you can edit templatesdetails.xml
you will see those lines like this
<positions>
....
</positions>
you can add this line into them
<position>topsl1</position>
September 15, 2008 at 4:20 am #270535added <position>topsl1</position> to templatesdetails.xml but still no go…
I am able to publish to other positions but still not to topsl1.
Shouldn’t this template come stock with the proper settings?Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 15, 2008 at 4:24 am #270538Hi
please open index.php(templates/ja_olivine)
Search those lines:
<?php if($this->countModules('topsl1') && $this->countModules('topsl2')) : ?>
<div id="ja-topsl" class="clearfix"><!-- BEGIN: TOPSL SPOTLIGHT 1 -->
<div id="ja-topsl1">
<jdoc:include type="modules" name="topsl1" style="raw" />
</div>
<!-- END: TOPSL SPOTLIGHT 1 --><!-- BEGIN: TOPSL SPOTLIGHT 2 -->
<div id="ja-topsl2">
<jdoc:include type="modules" name="topsl2" style="rounded" />
</div>
<!-- END: TOPSL SPOTLIGHT 2 --></div>
<?php endif; ?>
It mean that must have both module at topsl1 and topsl2 postion, module at topsl1 will display
you can publish a module at topsl2 also
or you can edit code like that
<?php if($this->countModules('topsl1') || $this->countModules('topsl2')) : ?>
<div id="ja-topsl" class="clearfix"><!-- BEGIN: TOPSL SPOTLIGHT 1 -->
<div id="ja-topsl1">
<jdoc:include type="modules" name="topsl1" style="raw" />
</div>
<!-- END: TOPSL SPOTLIGHT 1 --><!-- BEGIN: TOPSL SPOTLIGHT 2 -->
<div id="ja-topsl2">
<jdoc:include type="modules" name="topsl2" style="rounded" />
</div>
<!-- END: TOPSL SPOTLIGHT 2 --></div>
<?php endif; ?>1 user says Thank You to Sherlock for this useful post
September 15, 2008 at 4:33 am #270540that did the trick!
Thank you!
greenkoi Friendgreenkoi
- Join date:
- August 2007
- Posts:
- 15
- Downloads:
- 1
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
October 2, 2008 at 4:42 am #273516Has this fix been included in the latest download?
I’d like to just reinstall it than go hacking.
It’s late, I’m tired and I don’t want to really mess it up.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 2, 2008 at 4:48 am #273519Hi
That isn’t bug
That is default of that template
if fyou want to have like this,you must hack as my posts abovegreenkoi Friendgreenkoi
- Join date:
- August 2007
- Posts:
- 15
- Downloads:
- 1
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
October 4, 2008 at 4:58 am #273814Thanks for your reply.
I finally had some time to get it working. Yeah.
Now I’m trying to color a module to fit into the TOPSL2 as in the demo green.
Check out : http://www.thewoodsproject.org for an example of what I’m looking for.
I looked at the guide, but it isn’t much help. I tried playing with the Module Class Suffix, but didn’t get far with that either.
Any help would be most appreciated.
mm
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by greenkoi 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum