This plugin allows you to add front-end forms for reviews with ease.
Features
- add forn-end form for sent review
- TinyMCE with language support
- moderate reviews in back-end
- display a list of reviews with paginate
- sort a list of review
You need to enable AJAX framework by using following tag on your template:
{% framework extras %}
Add component in tamplate

or edit template with texteditor
Form component and reviews markup
title = "review"
url = "/review"
is_hidden = 0
[SimpleReviewsComponent]
items = 10
SortOrder = "new"
reviewstyle = 1
[SimpleReviewComponent]
SuccessSend = "Review sent successfull"
ErrorSend = "Review sent error"
reviewstyle = 1
EnableTinyMCE = 1
LangTinyMCE = "EnglishUSA"
==
{% component 'SimpleReviewsComponent' %}
{% component 'SimpleReviewComponent' %}
Reviews list with paginate markup
title = "reviews"
url = "/reviews"
is_hidden = 0
[SimpleReviewComponentPaginate]
items = 10
SortOrder = "new"
reviewstyle = 1
==
{% component 'SimpleReviewComponentPaginate' %}
If you need styles included in plugin, use tag on your template:
{% styles %}
-
This plugin has not been reviewed yet.
-
| 1.0.5 |
Output reviews at once May 08, 2020 |
|---|---|
| 1.0.4 |
fix_bags Nov 12, 2019 |
| 1.0.3 |
edits Nov 07, 2019 |
| 1.0.2 |
Add Fields Nov 07, 2019 |
| 1.0.1 |
First version of SimpleReviews Nov 07, 2019 |




