SOBI
Available Add-Ons
Reviews & Ratings Plugin | Reviews & Ratings Plugin |
|
Reviews & Ratings Plugin.
The visibility of the reviews can be easily changed by the corresponding CSS file /components/com_sobi2/plugins/reviews/reviews.css using the different available CSS classes of the plugin. An AJAX based pagination system is integrated to limit the maximum number of entries for one page.
AJAX technology is also used to send the review and rating information. Therefore the page won't be reloaded after a review or vote is submitted.
Backend Administration of the reviews and ratingsAll reviews and ratings can be edited, deleted, published or unpublished in the Entry Manger of SOBI2. The entry settings are expanded by a tab "Reviews and Ratings" where all submitted votes and comments for an entry are shown.
General Review and Rating Settings
This SOBI2 plugin has different settings to adapt it to your site. You can use it to only vote or only comment the directory entries. Allow all users to do this (anonymous voting and commenting) or only for registered users. Users can be allowed to vote and comment one entry multiple times or only once (per user or per IP if anonymous rating is allowed). Review SettingsSeveral settings are available to adjust the review function of the plugin. Publish reviews automatically or not, determine the review form position and number of reviews shown on one page or the sorting order of the reviews. Show user name or real name of your registered users if they wrote a review together with their email address or not. Change the information text shown above the reviews form and the date format of your reviews easily in the plugin administration panel. The number of reviews for an entry can be shown in the V-Card of the entries.
Email SettingsEmails can be send if a review is made. Use the various placeholders to customize your emails.
Listing SettingsAlso some settings are available to control the SOBI2 special tasks sobi2Task=topRated and sobi2Task=mostReviewed.
Plugin code for Details View and V-Card templateAdd the appropriate plugin code to your details view and V-card template to show the review and/or rating form and the results.
Place this plugin code in your details view template on the place where you want to show the reviews and the add review/ratings form. <?php echo $plugins['reviews']; ?> Place this plugin code in your details view template on the place where you want to show the rating results (stars image). Add true if you want to use the results image without formatting information. Normally the image is embedded in <span class='sobiRating'> <?php echo $this->plugins['reviews']->showRating($mySobi->id);?> <?php echo $this->plugins['reviews']->showRating($mySobi->id,true);?> Place this plugin code in your V-Card-Template on the place where you want to show the reviews (numbers) and ratings (stars) results. <?php echo $plugins['reviews']; ?> Use this plugin code in your template files to determine the number of reviews or ratings (votes). For the V-Card template you need to define the $mySobi object first. See the template commands for further details. <?php echo $this->plugins['reviews']->countReviews($mySobi->id);?> <?php echo $this->plugins['reviews']->countVotes($mySobi->id); ?>
There are three additional modules available for this plugin. This SOBI2 plugin works with Joomla! 1.0 and Joomla! 1.5 native. It requires at least SOBI2 RC 2.9.x |
| < Prev | Next > |
|---|
Visitors:
Help with the costs of providing SOBI2 for free