-
AuthorPosts
-
July 23, 2008 at 2:46 pm #131238
2259
My first question is; How can I delete this menu section above. I am using Joomla 1.0.13. I deleted the whole top-menu but i still can see this section.
My next question is about the sections on the image below. I create new site modules. And as their position, I define user 1 to user 9. Nothing happens
2260
thanks for yor help
-
July 24, 2008 at 9:40 am #261981
No one can help me???
September 14, 2008 at 6:04 am #270379Hi. Same is the case with me too.
I am on Joomla 1.0.13 and trying to use positions 12,3,5 or 6. But none of them show up. It’s no point using this template if these positions can’t be used !
ThanksSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 15, 2008 at 8:16 am #270582you can open index.php(templates/ja_olyra folder)
you will see those lines:
<?php
$spotlight_left = (mosCountModules('user1') || mosCountModules('user2') || mosCountModules('user5'));if ($spotlight_left && mosCountModules('user6')) {
?>
<!-- BEGIN: TOPSPOTLIGHT -->
<div id="ja-topslwrap" class="clearfix">
<div id="ja-topsl"><?php
$spotlight = array ('user1','user2','user5');
$topsl = calSpotlight ($spotlight);
if( $topsl ) {
?>
<div id="ja-topsl-leftwrap">
<div class="innerpad">
<div id="ja-topsl-head">
Highlight
</div><div id="ja-topsl-left">
<div class="wrap1"><div class="wrap2"><div class="wrap3 clearfix">
<?php if( mosCountModules('user1') ) {?>
<div class="ja-box<?php echo $topsl['modules']['user1']; ?>" style="width: <?php echo $topsl['width']; ?>;">
<?php mosLoadModules('user1', -2); ?>
</div>
<?php } ?><?php if( mosCountModules('user2') ) {?>
<div class="ja-box<?php echo $topsl['modules']['user2']; ?>" style="width: <?php echo $topsl['width']; ?>;">
<?php mosLoadModules('user2', -2); ?>
</div>
<?php } ?><?php if( mosCountModules('user5') ) {?>
<div class="ja-box<?php echo $topsl['modules']['user5']; ?>" style="width: <?php echo $topsl['width']; ?>;">
<?php mosLoadModules('user5', -2); ?>
</div>
<?php } ?>
</div></div></div>
</div>
</div>
</div>
<?php } ?><?php if ( mosCountModules('user6') ) { ?>
<div id="ja-topsl-right">
<div class="innerpad">
<?php mosLoadModules('user6', -3); ?>
</div>
</div>
<?php } ?></div>
</div>
<!-- END: TOPSPOTLIGHT -->
<?php } ?>
They mean that modules at user1, user2, user 5 position only display if module at user6 display1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Sherlock 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-