
09-28-2005, 08:58 PM
|
 |
|
|
Join Date: Jun 2005
Location: San Diego
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thank you for this
Quote:
Originally Posted by KTBleeding
I got unlazy and attempted the conditionals myself and got it working. If anyone else wants to make it so users have to have a certain post count to be able to fill out the form, do this.
In the "form" template..
Find:
HTML Code:
<tr>
<td> $formpurpose </td>
</tr>
</table>
</fieldset></td>
</tr>
</table></td>
</tr>
Add After:
HTML Code:
<if condition="$bbuserinfo[posts] >= 10">
(change 10 to whatever post count you want required)
Now find: Add After:
HTML Code:
<else />
<tr>
<td class="alt2" valign="middle">TEXT YOU WANT UNQUALIFIED USERS TO SEE.</td>
</tr>
</table>
</td>
</tr>
</table>
</if>
Works great!
[high]* KTBleeding clicks install[/high]
|
|