How to removed Jcal Pro “Powered by” footer signature

The tutorial explain on how to remove the powered by Jcal 1.5 footer information in your Jcal Pro joomla component.

Here’s how:

1. Back up joomlaroot/components/com_jcalpro folder
2. Removed he following lines

themes/default/theme.php , lines 1237-1239:

<div class="atomic">Powered by <a
href="http://dev.anything-digital.com/" target="_blank"><strong>JCal
Pro <span style="color: orange">1.5</span></strong></a></div>


include/functions.inc.php, lines 1350-1356:

$signature = ‘<a href="http://dev.anything-digital.com/" target="_blank">JCal Pro Calendar <span style="color:#FFA500"> ‘ . CALENDAR_VERSION . ‘</span></a>’;

if(strpos(” “.$lang_general['signature'],”%s”))
$signature = sprintf($lang_general['signature'], $signature);
else
$signature = $lang_general['signature'] . ” ” . $signature;
$add_signature = ‘<div class="atomic" style="color:#CCCCCC;">’.$signature.’</div><br />’;

3. Save the files

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Furl
  • Reddit
  • Smarking
  • StumbleUpon
  • Technorati
  • TwitThis
  • YahooMyWeb
  • Simpy
  • Propeller
  • Fark
  • LinkedIn
  • Live
  • Mixx

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment