Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] Review.pm suggestion

Quote Reply
Re: [Andy] Review.pm suggestion In reply to
Hey Andy,

Right, there is a routine which prevents logged in users from adding more than $CFG->{review_max_reviews} reviews.
I wanted to add this restriction for guest users based on their E-Mail address as well.
Furthermore the E-Mail Validation in Login.pm is very basic but I wanted to add at least the same to the reviews which resulted in
Code:
$input->{Review_GuestEmail} =~ /.\@.+\../
rather than having none.

Regards

Niko
Subject Author Views Date
Thread Review.pm suggestion el noe 5165 Dec 9, 2016, 5:56 AM
Thread Re: [el noe] Review.pm suggestion
Andy 5015 Dec 9, 2016, 8:00 AM
Thread Re: [Andy] Review.pm suggestion
el noe 4990 Dec 9, 2016, 8:14 AM
Post Re: [el noe] Review.pm suggestion
Andy 4972 Dec 9, 2016, 8:24 AM