Contact Us
About Us
My Account/Downloads
Support
Archive
RSS
Search
1
Home
Products
iJoomla Magazine
Video Tutorials
iJoomla Newsportal
Video Tutorials
iJoomla Digistore
Video Tutorials
iJoomla Search & Archive
Video Tutorials
iJoomla Surveys
Video Tutorials
iJoomla Sidebars
Video Tutorials
iJoomla Ad Agency
Video Tutorials
iJoomla RSS Feeder
Video Tutorials
iJoomla Redirect
Free Extensions
Metatag Generator
iJoomla Scroller
GoogleStyle Module
Joomla Icons
SEO Club
Forum
Free Downloads
iJoomla Extensions Tools
Demo
Hosting
News
Templates
RocketTheme.com
GavickPro
JoomlaShack.com
TemplatePlazza.com
PixelsParadise.com
canaan-design.com
JoomlaDesigns.co.uk
shape5.com
ThemesClub.com
fstemplates.com
Joomlart.com
JoomlaJunkie.com
YouJoomla.com
JoomlaBamboo.com
JoomlaMarket.de
themejoomla.com
camp26.com
3rd Party Extensions
Store
FAQs
Welcome,
Guest
. Please
login
or
register
.
November 22, 2008, 09:21:06 AM
News:
iJoomla Search and Archive for Joomla 1.5
iJoomla Forum
iJoomla News Portal
Support Questions
Remove powered by ijoomla.com
« previous
next »
Pages:
[
1
]
2
Author
Topic: Remove powered by ijoomla.com (Read 4335 times)
laco2
customers
Newbie
Posts: 1
Remove powered by ijoomla.com
«
on:
December 08, 2007, 03:15:38 AM »
Remove powered by ijoomla.com
Logged
RicardoCorai
customers
Hero Member
Posts: 2264
Re: Remove powered by ijoomla.com
«
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
Re: Remove powered by ijoomla.com
«
Reply #2 on:
December 21, 2007, 08:11:42 PM »
i could not find such file
Logged
Dr. Dan Kirsch
Newbie
Posts: 27
Re: Remove powered by ijoomla.com
«
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.
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
Re: Remove powered by ijoomla.com
«
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
Re: Remove powered by ijoomla.com
«
Reply #5 on:
December 24, 2007, 06:54:28 AM »
Quote from: RicardoCorai on December 24, 2007, 03:19:20 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
Re: Remove powered by ijoomla.com
«
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
Re: Remove powered by ijoomla.com
«
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
Re: Remove powered by ijoomla.com
«
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
Re: Remove powered by ijoomla.com
«
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
Re: Remove powered by ijoomla.com
«
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
Re: Remove powered by ijoomla.com
«
Reply #11 on:
February 18, 2008, 03:07:07 PM »
Quote from: 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
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
Re: Remove powered by ijoomla.com
«
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
Re: Remove powered by ijoomla.com
«
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
Re: Remove powered by ijoomla.com
«
Reply #14 on:
March 21, 2008, 08:57:47 AM »
Quote from: 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?
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General iJoomla Discussions
=> Translations
-----------------------------
iJoomla Magazine
-----------------------------
=> Report Bugs
=> Suggestions/Ideas
=> Support Questions
=> Pre-Sales Questions
=> Show off your magazine
=> Discussions
=> Tips and Tricks
=> Troubleshooting
-----------------------------
iJoomla News Portal
-----------------------------
=> Support Questions
=> Suggestions/Ideas
=> Report Bugs
=> Pre-Sales Questions
=> Show off your News Portal
=> Announcements
=> Tips and Tricks
=> Troubleshooting
-----------------------------
iJoomla Digistore
-----------------------------
=> Support Questions
=> Pre-Sales Questions
=> Suggestions/Ideas
=> Show off your DigiStore
=> Report Bugs
-----------------------------
iJoomla Ad Agency
-----------------------------
=> Support Questions
=> Pre-Sales Questions
=> Suggestions/Ideas
=> Report Bugs
-----------------------------
iJoomla Surveys
-----------------------------
=> Suggestions/Ideas
=> Support Questions
=> Pre-Sales Questions
-----------------------------
iJoomla RSS Feeder
-----------------------------
=> Support Questions
=> Pre-Sales Questions
=> Suggestions/Ideas
=> Report Bugs
-----------------------------
iJoomla Sidebars
-----------------------------
=> Support Questions
=> Pre-Sales Questions
=> Suggestions/Ideas
-----------------------------
iJoomla Search & Archive
-----------------------------
=> Support Questions
=> Pre-Sales Questions
=> Suggestions/Ideas
-----------------------------
iJoomla Redirect
-----------------------------
=> Suggestions/Ideas
=> Pre-Sales Questions
=> Support Questions
-----------------------------
iJoomla Google Style Module
-----------------------------
=> iJoomla GoogleStyle Module
-----------------------------
iJoomla MetaTag Generator
-----------------------------
=> Suggestions/Ideas
=> Support Questions
-----------------------------
iJoomla Scroller
-----------------------------
=> Support Questions
=> Suggestions/Ideas
1 Hour
1 Day
1 Week
1 Month
Forever
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