I was needing to do exactly this, on a forum by forum basis, so headed over here to search around and find this. It didn't work 3.8.5. However, the following did work:
Quote:
Originally Posted by scourge
SighK,
I just had the same problem, here's what fixed it for me in 3.8.4
Open up the .xml file and on line 52, replace $vbulletin->userinfo['userid'] with $this->registry->userinfo['userid']
Save it, re-upload it and it should work.
|
Thank you Lynne for the excellent mod and thanks scourge for the fix!