I had Vbseo for 3.8.4 but have it disabled since I am running 4.1.11 now. And well, I looked through the code and the cause seems to be this template: livenotifications_header.
It mentions the usercp 3 times in its code, guessing once for every type of notification. So when I take out the usercp part, the code is this:<li class="ln_popupmenu " id="livenotifications">
<a onclick="ln_fetchnotifications('comment',event); return false;" class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">
it no longer redirects to usercp, but never finishes loading the notifications. And just keeps loading them forever.
|