The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Maybe someone can help me finish it? So far i was able to get quickreply to show up for guests by installing this: https://vborg.vbsupport.ru/showthread.php?t=174769
and then I was able to add verification into the quickreply by adding this to the ShowThread template after: Code:
<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label> </div> </fieldset> Code:
<if condition="$bbuserinfo['userid'] == 0"> <fieldset class="fieldset"> <legend>$vbphrase[image_verification]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td width="100%" valign="top"> $vbphrase[please_enter_the_text]<br /><br /> <img id="progress_imagereg" style="display: none; float:$stylevar[right]" src="$stylevar[imgdir_misc]/progress.gif" alt="" /> <input id="imagestamp" type="text" class="bginput" name="imagestamp" size="10" maxlength="6" /> <input id="imagehash" type="hidden" name="imagehash" value="$imagehash" /> </td> <td valign="bottom" align="center"> <img id="imagereg" src="image.php?$session[sessionurl]type=regcheck&imagehash=$imagehash" alt="$vbphrase[registration_image]" width="201" height="61" border="0" /> <span id="refresh_imagereg" style="display:none"><a href="#">$vbphrase[refresh_image]</a></span> </td> </tr> </table> </fieldset> <script type="text/javascript" src="clientscript/vbulletin_ajax_imagereg.js?v=$vboptions[simpleversion]"></script> <script type="text/javascript"> <!-- vB_AJAX_ImageReg_Init(); //--> </script> <br /> </if> Regards. |
#2
|
||||
|
||||
![]()
anybody? i am still in need of help.
|
#3
|
|||
|
|||
![]()
help .!
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|