-
AuthorPosts
-
KaemikhaRungrojvisai Friend
KaemikhaRungrojvisai
- Join date:
- December 2005
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 10
February 23, 2010 at 4:57 am #148937i try to find out how to change ” You Are Here : Home ” in front page. please help
kaemikha
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 25, 2010 at 8:49 am #333834Hi you
In templates/ja_sulfur/index.php file, it is from this code:
<!-- PATHWAY -->
<div id="ja-pathway" class="wrap">
<div class="main clearfix">
<div class="inner">
<strong><?php echo JText::_('YOU ARE HERE:');?></strong><jdoc:include type="module" name="breadcrumbs" />
</div>
</div>
</div>
<!-- //PATHWAY -->
1 user says Thank You to JA Developer for this useful post
madeline63 Friendmadeline63
- Join date:
- January 2010
- Posts:
- 92
- Downloads:
- 0
- Uploads:
- 30
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
March 2, 2010 at 9:30 am #334363i cant see any info about “you are here” at my index.php
*// no direct access
defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );include_once (dirname(__FILE__).DS.’libs’.DS.’ja.template.helper.php’);
$tmplTools = JATemplateHelper::getInstance($this, array(‘ui’));
# Auto Collapse Divs Functions ##########
$ja_left = $this->countModules(‘left’) || ($tmplTools->getParam(JA_TOOL_MENU) == 1);
$ja_right = $this->countModules(‘right’);if ( $ja_left && $ja_right ) {
$divid = ”;
} elseif ( $ja_left ) {
$divid = ‘-fr’;
} elseif ( $ja_right ) {
$divid = ‘-fl’;
} else {
$divid = ‘-f’;
}
$tmplTools->setParam (‘divid’, $divid);$curidx = $tmplTools->getCurrentMenuIndex();
//if ($curidx) $curidx–;//Calculate the width of template
$tmplWidth = ”;
$tmplWrapMin = ‘100%’;
switch ($tmplTools->getParam(JA_TOOL_SCREEN)){
case ‘auto’:
$tmplWidth = ‘97%’;
break;
case ‘fluid’:
$tmplWidth = intval($tmplTools->getParam(‘ja_screen_width’));
$tmplWidth = $tmplWidth ? $tmplWidth.’%’ : ‘90%’;
break;
case ‘fix’:
$tmplWidth = intval($tmplTools->getParam(‘ja_screen_width’));
$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).’px’ : ‘751px’;
$tmplWidth = $tmplWidth ? $tmplWidth.’px’ : ‘750px’;
break;
default:
$tmplWidth = intval($tmplTools->getParam(JA_TOOL_SCREEN));
$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).’px’ : ‘751px’;
$tmplWidth = $tmplWidth ? $tmplWidth.’px’ : ‘750px’;
break;
}$tmplTools->setParam (‘tmplWidth’, $tmplWidth);
$tmplTools->setParam (‘tmplWrapMin’, $tmplWrapMin);//Main navigation
$ja_menutype = $tmplTools->getMenuType();
$jamenu = null;
if ($ja_menutype && $ja_menutype != ‘none’) {
$japarams = new JParameter(”);
$japarams->set( ‘menutype’, $tmplTools->getParam(‘menutype’, ‘mainmenu’) );
$japarams->set( ‘menu_images_align’, ‘left’ );
$japarams->set( ‘menupath’, $tmplTools->templateurl() .’/ja_menus’);
$japarams->set(‘menu_title’, 0);$jamenu = $tmplTools->loadMenu($japarams, $ja_menutype);
}//End for main navigation
$layout = $tmplTools->getLayout ();
if ($layout) {
$tmplTools->display ($layout);
}Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 3, 2010 at 9:24 am #334616Hi madeline63
please let me know your template which are using
madeline63 Friendmadeline63
- Join date:
- January 2010
- Posts:
- 92
- Downloads:
- 0
- Uploads:
- 30
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
July 2, 2010 at 8:26 am #348796i am using JA teline iii, stable1,4 version.
– i want the breadcrumbs exist at every page, exclude my frontpage.
– and clear the space of breadcrumbs on forntpage only.sorry for my bad english, hope you can understand it.
any idea?
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
July 2, 2010 at 8:31 am #348798Madeline, you may need to post your request in the Teline III section, where the users of Teline3 can see the post and may be able to respond if they have already done something to the breadcrumb of the Teline template. As this is the forum thread for the Sulphur template , not many users of Teline will come here to view your request. I’m sure you understand
Your English is excellent, by the way, so don’t worry about it 🙂
Blessings to you -
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by uniquebiz 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum