iJoomla Forum

iJoomla News Portal => Support Questions => Topic started by: laco2 on December 08, 2007, 03:15:38 AM



Title: Remove powered by ijoomla.com
Post by: laco2 on December 08, 2007, 03:15:38 AM
Remove powered by ijoomla.com


Title: Re: Remove powered by ijoomla.com
Post by: RicardoCorai on December 10, 2007, 05:40:27 AM
Hi laco2,
Edit administrator/components/com_news_portal/news_portal.config.php and find this:
Code:
$_CONFIG['iJoomla']=1;
Set "1" for showing linkback.
Set "0" for hiding linkback.
Regards,
 


Title: Re: Remove powered by ijoomla.com
Post by: closedcaption on December 21, 2007, 08:11:42 PM
i could not find such file


Title: Re: Remove powered by ijoomla.com
Post by: Dr. Dan Kirsch on December 22, 2007, 10:44:25 AM
That should be the correct location -- just checked myself and found the file with no problem.   ;D

However, that brings up a good question though -- changing that setting doesn't seem to impact whether the linkback is visible or not.  Just set mine to "0" and there is no change -- linkback is still there.


Title: Re: Remove powered by ijoomla.com
Post by: RicardoCorai on December 24, 2007, 03:19:20 AM
Clean your cache and check again.


Title: Re: Remove powered by ijoomla.com
Post by: Dr. Dan Kirsch on December 24, 2007, 06:54:28 AM
Clean your cache and check again.

Cleared, rebooted...still there...cleared...rebooted...still there...leared...rebooted...still there...went to another computer that had never accessed this site...and it's still there.


Title: Re: Remove powered by ijoomla.com
Post by: RicardoCorai on December 27, 2007, 08:40:33 AM
Hi Dan,
Edit your admin.news_portal.html.php and find this:
Code:
function footer(){
?>
</td></tr></table>
<p><center><?php echo LM_POWERED_BY; ?><a href='http://www.ijoomla.com' target='_blank'>iJoomla News Portal</a></center></p>
<?php
}
Replace for this:
Code:
function footer(){
?>
</td></tr></table>

<?php
}
Regards,


Title: Re: Remove powered by ijoomla.com
Post by: closedcaption on January 07, 2008, 12:24:09 AM
still there, i did the second instruction, but the first one, i searched for that config php file, i have no such file


Title: Re: Remove powered by ijoomla.com
Post by: closedcaption on January 07, 2008, 02:48:15 AM
no such thing as config.php.. i followed the second instructions and its STILL there! helppp mee


Title: Re: Remove powered by ijoomla.com
Post by: jooleimon on February 16, 2008, 02:09:01 PM
I am in the same situation, not being able to remove the "powered by ijoomla.com" phrase. I have followed both instructions given in this thread, cleared cache, reload, and also rebooted to no avail.

Please help.

Also it may be more convenient to leave this note off by default, and give instructions to turn it on for those that want to do so.


jooleimon


Title: Re: Remove powered by ijoomla.com
Post by: jooleimon on February 16, 2008, 06:42:53 PM
I followed Recardo's instruction as : Hi laco2,
Edit administrator/components/com_news_portal/news_portal.config.php and find this:
Code:

$_CONFIG['iJoomla']=1;

Set "1" for showing linkback.
Set "0" for hiding linkback.

When it comes to save the file, (I use JoomlaXplorer), there is a warning that there is an "Error on the page", so the change is never saved, and the sign is never changed. On checking the details it said,

line 219
Chr:1
Error:Object doesn't support this property or method .....etc


Title: Re: Remove powered by ijoomla.com
Post by: RicardoCorai on February 18, 2008, 03:07:07 PM
I followed Recardo's instruction as : Hi laco2,
Edit administrator/components/com_news_portal/news_portal.config.php and find this:
Code:

$_CONFIG['iJoomla']=1;

Set "1" for showing linkback.
Set "0" for hiding linkback.

When it comes to save the file, (I use JoomlaXplorer), there is a warning that there is an "Error on the page", so the change is never saved, and the sign is never changed. On checking the details it said,

line 219
Chr:1
Error:Object doesn't support this property or method .....etc

Try using a ftp client like Filezilla.
Let me know if the problem persists.


Title: Re: Remove powered by ijoomla.com
Post by: alvarez on March 21, 2008, 01:01:38 AM
There are no such lines in :

administrator/components/com_news_portal/news_portal.config.php

Everything seems encoded...How can that file be edited?


Title: Re: Remove powered by ijoomla.com
Post by: smoothdude11 on March 21, 2008, 03:40:43 AM
it is not in the config file it is in the news_portal.php very last line I believe.


Title: Re: Remove powered by ijoomla.com
Post by: RicardoCorai on March 21, 2008, 08:57:47 AM
There are no such lines in :

administrator/components/com_news_portal/news_portal.config.php

Everything seems encoded...How can that file be edited?
This file is not encoded. Please check again. You will see something like this:
Code:
defined( '_VALID_MOS' ) or die( 'Restricted access' );

$_CONFIG['iJoomla']=1;
$_CONFIG['language']='english';
Let me know if the problem persists.
Best regards


Title: Re: Remove powered by ijoomla.com
Post by: alvarez on March 21, 2008, 11:06:23 AM
everything shows like this:

I´m pasting here my last 5 lines of the file
Code:

¢x>&(
Ëa‚(æ0Áæñq˜ (‡ ¢x1LŸ¸˜ Ã`‚(f0Aë#B°˜ Êçc‚æKD9ƒ "'‡ ¢œÅQÃQÎ`‚(æ1A30‡ ¢œÃQ>ÄhVD9ƒ
Xh±˜ *ÌÁQ…ÁQÌa‚(Ïb‚¸n
´LÅ&(dÁa‚B*D9‹ ¢‡ ¢œÁQ<0ãó˜ jp˜ ÊLÅ£1Aû D·ØÚD1‡
i9LÅ‹a‚°Ùa1A”g0A]8ëÈô!«¼ûIÚ—*D9‹¢Âh<•‡ñ@¡ŠÿÇGãucý'|E§Š


Title: Re: Remove powered by ijoomla.com
Post by: Yotomi on March 30, 2008, 08:21:30 PM
I am having this problem also. The directory never seems to exist for me either. Couldn't find that line.


Title: Re: Remove powered by ijoomla.com
Post by: mabe38 on March 31, 2008, 03:41:34 AM
Are you using a simple texteditor with unicode uft-8????


Title: Re: Remove powered by ijoomla.com
Post by: alvarez on March 31, 2008, 09:07:53 AM
I´m trying to edit on dreamweaver  ???


Title: Re: Remove powered by ijoomla.com
Post by: RicardoCorai on March 31, 2008, 10:01:23 AM
Edit news_portal.config.php and copy this code:
Code:
<?php
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );

$_CONFIG['iJoomla']=0;
$_CONFIG['language']='english';
?>
Best regards,