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
# End of support for Joomla 3.
^ Added a "resume migration" feature for cases of interruption.
^ Added advanced options for the category.
# Improve user interface
# Optimize the data importing.
# Fixed known issues
^ Option resize image if too large.
# Fixed route issue.
# Fixed known bugs.
^ The option allows you to edit comments within X minutes.
^ Viewport - Optimize page loading speed.
^ "Roles" are now available to guests.
^ Added options to adjust image quality.
# Fixed the issue of not receiving notifications.
# Fixed the bugs reported on Pagespeed.
# Improve layout and assets.
# Fixed known bugs.
# Improve data structure.
# Fix known bugs.
# Fixed the issue of being unable to retrieve a user's profile picture on Facebook.
# Fixed known bugs.