1
Welcome, Guest. Please login or register.
November 22, 2008, 10:34:26 AM
Home Help Search Login Register
News: New version of iJoomla Digistore V 1.3.3 (for Joomla 1.0)

+  iJoomla Forum
|-+  iJoomla News Portal
| |-+  Support Questions
| | |-+  Remove powered by ijoomla.com
« previous next »
Pages: [1] 2 Print
Author Topic: Remove powered by ijoomla.com  (Read 4344 times)
laco2
customers
Newbie
*
Posts: 1


View Profile Email
« on: December 08, 2007, 03:15:38 AM »

Remove powered by ijoomla.com
Logged
RicardoCorai
customers
Hero Member
*
Posts: 2264


View Profile WWW
« Reply #1 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,
 
Logged

Ricardo Corai
Moderator
www.planetacms.com
closedcaption
customers
Newbie
*
Posts: 5


View Profile Email
« Reply #2 on: December 21, 2007, 08:11:42 PM »

i could not find such file
Logged
Dr. Dan Kirsch
Newbie
*
Posts: 27


View Profile
« Reply #3 on: December 22, 2007, 10:44:25 AM »

That should be the correct location -- just checked myself and found the file with no problem.   Grin

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.
« Last Edit: December 22, 2007, 11:05:25 AM by Dr. Dan Kirsch » Logged

Discount Domain Registration!
RicardoCorai
customers
Hero Member
*
Posts: 2264


View Profile WWW
« Reply #4 on: December 24, 2007, 03:19:20 AM »

Clean your cache and check again.
Logged

Ricardo Corai
Moderator
www.planetacms.com
Dr. Dan Kirsch
Newbie
*
Posts: 27


View Profile
« Reply #5 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.
Logged

Discount Domain Registration!
RicardoCorai
customers
Hero Member
*
Posts: 2264


View Profile WWW
« Reply #6 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,
Logged

Ricardo Corai
Moderator
www.planetacms.com
closedcaption
customers
Newbie
*
Posts: 5


View Profile Email
« Reply #7 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
Logged
closedcaption
customers
Newbie
*
Posts: 5


View Profile Email
« Reply #8 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
Logged
jooleimon
customers
Newbie
*
Posts: 8


View Profile Email
« Reply #9 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
Logged
jooleimon
customers
Newbie
*
Posts: 8


View Profile Email
« Reply #10 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
Logged
RicardoCorai
customers
Hero Member
*
Posts: 2264


View Profile WWW
« Reply #11 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.
Logged

Ricardo Corai
Moderator
www.planetacms.com
alvarez
Newbie
*
Posts: 8


View Profile Email
« Reply #12 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?
Logged
smoothdude11
customers
Full Member
*
Posts: 111



View Profile WWW Email
« Reply #13 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.
Logged

www.nintendofanalliance.com  videogames are fun!!
RicardoCorai
customers
Hero Member
*
Posts: 2264


View Profile WWW
« Reply #14 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
Logged

Ricardo Corai
Moderator
www.planetacms.com
Pages: [1] 2 Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Theme Globe by Eponnox