|
Nevermind, I found the problem. For some reason, the mod - Display Unread Posts and Reputation Comments and vBGallery do not play well together.
I figured this out by placing define('DISABLE_HOOKS', true); at the top of the vBulletin config.php file and disabling all hooks. Once I confirmed that the issue was with one of my mods, I systematically disabled one mod at a time until I found out that Display Unread Posts and Reputation Comments is causing the Prev / Next image links to break.
|