Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • KaemikhaRungrojvisai Friend
    #148937

    i try to find out how to change ” You Are Here : Home ” in front page. please help

    kaemikha

    Anonymous Moderator
    #333834

    Hi 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 -->

    madeline63 Friend
    #334363

    i 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 Moderator
    #334616

    Hi madeline63

    please let me know your template which are using

    madeline63 Friend
    #348796

    i 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 Friend
    #348798

    Madeline, 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

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 4 voices, and was last updated by  uniquebiz 14 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum