Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • brusamolino Friend
    #156312

    Hi
    I’ve a problem to change “Welcome to the Frontpage” in homepage
    I’ve tried to insert a new title in system parameter in the Home link. Go to Menus > Main Menu -> System but not change… why?

    Phill Moderator
    #362475

    It is done slightly differently in JAT3. Please follow the guide here which explains all – http://www.joomlart.com/forums/topic/change-or-remove-page-title-guide/

    jersonjunior Friend
    #362673

    Go to Menus=> Main Menu=>Home=>Parameters (System)=>Show Page Title No or Yes

    Phill Moderator
    #362715

    Please carefully read the aformentioned guide. Switching the title off will just hide it. If you need to change that title then it is all explained in the guide.

    VisiGod Friend
    #362720

    <em>@phill luckhurst 203360 wrote:</em><blockquote>Please carefully read the aformentioned guide. Switching the title off will just hide it. If you need to change that title then it is all explained in the guide.</blockquote>

    But why JA are hardcoding this in the template?

    Phill Moderator
    #362723

    That is a question only the devs can answer.

    Arvind Chauhan Moderator
    #362726

    <em>@VisiGod 203365 wrote:</em><blockquote>But why JA are hardcoding this in the template?</blockquote>

    Did you try changing it in the language file?

    Arvind

    VisiGod Friend
    #362727

    <em>@drarvindc 203371 wrote:</em><blockquote>Did you try changing it in the language file?

    Arvind</blockquote>
    Hi Arvind,
    I can change it in the language file, that’s not the issue.
    The page titles are usually controlled by the CMS and not by the template. I was just wandering why this was done that way.

    No offence đŸ™‚

    Arvind Chauhan Moderator
    #362729

    Hi Ivo,

    T3 supports two page titles. Check this screenshot >> http://easycaptures.com/fs/uploaded/459/1391872022.jpg

    Though i have not verified it on JA Event yet, but i shall try to look into it this sunday and may be on monday get it added to the userguide of JA Event if required.

    To me it looks like a added feature to have 2 page titles, will ask the devs to evaluate the same and may be remove it.

    Arvind

    VisiGod Friend
    #362730

    <em>@drarvindc 203374 wrote:</em><blockquote>Hi Ivo,

    T3 supports two page titles. Check this screenshot >> http://easycaptures.com/fs/uploaded/459/1391872022.jpg

    Though i have not verified it on JA Event yet, but i shall try to look into it this sunday and may be on monday get it added to the userguide of JA Event if required.

    To me it looks like a added feature to have 2 page titles, will ask the devs to evaluate the same and may be remove it.

    Arvind</blockquote>
    There is an option in the menu parameters to switch off the OnPage title.
    In fact in Joomla! 1.6 you have control on both (i.e. browser title and on the page title).

    Phill Moderator
    #362743

    I am aware of that in 1.6. I wonder if this was part of the plan the developers put in for future compatability.

    David Porré Friend
    #374051

    Hello,

    I came to this weird issue also, trying to change the page title in the menu item admin panel.
    It showed correctly in the navigator window title, but not on the page, which sticked to “Welcome to the frontpage”.

    I opened plugins/system/jat3/base-themes/default/html/com_content/frontpage/default.php and changed :


    <?php if ($this->params->get('show_page_title',1)) : ?>
    <h1 class="componentheading"><?php echo JText::_('Home page title'); ?></h1>
    <?php endif; ?>

    to :


    <?php if ($this->params->get('show_page_title',1)) : ?>
    <h1 class="componentheading"><?php echo $this->escape($this->params->get('page_title')); ?></h1>
    <?php endif; ?>

    and now it works fine !

    Using Joomla 1.5.

    Hope it will help,
    Best regards,
    David aka Shapes

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

This topic contains 12 replies, has 6 voices, and was last updated by  David PorrĂ© 13 years, 9 months ago.

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