Page 1 of 1

Close Guestbook

Posted: Sun Dec 25, 2005 10:12 am
by gdebruijn
Script URL: www.wolterkroes.nl/jarig
Version of script: 1.34
Version of PHP: 4334
Hosting company:
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: posting stop

Write your message below:

I want to prevent that visitors post new entries. Can this be done ?

I want the posting visible on the net, but no new entries.

TX

Posted: Sun Dec 25, 2005 12:00 pm
by Klemen
Hi,

It can be done quite easily, just open gbook.php in a text editor (notepad, wordpad) and change line 61 from:

Code: Select all

printSign();
to:

Code: Select all

problem("We do not accept new posts at the moment!");
Haven't tested it, but should work.

Regards

It worked

Posted: Sun Dec 25, 2005 11:04 pm
by gdebruijn
Yes indeed it is working correct.


TX