(08-15-2010 04:16 AM)RateU Wrote: I've tried to achieved it with PHP In Templates plugin, like in this forum: http://mynie.6te.net/demo/forumdisplay.php?fid=32
Unfortunately, I need to put the {$tf_filters['key']} variable directly in template. I don't know if it's secure or not.
Taking it directly isn't secure. If you're using PHP in Templates, you can stick
<func htmlspecialchars_uni>{$tf_filters['key']}</func> which will fix that, though I will include a method to display filters in the next version.
(08-15-2010 04:16 AM)RateU Wrote: And, I can't make the input field has a "correlation" with other input field when creating new thread (newthread template) 
Hmm, it might be possible to put a mini-form which will submit a POST request when they click on the New Thread button - the main issue being that it will display an error when they try to create a new thread (although they'll still be able to do it).