When I upgraded to vB 3.7 Gold I got this message. (I only had this plugin running.)
Your submission could not be processed because a security token was missing.
(You will see this message when you try to use any of the moderation drop down options, for example detele thread.)
To fix this problem you have to edit the xml file.
Upload and then overwrite.
Find:
Code:
<form action="inlinemod.php?forumid=$forumid" method="post" id="inlinemodform">
Add this below it:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
I did some testing so far its working.
The only thing I noticed that the plugin did change was the order of the moderation drop down options. Theres nothing wrong with that just had to let you guys know.
Hasann do yo know how I can set a color for moved threads? (it keeps showing up as the poll thread color)