How to remove footer text containing joomla copyright info

bhupendra
14 years, 3 months ago
Hi, I want to remove joomla copyright info from footer of mobile joomla.

It always shows this:-
Joomla! is Free Software released under the GNU General Public License.
Mobile version by Mobile Joomla!


I want my college's info instead of this.How I can do this?Is it allowed?
bhupendra
14 years, 3 months ago
I have discovered how to do this.
Open in file manager <your joomla installation dir>/administrator/components/com_mobilejoomla/markup
Then modify line no.74 of chtml.php, line no. of 60 of iphone.php, line no. 99 of wml.php & line no. 145 of xhtml.php by removing
<?php echo JText::_('Mobile version by');?> <a href="http://www.mobilejoomla.com/">Mobile Joomla!</a>
.
Then open <your joomla installation dir>/libraries/joomla/version.php.Modify line no. 43 to
var $URL     = '';
this.


This will remove joomla and mobile joomla info.It applies to version 0.9.6 of mobile joomla.Although I am concerned about is it allowed/legal or not.
dryabov
14 years, 3 months ago
bhupendra, just set "Show Joomla! footer: No" in MJ settings (in each of template tabs).
davesage
12 years, 8 months ago
Update: found it - it was in the ad remover plugin - didn't think of looking there, but this removes the footer copyright as well as the ads. Great.

Hi,

I hope you can help me, I'm a noob to Mobile Joomla with J2.5 and Mobile Joomla 1.0.1

I want to remove this footer text as well, where is the 'Show Joomla! footer: No' setting in this version, I've looked in the component settings and the modules but can't find it?

Thanks for your time,

Dave
dryabov
12 years, 8 months ago
Yes, in versions prior to 1.0 there was a setting "Show Joomla! footer" in MJ settings page, but starting from 1.0.1 it has been moved to Ad Remover plugin.
mediart2012
12 years, 5 months ago
Is this information still current for 1.0.3.1?

I can't find the plug-in in my plugins manager.
Aiden
11 years, 9 months ago
It is possible to delete it in 1.2version? Joomla! is Free Software released under the GNU General Public License.
uzairparker
11 years, 9 months ago
A more elegant solution would be to set a Language overrides in Joomla's language manager plugin:

Set the default constant (i had to grep the footer text to find this)
COM_MJ__MOBILE_VERSION_BY

And give it some replacement text:
"my new footer blah blah blah copyright 2013"

Much better than hacking templates in the Mobile Joomla core.
btonetti@demandworks.com
11 years, 8 months ago
Does the "Remove Support Ads" module just remove the ads, or does it also remove the Joomla and Mobile Joomla copyright footers? What I want to get rid of is the following:
"Joomla is Free Software and released under the GNU General Public License. Mobile version by Mobile Joomla!"
1

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.