I have reCaptcha as the verification method in my Forum. And like i said, I see the reCaptcha verification when I reply to a PM send to me, however I dont see the reCaptcha verification when I create a new PM to whoever.
I am using a Custom Skin, not vB standard. Is that an issue ? And i set the pm_showpm stuff from the first posting as described.
Quote:
<div class="smallfont messagetext" style="text-align:$stylevar[left]">$vbphrase[message]: </div>
<div id="$editorid" class="vBulletin_editor">$messagearea</div>
<if condition="$allowed_bbcode"><div class="allowed_bbcode">$allowed_bbcode</div></if>
<br />$nospm_quickreply
<div class="submit_button">
<input type="hidden" name="fromquickreply" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="insertpm" />
<input type="hidden" name="pmid" value="$pm[pmid]" />
<input type="hidden" name="loggedinuser" value="$bbuserinfo[userid]" />
<input type="hidden" name="parseurl" value="1" />
<input type="hidden" name="signature" value="1" />
<input type="hidden" name="title" value="$pm[title]" />
<input type="hidden" name="recipients" value="$pm[recipients]" />
<input type="hidden" name="forward" value="0" />
<input type="hidden" name="savecopy" value="$pm[savecopy]" />
</div>
|
Still, it only shows in a reply of a PM, not when I create a new one without replying.
However, you mention in your last posting that you also see it in pm_newpm but the changes you say one has to do is only in the pm_showpm template. Would it not be necessary to also be in the pm_newpm template as well ?