Page 1 of 1

Allowing URLs into mesage submissions

Posted: Thu Jun 13, 2013 9:31 am
by Paulus50
Script URL:
Version of script: 1.7
Hosting company: VDS
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Hello Moderator,

I installed GBook, tested it and it worked fine.
However users aren't allowed to submit URL's, if they try, they get locked out.
I understand why this is so but, for my own reasons, I want to allow precisely this.
Is there a workaround?

Thank you.

Paul from Melbourne, Australia :?:

Re: Allowing URLs into mesage submissions

Posted: Thu Jun 13, 2013 4:14 pm
by Klemen
You will need to disable the JunkMark filter by modifying the proper line in your settings.php file to

Code: Select all

$settings['junkmark_use']=0;