Search Plugin Released
Sunday, January 24th, 2010A native version of the search plugin is now available.
Please remember to enable it else it will not work.
It only works with Simple Review 2.1.2 and higher.
A native version of the search plugin is now available.
Please remember to enable it else it will not work.
It only works with Simple Review 2.1.2 and higher.
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);
});
Version 2.1.2 has been released. There is also an upgrade available for 2.1.1 users, please read the instructions carefully before upgrading – especially the part about adding missing names to your reviews (for pre 2.1.1 users). There are a few new features but it is mostly a bug fix and clean-up release. Special thanks to forum user NRyan115 for his assistance.
Full list of changes:
Review_Module.php:
Language_Module.php:
Tag_Module.php
www\administrator\components\com_simple_review\addons\modules\Category_Module\templates\Front\www\administrator\com_simple_review\admin\addons\modules\Review_Module\templates\Front\Default\Template.css
to (from display:inline-block;):
.scoreBox, .userScoreBox
{
display:block;
text-align:center;
}
The new HTML looks like – note that the class names have changed and the divs have been replaced with spans.
<span class="scoreBox">
<span class="ratingHeadingContainer"><span class="ratingHeading">Rating</span></span><br/>
<span class="ratingContainer"><span class="rating">0.0</span></span><br/>
<span class="ratingTextContainer"><span class="ratingText">out of 5</span></span><br/>
<span class="ratingFooterContainer"/>
</span>
www\administrator\components\com_simple_review\addons\modules\Review_Module\Review_Module.csswww\administrator\com_simple_review\admin\addons\modules\Review_Module\templates\Front\Default\Template.css
www\components\com_simple_review\images\
emptystar.png
emptystar-alt.png
fullstar.png
fullstar-alt.png
halfstar.png
halfstar-alt.pngwww\administrator\com_simple_review\admin\addons\modules\Review_Module\templates\Front\Default\
www\administrator\com_simple_review\admin\addons\modules\Category_Module\templates\Front\Default\
The reason for moving into both Review and Category folders
is incase you want smaller or different coloured star icons in the review listing (category page) or review page.
www\administrator\components\com_simple_review\addons\modules\Review_Module\imageswww\administrator\com_simple_review\admin\addons\modules\Review_Module\templates\Front\Default
www\components\com_simple_review\frontend\css.There are a few issues in PHP 4 which will causes errors such as:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in
I am working on a fix at the moment. PHP 5 is fine.
Version 2.1.0 of the Simple Review component and modules has been released. There have been numerous fixes and small features added (most of which have been covered in beta releases), of course the main point is that it now runs natively on Joomla 1.5. I have included a German translation in the main release (look out for translation instructions soon).
If you find any problems please post them in the forum.
Download here.
An upgrade path for existing users will be made available in the next few days.
Beta 2 has quickly released to fix a bug in Beta 1.
Changes:
Known Issues:
Work on 2.1 is going well and hope to have a beta out early September and then a final out October.
I recently added a new tag call Page Name which should be used as the URL to the review (or category) instead of the review titles. I was previously restricting it to numbers, the English alphabet and hyphens, I have removed this limitation and you can now use items from the UTF character set. For example a link to your URL could now look like this:
sardless.com/reviews/18-Characters-From-Your-Language.html (sorry I cannot seem to get foreign e.g. Japanese characters to work in this post so use your imagination)
However the caveat is that since the URL gets encoded Internet Explorer (even version 8.0) will still show the encoded text in the status and URL bar, Firefox and Chrome however will (correctly) decode the URL and display it in its native language. For the previous reason and others such as people who can’t type in your language cannot manually enter the URL I would recommend sticking to the English alphabet.
At the moment I am thinking about dropping support for Joomla 1.0.X and Internet Explorer 6 … we shall see.
Simple Review 2.1 Alpha 2 has been released. You can download it from here, make sure you download com_simple_review_2.1.0_alpha2_joomla1.5.zip.
Changes:
You can see a list of known issues here, please also post any new issues you may find.
The second alpha for Simple Review 2.1 will be released shortly. The current version does not work on PHP 4 due to get_class() returning a value in lowercase, as opposed to PHP 5 returning the correctly cased value. The category HTML has been completely separated into a separate and simple file (view), so now almost anyone should be able to easily change the layout of the category pages. The languages have also started to be migrated into a new format in a central place. I am not using the Joomla 1.5 ini format as it makes it more difficult to maintain compatibility with Joomla 1.0, however the new format for Simple Review will be just as easy for translators.
Version 2.0.1 of the component has been released. It works natively on Joomla 1.5. It is an alpha release so there will be issues – do not install it on a live site.
Please download it and report any bugs in the specific forum. There are some known issues which I will report in the forum. I have also re-opened registration on the forum.
The license has also changed from the MPL to the GNU GPL.
Existing modules and mambots do not currently work.
Special thanks to the the following sites which made the upgrade possible:
www.kanich.net
theartofjoomla.com