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 the issue of not being able to save the settings.
# Compatible with J5 & 6.
# Optimize source code (reduce 35%)
# Optimize processing time
# Dark Mode in the admin section
# Support for changing thumbnail size.
# Compatible with Joomla 5.4.x and 6.
# 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.