0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Remove / Change Meta Name Generator

  • Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
    • I know this is probably a topic for the Joomla forums. But, I tried a solution from their forums and it didn't work. I'm wondering if the information that stores the generator might be in a different place because we are using a Rocket template. If anyone know the answer to this that would be great. I'm trying to remove / change the meta info that says " Joomla! 1.5 - Open Source Content Management".

      Thanks
    • John Hodgkinson's Avatar
    • John Hodgkinson
    • Hero Rocketeer
    • Posts: 421
    • Thanks: 0
    • Retired, but build and run websites for organisations of school leaders and others - e.g. http://www.icponline.org, http://www.aspa.asn.au, http://www.appa.asn.au

    Re: Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
    • I haven't used J1.5, but in J1.0.X it is in the Global Configuration --> Metadata section of the backend.
  • Re: Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
    • Thanks dude. I wish it was there. That'd be great. Joomla forum says to look in the index.php and change it. But my php doesn't have it. Well at least I don't see it. ???
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
    • Place this in the head of your template's index.php:

      Change 'Your META info here', leave the quotes.

      <?php $this->setGenerator('Your META info here'); ?>
    • Thanks,
      jim
  • Re: Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
    • JEM,
      Thanks man. I tried that but it didn't work. I am assuming I'm adding it to the wrong place. Would you mind having a look and letting me know.

      This is how I have it:

      ?>
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
      <html xmlns=" www.w3.org/1999/xhtml " xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
      <head>
      <?php $this->setGenerator('Testing testing'); ?>
      <jdoc:include type="head" />
      <?php
      require(YOURBASEPATH . DS . "rt_utils.php");
      require(YOURBASEPATH . DS . "rt_head_includes.php");
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
    • What template are you using?

      Looks to be in the right spot...

      (In Chromataphore, after line 60 of the template's index.php)

      After you make and save the change, clear your cache, refresh the page and view the source.

      And if you want to post a link, I'll take a look.
    • Thanks,
      jim
  • Re: Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
    • John Hodgkinson's Avatar
    • John Hodgkinson
    • Hero Rocketeer
    • Posts: 421
    • Thanks: 0
    • Retired, but build and run websites for organisations of school leaders and others - e.g. http://www.icponline.org, http://www.aspa.asn.au, http://www.appa.asn.au

    Re: Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
  • Re: Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
    • Yeah that's what JEM told me to do. But it's not taking. Not sure why. H said he'll check it out.
      Thanks John.
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Remove / Change Meta Name Generator

    Posted 16 years 7 months ago
    • What template are you using and are you editing the index.php in that template's folder?
    • Thanks,
      jim

Time to create page: 0.085 seconds