Page 1 of 1

how delete the links?

Posted: Thu Aug 20, 2009 5:01 pm
by smarta
Write your message below:

Hi,

I've payed the Gbook and know I'd like to change somethings things, like ... remove the link (Guestbook SPAM? Stop it!).

I wanna put the link from PHPJunkyard in the index and not by the guestbook.

Thank you in advance for your questions.

Regards,
Marta

Posted: Thu Aug 20, 2009 5:26 pm
by Klemen
Hello Martha,

You should have received an e-mail with your license details. The license will remove the "Powered by" links.

To remove the "Guestbook SPAM" banner all you need to do is change

Code: Select all

$settings['show_nospam']=1;
into

Code: Select all

$settings['show_nospam']=0;
in your settings.php file.