2.1.2 Unreleased

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 after
var tm = new CategoryTitleManager("tm", "title", "", 20, tmLang);)

Add the following:

jQuery("#addTitle").click(function(){
tm.AddTitle('', tm.GetNextNumberedTitleName('Title'), 0, 'Text', 0);
});

Tags:

One Response to “2.1.2 Unreleased”

  1. simple-review.com » Blog Archive » 2.1.2C Released Says:

    [...] simple-review.com Simple Review, The Joomla Review Component « 2.1.2 Unreleased [...]