
03-08-2008, 07:10 PM
|
 |
|
|
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Date: 08 Mar 2008 : updated to v2.0.0- integrated the totally vBulletin default Human Verification System into Invitation System

You decide it if you wich human verification system will be used in the invitation system go to Admincp > Human Verification Manager > and select one human verification if you want.
- these are;
- Image Verification
- An image consisting of letters in varying fonts/shapes/sizes will be shown to the user. The appearance of this image is dicated by several options that you may control.
- Question and Answer Verification
- Questions provided by you that must be answered appropriately for verification.
- reCAPTCHA Verification
- An image containing two words will be shown to the user. This verification supports audio, allowing blind users to register.
- Added Invitation User Options
- a> Ability to limit number of invites by user. (user: Admin an have 10 invites, user: Testuser can have 20, etc, admin controlled)
- b> Ability to reset invites to 0 on a per user basis (override), admin controlled
- c> Ability to reset to max being unused, admin controlled
- d> Abilitiy turn to on or off Invitation System per user basis, admin controlled
->do template edits
In USERCP Template Find this Code
HTML Code:
$template_hook[usercp_main_pos1]
Add Below This Code
HTML Code:
<if condition="$show['invitation_link']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">$vbphrase[invitation_system] <if condition="$show['invitation_left']"><phrase 1="$bbuserinfo[invitation]">($vbphrase[invitation_x_left])</phrase></if></td>
</tr>
<tr>
<td class="alt1"><span class="smallfont"><a href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation_click_here_to_invitation_new_users]</a></span></td>
</tr>
</table>
<br />
</if>
who this hack have been installed please un-install the old product-invitation.xml than install the new product-invitation.xml from new
|