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 aftervar tm = new CategoryTitleManager("tm", "title", "", 20, tmLang);)
Add the following:
jQuery("#addTitle").click(function(){
tm.AddTitle('', tm.GetNextNumberedTitleName('Title'), 0, 'Text', 0);
});
Tags: 2.1
December 20th, 2009 at 11:16 am
[...] simple-review.com Simple Review, The Joomla Review Component « 2.1.2 Unreleased [...]