- Compatible versions
- 2.3
With its modern interface, subtle glass distortion effects, and high degree of customization, this plugin provides a professional commenting experience, transforming forums into reliable commenting platforms.
Main features
Five-star rating system
- Members can rate each topic from 1 to 5 stars.
- Each user can only rate each topic once (ratings can be edited/deleted).
- It automatically calculates and displays the average score , total number of scores , and total score.
Review system
- Allows users to write reviews and give star ratings.
- when providing a rating feature . You can choose to require users to write reviews
- for comments Set the minimum length
- Supports pagination of the comment list.
3 types of rating icons
| type | icon | tone |
|---|---|---|
| Stars | fa-star | Amber color (#f59e0b) |
| Heart | fa-heart | Red (#ef4444) |
| thumbs up | fa-thumbs-up | Blue (#3b82f6) |
Each icon style has its own gradient color palette, which is automatically applied to the entire rating block interface, score box, and CTA button.
Flexible display position
- Top of topic: Displays a rating block above the article list.
- Bottom of the first article: Displayed directly below the content of the first article.
SEO Optimization - Google Rich Media Summary
This plugin automatically inserts JSON-LD Schema.org structured data into each comment topic, including:
JSON:
JSON:
{
"@context": [COLOR=rgb(170, 17, 17)]"https://schema.org"[/COLOR],
"@type": [COLOR=rgb(170, 17, 17)]"DiscussionForumPosting"[/COLOR],
"headline": [COLOR=rgb(170, 17, 17)]"Tiêu đề chủ đề"[/COLOR],
"aggregateRating": {
"@type": [COLOR=rgb(170, 17, 17)]"AggregateRating"[/COLOR],
"ratingValue": [COLOR=rgb(170, 17, 17)]"4.5"[/COLOR],
"bestRating": [COLOR=rgb(170, 17, 17)]"5"[/COLOR],
"ratingCount": [COLOR=rgb(170, 17, 17)]"12"[/COLOR]
},
"review": {
"@type": [COLOR=rgb(170, 17, 17)]"Review"[/COLOR],
"author": { "@type": [COLOR=rgb(170, 17, 17)]"Person"[/COLOR], "name": [COLOR=rgb(170, 17, 17)]"Username"[/COLOR] },
"reviewBody": [COLOR=rgb(170, 17, 17)]"Nội dung nhận xét mới nhất..."[/COLOR],
"reviewRating": {
"@type": [COLOR=rgb(170, 17, 17)]"Rating"[/COLOR],
"ratingValue": [COLOR=rgb(170, 17, 17)]"5"[/COLOR],
"bestRating": [COLOR=rgb(170, 17, 17)]"5"[/COLOR]
}
}
}
Result: Google will display rich media summaries with star ratings directly on the search results page (SERP) , significantly increasing click-through rate (CTR).
Detailed access control system
| right | describe | default |
|---|---|---|
| vnxf_viewRatings | View comments and messages | all |
| vnxf_rateThread | Review this topic | member |
| vnxf_editOwnRating | Edit my comment | member |
| vnxf_deleteOwnRating | Delete my comment | member |
| vnxf_editAnyRating | Edit any comments | Administrator/Moderator |
| vnxf_deleteAnyRating | Delete any comments | Administrator/Moderator |
| vnxf_exemptReviewLength | Minimum length requirement is ignored. | Administrator/Moderator |
Permissions have been integrated into XenForo's user group permission system, allowing configuration by forum.
Advanced Interface
- Glass-shaped design , gradient background and blurred background
- Smooth hovering effect : Y-axis translation, shadow transition
- The scoring box features a striking gradient and text shadow design.
- The rounded, pill-shaped CTA button features gradient and shadow animation effects.
- using Flexbox and Gap Implement responsive layouts
- with cubic Bézier curve transition and scaling effect Star-shaped animation
Administrator Control Panel Configuration
Go to the management control panel → Settings → Options → Configure the [VNXF] content rating:
| Options | describe |
|---|---|
| Display location | Display location: Beginning of the topic or end of the first post |
| View icon | Icon styles: star/heart/thumbs up |
| Text needs to be reviewed | You must write a review when rating. |
| Shortest review time | Minimum comment length (0 = off) |