Copyright at bottom of page

Kipbedford
13 years, 3 months ago
Hi, I was wondering if anyone knows how to amend the jfooter at the bottom of the page. I am building a site for another company but would like the copyright to show my company rather than the sitename.
Any help would be greatly appreciated.
Keith.
dryabov
13 years, 3 months ago
Just set "Show Joomla! footer: No" in MJ settings and put your own module to the footer instead.
MacMcCabe
12 years, 10 months ago
Must be missing something.  Can you provide a screenshot where "show Joomla Footer" is?  Because I don't see it in any of the settings.
bennychains
12 years, 9 months ago
Agreed, this instruction is not clear. This option is not available as described to remove the Joomla footer.
rizal23
12 years, 8 months ago
dryabov wrote:
Just set "Show Joomla! footer: No" in MJ settings and put your own module to the footer instead.

Ohhh so this kind of way to get the footer. Thanks Admin for Share Them.
MacMcCabe
12 years, 8 months ago
 Since I couldn't find the "Switch" to turn the Standard Joomla! Credits off.  I simply removed one line of code from the index.php file.

At the very bottom of the MJ Template's index.php file you'll see the following:

	<div id="footer">
<?php
$modulepos = $MobileJoomla->getPosition('footer');
if($modulepos && $this->countModules($modulepos) > 0):
?><div id="<?php echo $modulepos; ?>"><?php $MobileJoomla->loadModules($modulepos); ?></div><?php
endif;
$modulepos = $MobileJoomla->getPosition('footer2');
if($modulepos && $this->countModules($modulepos) > 0):
?><div id="<?php echo $modulepos; ?>"><?php $MobileJoomla->loadModules($modulepos); ?></div><?php
endif;
 
 
 
 
$MobileJoomla->showFooter();
 
 
 
 
$modulepos = $MobileJoomla->getPosition('footer3');
if($modulepos && $this->countModules($modulepos) > 0):
?><div id="<?php echo $modulepos; ?>"><?php $MobileJoomla->loadModules($modulepos); ?></div><?php
endif;
?>
</div>
<?php
$dispatcher =& JDispatcher::getInstance(); 
$results = $dispatcher->trigger( 'onMobileJoomlaAdCheck', array() );
if(in_array('f3da4a6dd8f15c9170572d18838c841e', array_map('md5', $results)))
{
// The user has installed plug-in to remove ads
}
else
{
?>
<div class="mj-sponsor-placement">
<script type="text/javascript">
//<!--
/* <![CDATA[ */
document.write('<script src'+'="http'+('https:'==document.location.protocol?'s':'')+'://ads.mobilejoomla.com/ad.js?domain='+encodeURIComponent(window.location.hostname)+'" type="text/javascript"><'+'/script>');
/* ]]> */
//-->
</script>
</div>
<?php
}
?>
</div>
</body>
</html>


What worked for me was simply deleting or commenting this line:   $MobileJoomla->showFooter();


Hope this helps someone else.
dryabov
12 years, 8 months ago
MacMcCabe, it's better to install Remove Support Ads plugin and hide it via its settings (templates files will be overwritten each time you update MJ).
MacMcCabe
12 years, 8 months ago
Did that.  Unfortunately, Mobile Joomla! on Joomla 2.5 doesn't have the Show/Hide Footer option.  Do you have a screenshot?

Had to come up with a workaround after not being able to locate the option.
kclaiborne
12 years, 8 months ago
In the Ad Remover plugin, there are these settings:

Remove Ads          No   Yes
Remove Copyright No   Yes
earthrat
12 years, 5 months ago
This has been removed since this post so it is no longer resolved. Seems to me for 70 bucks more would have been done so that all this crap code can be removed!
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.