0
Welcome Guest! Login
0 items Join Now

Sitename on page title

    • tampe125's Avatar
    • tampe125
    • Jr. Rocketeer
    • Posts: 34
    • Thanks: 0

    Sitename on page title

    Posted 14 years 1 month ago
    • hi, i'd wish to display my sitename in page title, how can i do that?
      is there any switch?

      thanks in advance
  • Re: Sitename on page title

    Posted 14 years 1 month ago
    • Menus / Main Menu / Home / Parameters (System)

      Change the title there.
    • Thanks.
      Senior Multimedia Designer
      This email address is being protected from spambots. You need JavaScript enabled to view it.
    • JeffShinn's Avatar
    • JeffShinn
    • Sr. Rocketeer
    • Posts: 122
    • Thanks: 1
    • Software Engineer (BS CET/MS CS)

    Re: Sitename on page title

    Posted 14 years 1 month ago
    • Jacob is absolutely correct. This is a nice feature...since Joomla! is pretty much centric around your menus, you are allowed to easily create powerful titles for each menu item (article, category, etc.). This is perfect for SEO business and creating effective landing pages within your Joomla! installation.

      Most people are going to want to include the name of their business or site on each title in some way (pre-pend append) and you can actually do this easily and dynamically so that you do not need to continually retype that name everywhere:

      docs.joomla.org/Customise_the_dynamic_page_title

      Hope it helps

      Jeff
    • When someone is impatient and says, "I haven't got all day," I always wonder, How can that be? How can you not have all day?
    • tampe125's Avatar
    • tampe125
    • Jr. Rocketeer
    • Posts: 34
    • Thanks: 0

    Re: Sitename on page title

    Posted 14 years 1 month ago
    • LJS Graphics wrote:
      Menus / Main Menu / Home / Parameters (System)

      Change the title there.

      so i have to re-type it everywhere or i have to write custom code into my articles/components

      mhm.. i expected much more from RocketTheme..
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Sitename on page title

    Posted 14 years 1 month ago
    • tampe125's Avatar
    • tampe125
    • Jr. Rocketeer
    • Posts: 34
    • Thanks: 0

    Re: Sitename on page title

    Posted 14 years 1 month ago
    • Dont forget we are Rockettheme and not Joomla.
      i expected much more from Joomla ... would have been right.

      We are not responsible for Joomla itself ...

      mhm.. sorry but this sounds like an excuse to me.
      you have created a component to style your templates, it has TONS of switch and options, so you could easily add this code:
      $this->setTitle( $this->getTitle() . ' - ' . $app->getCfg( 'sitename' ) );

      i don't blame you, just say: "Ops! We forgot that!" :cheesy:

      moreover, more than a month ago, i reported that your "Build title span" options breaks Joomla JPane panes, as i reported here ( www.rockettheme.com/forum/index.php?t=123611&rb_v=viewtopic ).

      for this issue i REALLY expect more than you, since is breaking a native joomla feature
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Sitename on page title

    Posted 14 years 1 month ago
    • 1st: we won't do that. We didn't forgot that.
      you can add that yourself, as you say it's easy ...

      2nd: that is not a native joomla feature. But you can do this

      1 step: copy this file
      joomla-root/components/com_gantry/features/jstools.php
      into this location
      joomla-root/templates/rt_quasar_j15/features/

      2. step: open this new jstools.php

      find line 45-47
      if ($gantry->get('buildspans-enabled')) {
      $modules = "";
      $headers = "";

      and change it to this

      if ($gantry->get('buildspans-enabled')) {
      $modules = "";
      $headers = "";

      save that and it should work ...
    • tampe125's Avatar
    • tampe125
    • Jr. Rocketeer
    • Posts: 34
    • Thanks: 0

    Re: Sitename on page title

    Posted 14 years 1 month ago
    • 1st: we won't do that. We didn't forgot that.
      you can add that yourself, as you say it's easy ...

      ok, i can add google analytics on myself, why did you create an option for that?
      2nd: that is not a native joomla feature. But you can do this

      ok. JPane is not a native Joomla feature.
      ok, you wan't to be right at any cost.
      i give up.

      i'll do this hack on my own, but i really hope others moderator are different.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Sitename on page title

    Posted 14 years 1 month ago
    • As you can see /components/com_gantry/core/gantry.class.php Gantry is using standard Joomla calls:

      function displayHead() {
      if (defined('GANTRY_FINALIZED')) return;
      //stuff to output that is needed by joomla
      echo '<jdoc:include type="head" />';
      }

      I hope my other advice helps you to solve your JPanes-issue.
      Sure other mods are different – good luck in the future with your projects.
      I for myself will continue to offer my help to you when I can.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Sitename on page title

    Posted 14 years 1 month ago
    • There are many things in the Joomla core component that are enhanced (greatly) by the Gantry Framework. If there is a feature that you would like added we have a "Requests" forum specifically for that purpose. Moderators (especially Henning) often offer help with customizations but that really is above and beyond our assigned mission. In fact Henning is probably your best bet with the more complicated modifications. We are tasked with assisting in troubleshooting and clarifying the configuration of the intended functionality of the products produced by RT.

      Sometimes in the world of e-communications (emails, forums, etc...) intent and emphasis can get muddy. Especially when communicating with people from all over the globe. However I can personally assure you that as moderators our desire is to help you achieve the very best site implementation possible, as time allows. In fact most put in more time than required out of a love for the art/science of web design and those we serve here.

      Look forward to working with you on other issues as they arise.

      See you around the board :)

Time to create page: 0.082 seconds