... does someone has allready mod'ed the p2 so that a user MUST ENTER something within the "tag it" form field?
... does someone has allready mod'ed the p2 so that a user MUST ENTER something within the "tag it" form field?
no - I actually removed mine... but... if you look at p2.js there's this little part in the newPost function:
if ("" == posttext) {
$("label#posttext_error").text('All fields are required').show().focus();
return false;
}
Maybe something like that for the tags...
If I can figure out how to add the TITLE field, then I'll probably want it to be required, too... So, eventually I will know the answer to this!
You must log in to post.