PDA

View Full Version : [PHP] IPB 2.1.x - Remove "powered by" string from caption


SaIRoS
09-14-2006, 06:16 PM
Remove this?

http://img127.imageshack.us/img127/7705/previewtt3.png

Yes, this is really easy to do and Invision allows it ! So it's completely legal :P

ok, to do that just access your host via FTP and find the file:

your fotum root directory/sources/action_public/boards.php

right click it and select edit (with any text editor).

Find the string:

$cp = " (Powered by Invision Power Board)";

or just

(Powered by Invision Power Board)



delete the (Powered by Invision Board) text or put your own text between the quotes if you want.

And now you are done :D

Just save and upload the edited file. :teehee:

drugi
09-14-2006, 06:23 PM
loool but cool ;)

mony
09-15-2006, 07:27 AM
nice tip thnx :D

Aro
03-19-2007, 05:33 PM
Actually, when you find it, it will say
$cp = " (Powered by Invision Power Board)";

You forgot "Power". :P

SaIRoS
03-19-2007, 09:37 PM
thanks fixed :)

Why
12-14-2007, 05:54 PM
is there any way of doing this with a free invision free subdomain??

Poison
02-06-2008, 05:48 AM
is there any way of doing this with a free invision free subdomain??[/b]

No you can't do it on a free Domain.
Thanks for the tip. I'll be needing it.