0
Welcome Guest! Login
0 items Join Now

Copyright 2009 text change

    • RMC's Avatar
    • RMC
    • Rocketeer
    • Posts: 72
    • Thanks: 0

    Copyright 2009 text change

    Posted 15 years 1 month ago
    • How do i change the Copyright 2009 text at the bottom of the page of the RT Mynxx template?

      Cheers!
      r
  • Re: Copyright 2009 text change

    Posted 15 years 1 month ago
    • RMC's Avatar
    • RMC
    • Rocketeer
    • Posts: 72
    • Thanks: 0

    Re: Copyright 2009 text change

    Posted 15 years 1 month ago
    • Thank you Mike, but what folder and file is producing the copyright text?

      Many thanks
      r
  • Re: Copyright 2009 text change

    Posted 15 years 1 month ago
    • in the template's index.php
    • RMC's Avatar
    • RMC
    • Rocketeer
    • Posts: 72
    • Thanks: 0

    Re: Copyright 2009 text change

    Posted 15 years 1 month ago
    • That’s not what a meant Mike. Basic Example: /libraries/joomla/document. Etc... this is what I’m looking for and your apart of great RT Team, who should be able to help.

      Regards
      r
      Web link: www.memorabiliatravel.com
    • Invision's Avatar
    • Invision
    • Hero Rocketeer
    • Posts: 261
    • Thanks: 0

    Re: Copyright 2009 text change

    Posted 15 years 1 month ago
    • /templates/rt_mynxx/

      :arrowu: Not sure about folder names but its under templates.But he means the index.php in your joomla templates folder. Sure about that.
    • Apache Version 2.2.14 (Unix) | PHP Version 5.2.12 | MySQL Version 5.1.43-log | Architecture x86_64 | OS Linux | Joomla Version 1.5.20 | pHpBB v3.0.7-PL1 | Firefox v3.6.8 | Internet Explorer 8 |
    • Javier Delgado's Avatar
    • Javier Delgado
    • Jr. Rocketeer
    • Posts: 45
    • Thanks: 0
    • Web and Graphic Designer.

    Re: Copyright 2009 text change

    Posted 14 years 2 months ago
    • Hello!

      here's the answer, it might be too late but at least it's a solid answer:

      1 - got to your joomla admin back end and click on "extentions"
      2 - chose "template manager"
      3 - click on your "default template" (the one with the yellow star) click on the name of the template
      4 - click on "edit html" on the top right hand corner of your browser
      5 - scroll all the way to the bottom of your page code
      6 - find the next code:

      # <?php if ($show_copyright == "true") : ?>
      # <div class="copyright-block">
      # <a href=" www.rockettheme.com/ " title="<?php echo JText::_('ROCKETTHEME_JTC'); ?>" id="rocket"></a> <----REMOVE!!! REMOVE!!! REMOVE!! :shock:
      # <div id="copyright">
      # &copy; <?php echo JText::_('COPYRIGHT'); ?>
      # </div>
      # </div>
      # <?php else: ?>

      7 - THAT TAKES CARE OF YOUR LOGO
      8- To Remove the text "(c) 2010 design by rocket theme" erase:

      <?php echo JText::_('COPYRIGHT'); ?> <--- REMOVE!!! REMOVE!!! REMOVE!!! :shock:
      NOTE: LEAVE THE " &copy;" AND TYPE YOUR NEW COPYRIGHT INFO

      so it might endup looking something like this:

      <?php if ($show_copyright == "true") : ?>

      <div id="copyright">
      &copy;2011 All Rights Reserved. your info
      </div>

      9 - SAVE YOUR FILE AND THATS IT!!

      hope this helps, I had to figure this out the hard way, I wish Rocket Theme would show us how or where to edit the main php sorce code... :mrgreen:

      Javier.

Time to create page: 0.075 seconds