Freetags: Cannot save keywords
Posted: Sat Jan 07, 2012 1:19 pm
I have a small bugfix suggestion: I could'nt save keywords in the backend of the freetag plugin. When I submitted the form nothing happend - the page simply reloaded without saving anything.
Problem was: Names of the input fields (serendipity[tag] and serendipity[keywordsubmit]) are escaped ("%5Btag%5D" instead of "[tag]") which seems not to be working (at least with Chrome). Changing these names in serendipity_event_freetags.php in lines 1867 and 1868 solved the problem.
Serendipity: 1.6
Freetag: 3.35
PHP: 5.3.6
Problem was: Names of the input fields (serendipity[tag] and serendipity[keywordsubmit]) are escaped ("%5Btag%5D" instead of "[tag]") which seems not to be working (at least with Chrome). Changing these names in serendipity_event_freetags.php in lines 1867 and 1868 solved the problem.
Serendipity: 1.6
Freetag: 3.35
PHP: 5.3.6