-
AuthorPosts
-
webstudio7 Friend
webstudio7
- Join date:
- August 2007
- Posts:
- 37
- Downloads:
- 65
- Uploads:
- 3
- Thanked:
- 5 times in 1 posts
December 8, 2009 at 8:25 pm #146701#MOBILE_DEVICES# = iphone || handheld
../ja_kyanite/layouts/blocks/#MOBILE_DEVICES#/footer.php
<?php if ($this->countModules ('breadcrumb')): ?>
| <strong><?php echo JText::_('You are here')?></strong>
<jdoc:include type="module" name="breadcrumbs" />different POSITIONS in IF-condition and in OUTPUT: breadcrumb or breadcrumbs?
in ja_kyanitelibsja.template.helper.php is missing
defined( '_JEXEC' ) or die( 'Restricted access' );
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 9, 2009 at 8:34 am #326158Hello webstudio7!
That’s a mistake with joomla tag.
Wrong: <jdoc:include type=”module” name=”breadcrumbs” />
Right: <jdoc:include type=”module” name=”breadcrumb” />The problem is fixed on the kyanite template
Thanks.
webstudio7 Friendwebstudio7
- Join date:
- August 2007
- Posts:
- 37
- Downloads:
- 65
- Uploads:
- 3
- Thanked:
- 5 times in 1 posts
December 9, 2009 at 5:38 pm #326208I think you changed XML file of template too:
<position>breadcrumbs</position>
?Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 10, 2009 at 1:28 am #326245oh yes, but it’s the solution to resolve the problem, the template has a mistake in php codes as you said
[PHP]<?php if ($this->countModules (‘breadcrumb’)): ?>
| <strong><?php echo JText::_(‘You are here’)?></strong>
<jdoc:include type=”module” name=”breadcrumbs” />
[/PHP]
(with those codes, check the “breadcrumb” position has any modules installed, but load modules on the “breadcrumbs” position)
and the “breadcrumb” postion used in the data sample of the quicktart, so that i did not add “<position>breadcrumbs</position>” into the xml file.Thanks
webstudio7 Friendwebstudio7
- Join date:
- August 2007
- Posts:
- 37
- Downloads:
- 65
- Uploads:
- 3
- Thanked:
- 5 times in 1 posts
December 11, 2009 at 2:29 pm #326346modulesmod_jaslideshow2tmpldefault.php
&
templatesja_kyanitehtmlmod_jaslideshow2default.php<?php if ($control): ?>
<div class="ja-slide-buttons clearfix">
<span class="ja-slide-prev">« Previous</span>
<span class="ja-slide-playback">‹Playback</span>
<span class="ja-slide-stop">Stop</span>
<span class="ja-slide-play">Play ›</span>
<span class="ja-slide-next">Next »</span>
</div>
<?php endif; ?>
</div>USE ALWAYS JText::_(‘YOUR TEXT’);
I wrote a lot of times to support, please tell that to ALL developers who write code! make it to MUST BE!
1 user says Thank You to webstudio7 for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Anonymous 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum