| lastpostid conflict
The join in the plugin "Userinfo Merge" (hook: fetch_userinfo_query) causes the lastpostid from ppgal_user to overwrite vBulletin's lastpostid.
As a consequence, if a user has replied to a gallery image, the last post that's displayed in their profile is completely wrong, since it's fetched off a wrong last post id, one that might not even refer to an actual vBulletin post!
Disabling the afore-mentioned plugin solves the wrong last post issue (but also disables any gallery features in the profile, obviously).
|