PDA

View Full Version : Recently viewed ads 1.2.4 problem



Aleksandar Apostolovski
May 22, 2020, 08:49 AM
I've updated to Recently viewed ads 1.2.4 plugin and now when I click on the History of the viewed ads it's only giving me: loading...

Viktor
May 22, 2020, 09:36 AM
Hello Aleksandr,

I have fixed the problem on your site.

in file: ftp://plugins>>recentlyViewed>>rlRecentlyViewed.class.php. in the method: hookSpecialBlock



if ($this->isShowBox || $GLOBALS['page_info']['Key'] == 'view_details') {


changed to:


if ($this->isShowBox || $GLOBALS['page_info']['Key'] == 'view_details' || $GLOBALS['page_info']['Key'] == 'rv_listings') {


Saved and now all working properly.

Aleksandar Apostolovski
May 22, 2020, 09:52 AM
Thank you Viktor, it works!