- Posts: 11
- Thank you received: 1
JMP Google Reviews - All reviews are translated in english
- s1689104581
- Topic Author
- Offline
- New Member
-
Less
More
1 year 10 months ago #204
by s1689104581
Replied by s1689104581 on topic JMP Google Reviews - All reviews are translated in english
Hi,
Thanks for the update.
I did a little change to your program : on the file mod_jmp_googlereviews.php ,
I added on line 53 :And I changed the line :to :
So it will display the reviews on the site using the site language. For us it's very useful as we have translated our site 3 languages
Thanks for the update.
I did a little change to your program : on the file mod_jmp_googlereviews.php ,
I added on line 53 :
$lang = JFactory::getLanguage()->getTag();
'reviews_text_language'=>$params->get('review_lang','en')
'reviews_text_language'=>substr($lang, 0, 2)
So it will display the reviews on the site using the site language. For us it's very useful as we have translated our site 3 languages
The following user(s) said Thank You: s1680802101
Please Log in or Create an account to join the conversation.
- s1680802101
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 2
1 year 10 months ago #205
by s1680802101
Replied by s1680802101 on topic JMP Google Reviews - All reviews are translated in english
we had created 3 modules, one for each language...
The following user(s) said Thank You: s1689104581
Please Log in or Create an account to join the conversation.
Latest articles
-
Resend Activation CodeThe utility resends the activation code so the user doesn’t have to re-register with a different email.
-
Add custom Head Tag, CSS and Javascript to Joomla articleThe Joomla plugin to add custom head tag, CSS and JavaScript to your Joomla article.
-
How to Set Up Google Analytics on Joomla websiteAdd Google Analytics to track your website.
-
Delete Joomla articles in bulkWith this plugin, you can delete posts in bulk with just one click. It saves your time.
-
Insert article attributes into another articleUse this extension to insert article attributes like title, link, image...
Plugin works like a charm in front-end, but I doesn't seem to work for administrator login as of now.
Am I doing something wrong or is the functionality site-only?