0
Welcome Guest! Login
0 items Join Now

SOLVED Taking out the Joomla notice at the bottom

  • SOLVED Taking out the Joomla notice at the bottom

    Posted 18 years 2 months ago
    • How do I remove the 'Joomla! is Free Software released under the GNU/GPL License' message at the bottom of solarflare (which doesn't seem to have its own forum). I don't see it in index.php, even though it shows when I view the source...
      Any guidance greatly appreciated.
    • Last Edit: 18 years 2 months ago by Kevin DuCommun.
    • Dan L's Avatar
    • Dan L
    • Elite Rocketeer
    • Posts: 1453
    • Thanks: 0

    Re: SOLVED Taking out the Joomla notice at the bottom

    Posted 18 years 2 months ago
    • In index.php, remove this line:
      <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>

      ...approx. 4 lines from the bottom.
    • Toolbox Digital | Dribbble | Forrst
  • Re: SOLVED Taking out the Joomla notice at the bottom

    Posted 18 years 2 months ago
    • Thanks. I don't see that line in index.php!
    • Dan L's Avatar
    • Dan L
    • Elite Rocketeer
    • Posts: 1453
    • Thanks: 0

    Re: SOLVED Taking out the Joomla notice at the bottom

    Posted 18 years 2 months ago
  • Re: SOLVED Taking out the Joomla notice at the bottom

    Posted 18 years 2 months ago
    • You're right, of course. I was looking at the wrong index.php! :-[
      Thanks a million!
  • Re: SOLVED Taking out the Joomla notice at the bottom

    Posted 18 years 2 months ago
    • So, I've taken that out, and the Joomla notice is gone, but so also is the copyright notice, which I need to keep.
      Is there any way I can keep both, and perhaps edit the Joomla text. I've gone through the files and don't see an footer.php...
    • Dan L's Avatar
    • Dan L
    • Elite Rocketeer
    • Posts: 1453
    • Thanks: 0

    Re: SOLVED Taking out the Joomla notice at the bottom

    Posted 18 years 2 months ago
    • footer.php is in the includes folder (off the site root).
      <div align="center">
           &copy; <?php echo mosCurrentDate( '%Y' ) . ' ' . $GLOBALS['mosConfig_sitename'];?>
      </div>
       
      <div align="center">
           <?php echo $_VERSION->URL; ?>
      </div>

      The first DIV is the copyright; second is the Joomla! bit. You can just delete the Joomla! bit so it looks like:
      <div align="center">
           &copy; <?php echo mosCurrentDate( '%Y' ) . ' ' . $GLOBALS['mosConfig_sitename'];?>
      </div>
    • Toolbox Digital | Dribbble | Forrst
  • Re: SOLVED Taking out the Joomla notice at the bottom

    Posted 18 years 2 months ago
    • Thanks Dan.
      I'm sorry to impose further. I should have backed up before I made the original edit, but I didn't. Can you indicate where in index.php I should restore the line that refers to footer.php?
      Many thanks.
  • Re: SOLVED Taking out the Joomla notice at the bottom

    Posted 18 years 2 months ago
    • Not to worry Dan -- I have it.
      Thanks again! :)
    • Last Edit: 18 years 2 months ago by John OSullivan.

Time to create page: 0.071 seconds