Okay, I figured out how to make it work with QuickRegister.
Edit the plugin "Generate and insert NoSpam! question" on the hook global_start.
FIND the line
and MOVE this line to just ABOVE this line a little below:
Code:
eval('$nospamfield = "' . fetch_template('nospam') . '";');
Now SAVE the plugin.
Now go to the Template Manager and edit the quick_register template. In the template, find these lines:
Code:
<img src="image.php?$session[sessionurl]type=regcheck&imagehash=$imagehash" alt="$vbphrase[registration_image]" width="100" height="30" border="0" />
</if>
BELOW them, add this:
Code:
<if condition="$vbulletin->options['nospam_onoff']">
<br />$nospamquestion <input type="text" class="bginput" name="nospam" value="Answer here" onFocus="value=''" size="20" /> <input type="hidden" name="nospamnumber" value="$nospamnumber" />
</if>
Now save the template, and you should be good to go.
And voting Mod of the Month is located in the Mod Options below "Mark as Installed".