Welcome, Guest
Username Password: Remember me

Copyright at bottom of page
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Copyright at bottom of page

Copyright at bottom of page 12 years, 3 months ago #6830

  • Kipbedford
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
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.

Re: Copyright at bottom of page 12 years, 3 months ago #6845

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Just set "Show Joomla! footer: No" in MJ settings and put your own module to the footer instead.

Re: Copyright at bottom of page 11 years, 10 months ago #9786

  • MacMcCabe
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
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.

Re: Copyright at bottom of page 11 years, 9 months ago #10463

Agreed, this instruction is not clear. This option is not available as described to remove the Joomla footer.

Re: Copyright at bottom of page 11 years, 8 months ago #10947

  • rizal23
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
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.

*SOLVED* :: Copyright at bottom of page 11 years, 8 months ago #10955

  • MacMcCabe
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
 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.

Re: *SOLVED* :: Copyright at bottom of page 11 years, 8 months ago #10957

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
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).

Re: *SOLVED* :: Copyright at bottom of page 11 years, 8 months ago #10961

  • MacMcCabe
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
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.

Re: *SOLVED* :: Copyright at bottom of page 11 years, 8 months ago #11142

  • kclaiborne
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
In the Ad Remover plugin, there are these settings:

Remove Ads          No   Yes
Remove Copyright No   Yes

Re: Copyright at bottom of page 11 years, 5 months ago #12700

  • earthrat
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
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!
  • Page:
  • 1
  • 2
Time to create page: 0.13 seconds

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.