nocte |
06-24-2007 08:29 PM |
Quote:
Originally Posted by mfyvie
(Post 1271259)
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.
|
Hi,
I've downloaded the original product and taken a look into the product-zointstags-1.2.1.xml.
In the Hook ajax_start the code is
Quote:
if (!$thread['threadid'] OR ($thread['postuserid'] != $vbulletin->userinfo['userid'] AND !can_moderate($thread['forumid'], 'caneditposts')))
|
(twice)
in the hook showthread_getinfo the code is
Quote:
if $thread['postuserid'] != $vbulletin->userinfo['userid'] AND !can_moderate($thread['forumid'], 'caneditposts'))
|
(also twice - as said in your instructions.txt)
|