Installation
To install this plugin:
- Copy the plugin's (uncompressed) folder into the script's plugins folder like this:
/extras/plugins/reviews/ - Go to your Admin panel → Add-ons (and click on "Install") to install it.
Compatibility
- v4.1.0 => LaraClassifier v15.0.0+
- v4.0.2 => LaraClassifier v14.1.0 to v14.2.0
- v4.0.1 => LaraClassifier v14.0.2 to v14.0.3
- v4.0.0 => LaraClassifier v14.0.0 to v14.0.1
- v3.9 => LaraClassifier v13.0.0
- v3.8 => LaraClassifier v12.1.0 to v12.2.4
- v3.7 => LaraClassifier v12.0.0 to v12.0.2
- v3.6 => LaraClassifier v11.0.2 to v11.0.4
- v3.5 => LaraClassifier v11.0.0 to v11.0.1
- v3.4 => LaraClassifier v10.2.0 to v10.2.6
- v3.3 => LaraClassifier v10.2.0+
- v3.2 => LaraClassifier v10.1.2 to v10.1.4
- v3.1 => LaraClassifier v10.1.0 to v10.1.1
- v3.0 => LaraClassifier v10.0.2
- v2.9 => LaraClassifier v10.0.0 to v10.0.1
- v2.8 => LaraClassifier v9.0.0 to v9.0.1
- v2.6 => LaraClassifier v8.0.0 to v8.0.6
- v2.5 => LaraClassifier v7.3.7 to v7.3.8
- v2.4 => LaraClassifier v7.3.5 to v7.3.6
- v2.3 => LaraClassifier v7.1.0 to v7.2.4
- v2.2 => LaraClassifier v7.0.0 v7.0.4
- v2.1 => LaraClassifier v6.9
- v2.0 => LaraClassifier v6.8
- v1.9 => LaraClassifier v6.6 to v6.7
- v1.8 => LaraClassifier v5.7 to v6.5
- v1.7 => LaraClassifier v5.2 to v5.6
- v1.6 => LaraClassifier v5.1
- v1.3 to v1.5 => LaraClassifier v4.4 to v5.0
- v1.1 to v1.2 => LaraClassifier v3.7 to v4.3
- v1.0 => LaraClassifier v3.1 to v3.6
Update
Replace all the plugin's files on your server.
Configuration
- Restrict access to registered users from your Admin panel → Settings → General → Reviews → "Allow Guests to post Reviews"
Translation
To translate this plugin into your language:
- Go to the languages folder at
/extras/plugins/reviews/lang/ - Duplicate the folder
/extras/plugins/reviews/lang/en/to/extras/plugins/reviews/lang/<code>/
NOTE: Don't forget replace<code>by your language code (e.g. "de" for German language). - Open the file
/extras/plugins/reviews/lang/<code>/messages.phpand translate it.
NOTE: To translate the file, you must change the values and not the keys of PHP array.
Uninstallation
To uninstall this plugin, go to your Admin panel → Add-ons (and click on "Uninstall") to uninstall it.
Removing
To remove this plugin:
- Uninstall it
- Go in the folder
/extras/plugins/and remove the folderreviews/.