Page 1 of 1

Remove 'Powered by FireBoard' ?

Posted: Mon Nov 24, 2008 4:44 pm
by mbelamy
Hey guys,

Does anyone know if it's legal/possible to remove the 'Powered by FireBoard' from the bottom of Fireboard...

Don't want bad guys any hints as to what is powering my forum... :D

Thanks,

Mark

Re: Remove 'Powered by FireBoard' ?

Posted: Wed Jan 07, 2009 6:56 pm
by subhashishkar
Hey! I also have been waiting for the same answer for a long time now. I wanted to try out FireBoard, but that link 'Powered by FireBoard' is indeed bothering.

Please do let me know, if you get any info on the same.

Thanks

Re: Remove 'Powered by FireBoard' ?

Posted: Wed Jan 07, 2009 7:36 pm
by clickdriven
go to: /components/com_fireboard/fireboard.php

look for the following & and uncomment the lines:

echo '© Copyright 2007
Best of Joomla, ' . _JJ_POWEREDBY
' FireBoard';

:pop

Re: Remove 'Powered by FireBoard' ?

Posted: Thu Jan 15, 2009 1:11 pm
by Process1
Hi Guys

Does anyone know how to do this for the 2008 version?

Many thanks

Re: Remove 'Powered by FireBoard' ?

Posted: Tue Jan 27, 2009 9:39 am
by ninjaNeen
Delete line 932 in components/com_fireboard/fireboard.php

Code: Select all

echo '<div class="fb_credits"> ' . fb_link::GetTeamCreditsLink($catid, _FB_POWEREDBY) . ' ' . fb_link::GetCreditsLink();

Re: Remove 'Powered by FireBoard' ?

Posted: Sat Apr 03, 2010 6:40 pm
by ronaldkyut
at line 936
pls change with this

Code: Select all

    echo '<div class="fb_bottom"> ' . fb_link::GetTeamCreditsLink();
it works ..