-
AuthorPosts
-
November 30, 2010 at 5:49 pm #156929
hello there
i have just installed the templ, but for some reason the user5 and JS positions are not showing up.
any advise would be appriciated.
Thanks
site address is:youbuds.com
J.
Urszula Dziki FriendUrszula Dziki
- Join date:
- September 2014
- Posts:
- 221
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 34
- Thanked:
- 20 times in 1 posts
December 1, 2010 at 12:43 am #364901I have the same problem It shows on front page THOUGH but if I try to assign to any other pages it does not Funny thing is none of hte module possition cannot be assign to any other pages only front page
Or may be I should say only left and right can be assign to other pages. Otherthan that none of the position work on pages that are created.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 1, 2010 at 9:43 am #364973To show those positions, all modules must asign and show on both positions. Here is a customization about how to show those positions:
You open the file templates/ja_tube/index.php and find:
[PHP]
<?php if ( $this->countModules(‘user5’) && ($this->countModules(‘ja-cs’) ) ) { ?>
<!– TOP SPOTLIGHT –>
<div id=”ja-topsl” class=”clearfix”>
<div id=”ja-video”>
<jdoc:include type=”modules” name=”user5″ style=”rounded” />
</div><div id=”ja-cs”>
<div class=”innerpad”>
<jdoc:include type=”modules” name=”ja-cs” style=”rounded” />
</div>
</div>
</div>
<!– //TOP SPOTLIGHT –>
<?php } ?>[/PHP]
replace:
[PHP]<?php if ( $this->countModules(‘user5’) ) { ?>
<!– TOP SPOTLIGHT –>
<div id=”ja-topsl” class=”clearfix”>
<div id=”ja-video”>
<jdoc:include type=”modules” name=”user5″ style=”rounded” />
</div>
<?php } if( ($this->countModules(‘ja-cs’) ) ) { ?>
<div id=”ja-cs”>
<div class=”innerpad”>
<jdoc:include type=”modules” name=”ja-cs” style=”rounded” />
</div>
</div>
</div>
<!– //TOP SPOTLIGHT –>
<?php } ?>[/PHP]
when done, the position is show when having modules published on it
1 user says Thank You to Saguaros for this useful post
December 1, 2010 at 2:41 pm #365006Hey There,
Thanks for the info, at the end i ended up reinstalling the quickstart, which did the trick, oh well :).
J.
Urszula Dziki FriendUrszula Dziki
- Join date:
- September 2014
- Posts:
- 221
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 34
- Thanked:
- 20 times in 1 posts
December 2, 2010 at 12:07 pm #365123I will try that Thank you so much and indeed works!
Thank you so much!
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Urszula Dziki 13 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum