Hacks
How to remove Joomla copyright info
Main Menu
| Home |
| Joomla Install |
| Administration |
| Joomla Components |
| Joomla Modules |
| Joomla Bots |
| Joomla SEO |
| Hacks |
|
|
|
| How to remove Joomla copyright info |
|
|
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> As you may allready know, lot of things are much simpler in Joomla 1.5. And you guessed it - here the situation is the same. So, if you want to disable the footer with copyright message go to Extensions >> Module Manager and unpublish the Footer module. Done! Easy, eh? If you want to personalize it, the task is a bit more complex - you will need to make your hands dirty with code. Here's the recipe - assuming you want to change the English version. For other languages the solution is same, just replace the language codes with yours. So, grab your favourite FTP program and go to the language/en-GB/ directory, edit the file named en-GB.mod_footer.ini and change the following lines to suit your needs. FOOTER=Footer FOOTER_LINE1=Copyright © %date% %sitename%. All Rights Reserved. FOOTER_LINE2=<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the <a href="http://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 In Joomla 1.0 the situation is more complicated. Generally the code displaying the information is embedded in the template, so no general rule of thumb can be set up. However there are couple of informations you can use. The simplest way to include this information, generally used by the template makers is something like this line (found as is in the default Joomla 1.0 template, Rhuk's SolarFlare II) <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?> If this is your case you need to get rid of this line, or edit and tweak the /includes/footer.php file. But not allways this can be accomplished that simple. In Joomla 1.0 you had no better choice, but to examine your template, and find out how the template builder has inserted the information in the one you use on your site.
plugin by VivoCiti.com
|
| < Prev | Next > |
|---|
|
|
|













