Quote:
Originally Posted by nocte
Thank you for this. That's exactly what i need.
in your instructions.txt you say find this line:
Code:
if ($thread['postuserid'] != $vbulletin->userinfo['userid'] AND !can_moderate($thread['forumid'], 'caneditposts'))
This line does not exist in my plugin "Zoints Thread Tags ajax support functions" (Hook ajax_start). instead i have
Code:
if (!$thread['threadid'] OR ($thread['postuserid'] != $vbulletin->userinfo['userid'] AND !can_moderate($thread['forumid'], 'caneditposts')))
|
I'm sorry, but I don't know. I looked for the line you said you had, and I didn't have it in my module. You are running the latest version right? That line was definitely in my version, because I installed it the day before I wrote those modifications.
My only suggestion is to double check. Download the .xml file for this mod and load it into a text editor - you should see the line I have referenced if you do a search through the XML file.