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.

How can I get rid of something in footer on template

  • How can I get rid of something in footer on template

    Posted 13 years 4 months ago
    • How can I get rid of the
      Joomla! is Free Software released under the GNU/GPL License.

      that is pulling through a template?

      I've been in the html editing section and it's not there.
    • Jennifer Spears
    • Houston's Avatar
    • Houston
    • Elite Rocketeer
    • Posts: 1077
    • Thanks: 2

    Re: How can I get rid of something in footer on template

    Posted 13 years 4 months ago
    • A link and a template name might help here.
    • Houston Brown - www.splitlightdesigns.com
      Apache Version = 2.2.2 / PHP Version = 5.2.17 or 5.3.15 (dual)
      mySQL Version = 5.5.21
      Joomla Version = 2.5.8 / Web Servers OS Version = CentOS 6
  • Re: How can I get rid of something in footer on template

    Posted 13 years 4 months ago
    • Here is the link and the verbage is on every page on the site.
      207.58.141.95/~dealer/

      Template is Mynxx.
    • Jennifer Spears
    • Houston's Avatar
    • Houston
    • Elite Rocketeer
    • Posts: 1077
    • Thanks: 2

    Re: How can I get rid of something in footer on template

    Posted 13 years 4 months ago
    • Is this not in the same Custom HTML module as the copyright info? If not, you can PM me a username and password and I will take a look.
    • Houston Brown - www.splitlightdesigns.com
      Apache Version = 2.2.2 / PHP Version = 5.2.17 or 5.3.15 (dual)
      mySQL Version = 5.5.21
      Joomla Version = 2.5.8 / Web Servers OS Version = CentOS 6
  • Re: How can I get rid of something in footer on template

    Posted 13 years 4 months ago
    • This is what is showing up on the bottom of every page.
      Copyright © 2012 Rugged CCTV Dealers. All Rights Reserved.
      Joomla! is Free Software released under the GNU/GPL License.

      I went in and copied the entire html file and pasted it into word and searched for the verbage I need to remove and couldn't find it.

      This is what it says in the html on the footer section -
      </div>
      <?php endif; ?>
      <div id="footerbar">
      <div id="footerbar2">
      <div id="footerbar3">
      <?php if ($show_copyright == "true") : ?>
      <div class="copyright-block">
      <a href=" www.rugged-cctv.com/ " title="<?php echo JText::_('ROCKETTHEME_JTC'); ?>" id="rocket"></a>
      <div id="copyright">
      <?php echo JText::_('COPYRIGHT'); ?>
      </div>
      </div>
      <?php else: ?>
      <div class="footer-mod">
      <jdoc:include type="modules" name="footer" style="xhtml" />
      </div>
      <?php endif; ?>
      </div>
      </div>
      </div>
      <!--End Bottom Section-->
    • Jennifer Spears
    • Houston's Avatar
    • Houston
    • Elite Rocketeer
    • Posts: 1077
    • Thanks: 2

    Re: How can I get rid of something in footer on template

    Posted 13 years 4 months ago
    • This is a pretty old template. I would need to get into the back end to figure it out. If you want help, I will need admin access to the site.
    • Houston Brown - www.splitlightdesigns.com
      Apache Version = 2.2.2 / PHP Version = 5.2.17 or 5.3.15 (dual)
      mySQL Version = 5.5.21
      Joomla Version = 2.5.8 / Web Servers OS Version = CentOS 6
    • Houston's Avatar
    • Houston
    • Elite Rocketeer
    • Posts: 1077
    • Thanks: 2

    Re: How can I get rid of something in footer on template

    Posted 13 years 4 months ago
    • Actually in this version of Joomla, It can not be done through the back end as I thought it might. I found this article that tells you how to do it.

      wzcreativetechnology.com/joomla/joomla-t...-copyright-info.html


      How to remove joomla 1.5 copyright info

      How do i remove the bit on the bottom of my website that says "Powered by Joomla!. Valid XHTML and CSS."?

      This also comes up when i have the "Footer" published on the website. Then i have an extra copyright that says "Joomla! is Free Software released under the GNU/GPL License."
      How do I remove it?

      First:

      Go to the root fold Of Joomla >> languages >>en-GB/ en-GB.mod_footer.ini || modify it there.

      FOOTER=Footer
      FOOTER_LINE1=Copyright &#169; %date% %sitename%. All Rights Reserved.
      FOOTER_LINE2=<a href=" www.joomla.org ">Joomla!</a> is Free Software released under the <a href=" www.gnu.org/licenses/gpl-2.0.html ">GNU/GPL License.</a>
      MOD_FOOTER=<em>mod_footer</em>
      THIS MODULE SHOWS THE JOOMLA! COPYRIGHT INFORMATION=This Module shows the Joomla! Copyright information

      Second:

      Go to yourtemplate/index.php >> bottom of page || change it there.

      <p id="power_by">
      <?php echo JText::_('Powered by') ?> <a href=" www.joomla.org ">Joomla!</a>.
      <?php echo JText::_('Valid') ?> <a href=" validator.w3.org/check/referer ">XHTML</a> <?php echo JText::_('and') ?> <a href=" jigsaw.w3.org/css-validator/check/referer ">CSS</a>
      </p>


      After that you will have your own customized copyright information.
    • Houston Brown - www.splitlightdesigns.com
      Apache Version = 2.2.2 / PHP Version = 5.2.17 or 5.3.15 (dual)
      mySQL Version = 5.5.21
      Joomla Version = 2.5.8 / Web Servers OS Version = CentOS 6
  • Re: How can I get rid of something in footer on template

    Posted 13 years 4 months ago
    • You are fantastic!!! Never would have found it and it worked perfectly!
    • Jennifer Spears

Time to create page: 0.088 seconds