Page containing a review!
1 replies
- In file components/com_jlexreview/controllers/review.php
- Find to line ~84 and add this code:

// for SEO
$words = explode(' ', $review->title);
$keywords_meta = implode(',', $words);
$description_meta = JLexReviewHelperSite::subwords(strip_tags($review->review), 40);
$document->setMetaData('keyword',$keywords_meta);
$document->setMetaData('description',$description_meta);
Product Changelogs
Product Changelogs
# Fixed bug when importing user list.
^ Read-only mode.
^ Hide all comments of entry.
^ Dark mode for admin.
# Improved default theme.
# Fixed conflicts with system plugins.
^ Sortable file list
# Updated all themes.
# Works without B/C plugin.
# Improved link tag.
# Fixed avatar for Gravatar and CB.