Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Add without Validation

Quote Reply
Add without Validation
Heya,

Is there a way to allow users to add links without having to be validated. I've tried to set isValidated=Yes in Setup: Build Options: add_system_fields

Safe swoops
Sangiro
http://www.dropzone.com/
Quote Reply
Re: Add without Validation In reply to
Heya all,

Still looking for an answer to this. Can anyone give me some advice or pointers. Will be appreciated.

Safe swoops
Sangiro
http://www.dropzone.com/
Quote Reply
Re: Add without Validation In reply to
http://www.gossamer-threads.com/perl/forum/showflat.pl?Cat=&Board=LSQLNG&Number=127226&page=0&view=collapsed&sb=5

I just got that sorted... directions are in that thread. You need to be editing add.cgi... take a backup first!

--Bri

Quote Reply
Re: Add without Validation In reply to
Bri -

Tried this. I changed in add.cgi:

Status => 'Not Validated' to Status => 'Validated' and $input->{isValidated} = 'No'; to $input->{isValidated} = 'Yes';

My additions still does not show up automatically in dynamic mode... Anything else you did?

Safe swoops
Sangiro
http://www.dropzone.com/
Quote Reply
Re: Add without Validation In reply to
Got it working - thanks!

Safe swoops
Sangiro
http://www.dropzone.com/