The link in the notification menu is not working when I click on it from my vbadvanced home page. How can I fix this issue?
This is a discussion on Problem with Likes Tree and vBadvanced within the Bug Reporting forums, part of the vBSEO SEO Plugin category; The link in the notification menu is not working when I click on it from my vbadvanced home page. How ...
The link in the notification menu is not working when I click on it from my vbadvanced home page. How can I fix this issue?
Hello Steve ,
Can you please supply an example url and a more brief explanation so we can assist
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
My website is at GridironFans.com
When you are on the home page the link to the New Likes Received in the Notification drop down menu at the top of the site goes to:
http://gridironfans.com/member.php?u...likes_received
it should be going to:
GridironFans.com
This problem only happens on the front page which is a vbadvanced page. I added member.php to my vbadvanced header replacement field in the admincp but am still having the issue.
Please try to modify vBSEO's "notifications_list" plugin code:
find:
'link' => 'member.php?' . $vbulletin->session->vars['sessionurl'] . '&u='.$vbulletin->userinfo['userid'].'&tab=likes_received',
replace with:
'link' => $vbulletin->options['bburl'] . '/member.php?' . $vbulletin->session->vars['sessionurl'] . '&u='.$vbulletin->userinfo['userid'].'&tab=likes_received',
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
That did the trick, thank you so much!
Where is the code located?