Hia dude..
I am back..
tried upgrade to 3 and now the answer box appear without removing the "IF" condition.. ie; integration works.. but still the question is nowhere to be found
I tried it with removing :
PHP Code:
<if condition="$vbulletin->options['nospam_onoff'] AND $vbulletin->options['nospam_use_reg']">
<br />$nospamquestion
</if>
to see if the question appear or if any space limit is blocking it.. but to no avail.. the question is not getting displayed even now.. but to say it works perfect with main register page
Matthew
also tried with the main page calling code in the quick register page
ie; changed the code of quick register to look like :
PHP Code:
<if condition="$vbulletin->options['nospam_onoff'] AND $vbulletin->options['nospam_use_reg']">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="400">
<tr>
<td colspan="2">$nospamquestion</td>
</tr>
<tr>
<td>
<input type="hidden" name="nospamnumber" value="$nospamnumber" />
<input type="text" class="bginput" name="nospam" size="25" />
</td>
</tr>
</table>
</if>
but still the question is missing from displayed.. do we need any change to the integration code to get the question displayed in quick register form?
sorry to bug u ...
thanks lots for your cooperation buddy
Matthew