V1.7 Customer Ratings and Reviews Pro + Google Rich Snippets 4.4.4

kilota

Well-known member
Master
Diamond
Elite
Joined
May 18, 2020
Messages
313
Reaction score
718
Points
93
NullCash
550
Error 500 with PHP 7.2
Post automatically merged:

It is working great on 1.7.6

PS: If you're getting error 500 on this or any other module, read this: LINK


cotoletta
varefev
Working great on 1.7.6.5 PHP 7.3
Open the file: «AdminModerationTool.php» from the following folder: «/gsnippetsreviews/controllers/admin» and find the line
«public function setMedia()».
Add the following code:
$isNewTheme = false
next, find a
«return parent::setMedia()» string.
Add the following code:
$isNewTheme

Code:
public function setMedia($isNewTheme = false)
    {
        $this->addJqueryPlugin('jquery');
        return parent::setMedia($isNewTheme);
    }
 
Last edited:

joelxl

Member
XNullUser
Joined
Dec 29, 2018
Messages
267
Reaction score
17
Points
18
NullCash
3
thanks for this sahre awesome module
 

vivozivo

Well-known member
Diamond
Elite
Joined
Sep 24, 2019
Messages
1,069
Reaction score
497
Points
83
NullCash
30
This is interesting, I want to test it, thank you.
 

hxcode

Well-known member
Master
Diamond
Elite
Joined
Aug 16, 2020
Messages
3,326
Reaction score
367
Points
83
NullCash
17
Thank you! i need it
 

darftattak

Member
XNullUser
Joined
Aug 2, 2020
Messages
68
Reaction score
0
Points
6
NullCash
0
Bonjour, je vous remercie pour le partage
Hello, thanks the sharing modules
 
Top