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

tuuni

Active member
Elite
Joined
Jan 2, 2020
Messages
133
Reaction score
239
Points
43
NullCash
551
Thanks for the upload. Cheers.
 

amir_561

Well-known member
Diamond
Elite
XNullUser
Joined
Aug 20, 2019
Messages
1,620
Reaction score
128
Points
63
NullCash
10
thank ypo for share this
 

erion

Member
XNullUser
Joined
Sep 28, 2020
Messages
44
Reaction score
0
Points
6
NullCash
8
Amazing module, thanks!!
Post automatically merged:

This can work with PHP 7.2?

I got an error in Declaration of AdminModerationToolController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false) in modules/gsnippetsreviews/controllers/admin/AdminModerationTool.php on line 10
 
Last edited:

hitmango

Member
XNullUser
Joined
Jan 6, 2020
Messages
101
Reaction score
0
Points
16
NullCash
0
Thank you very much for such a good contribution, God bless you and the community.
 

tuntulis

Well-known member
Elite
Joined
Oct 20, 2020
Messages
37
Reaction score
349
Points
53
NullCash
751
thank you for sharing the module
Post automatically merged:

Error 500 with PHP 7.2
Post automatically merged:


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);
    }

You saved me a lot of time. Thank you.
 
Last edited:
Top