2 Zowayixx: The problem is, when i click on it, i get
No Phrases Matched Your Query message ... O_o
EDIT: Ok, found it manully and it works. THANKS
Another question: Using regexp for that user field:
^[ A-Z0-9\x5b\x5d]+$ ... What i need to add for "blank" field allowed? Because if i set some title, i can't delete it anymore due to regexp (if set no regexp, i can edit and save blank field).
\x20 (aka "blank") character does nto work :/
Thanks