I have temporarily unreleased version 2.1.2 due to a bug where you cannot add new titles to a category.
In the meantime you can apply the fix yourself.
Directory: www\administrator\components\com_simple_review\addons\
modules\Category_Module\templates\Admin
File: CategoryForm.php
Line: 89
(insert a new line aftervar tm = new CategoryTitleManager("tm", "title", "", 20, tmLang);)
Add the following:
jQuery("#addTitle").click(function(){
tm.AddTitle('', tm.GetNextNumberedTitleName('Title'), 0, 'Text', 0);
});
Pingback: simple-review.com » Blog Archive » 2.1.2C Released