Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I would like to delete "Please do not enter URL addresses" in the Guestbook. I have it set to show Website URL and it doesn't seem right to then ask the signer not to show URL.
Deleting please do not show URL addresses
Re: Deleting please do not show URL addresses
Hello scpo,
If you have enabled the use of the JunkMark(tm) SPAM filter you should not remove "Please do not enter URL addresses" because entering an URL in the comment will ban the person who is signing the guestbook.
Maybe it would better to specify it more and change it to "Please do not enter URL addresses in the comment". You can change the text by editing the file language.inc.php and changing line $lang['t54']='Please do not enter URL addresses'; to $lang['t54']='Please do not enter URL addresses in the comment';
Greetings,
Henrie
If you have enabled the use of the JunkMark(tm) SPAM filter you should not remove "Please do not enter URL addresses" because entering an URL in the comment will ban the person who is signing the guestbook.
Maybe it would better to specify it more and change it to "Please do not enter URL addresses in the comment". You can change the text by editing the file language.inc.php and changing line $lang['t54']='Please do not enter URL addresses'; to $lang['t54']='Please do not enter URL addresses in the comment';
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Re: Deleting please do not show URL addresses
Thanks Henrie, I've made the change as suggested. I think it's more clear now.