Included a user referrer code to invite code, so when they sign up, it shows up who referred them.
Now users can delete their invites
Invitation Image Verification Added
The system can be turned on and off.
Usergroups Permissions Added; Allowed Usergroups to View and to Use This Hack
Invitation User Control Panel Link; Show Invitation Link in "User Control Panel" Left Menu
Invitation Automatic Link Creation; This will create a link on your forum navbar to the invitation page
Usergroups Permissions Added
fully phrased
added an admin option disable registration via normal methods
added an admin option which usergroups can to delete their invites
added an admin option enable disable invitation image verification
added an admin option Edit the Email Text Title
added an admin option Edit the Invite Description
added Invitation Sender Username to Email
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
INSTRUCTIONS Install: ->Just Import product_invitation.xml via Product Manager
->Do template edits: In USERCP_SHELL Template Find this Code
thats the 2nd time im asking.. can i get help here?
i just want to make regular link in navbar and the number of invites left
IE: Invites Left (9)
how can i do it?
Best Regards.
Put this in your navbar template where you want it to go. Don't forget to edit the code with your domain, shown in bold.
*** Note that this will only show to members, not guests.***
Code:
<!-- Invites Left --!>
<if condition="$show['member']">
<td class="vbmenu_control"><a
href="http://YOURDOMAIN.com/profile.php?do=invitation">Invites Left: $bbuserinfo[invitation]</a>
</if>
<!-- Invites Left --!>
Put this in your navbar template where you want it to go. Don't forget to edit the code with your domain, shown in bold.
*** Note that this will only show to members, not guests.***
Code:
<!-- Invites Left --!>
<if condition="$show['member']">
<td class="vbmenu_control"><a
href="http://YOURDOMAIN.com/profile.php?do=invitation">Invites Left: $bbuserinfo[invitation]</a>
</if>
<!-- Invites Left --!>
How can you control how many invitations people get? (Per usergroup?)
edit: and does it "regenerate"? (Like it gives another 2 every week or something)
thanks for this but it's need to some add-onns...
Davetiye sayılarının repe,mesaja,?yelik zamanına g?re azalması ?oğalması gibisinden daha opsiyonel ?zellikler kazandırılsa ?ok işe yarıycak http://www.r10.net/forumda/193762-in...ml#post2093989
konuda radmin arkadaşımınızın belirttiği gibi geliştirilse tadından yenmez .mark as installed yaptım umarım yararına olur.
I don't delete members so that's no biggie for me. However, this is somewhat of a critical bug as well:
If you have the forums be invite-only:
Going to a user who is in the waiting email confirmation usergroup, sending them the activation code again (It's an option obviously) will redirect you to register.php?do=requestemail&email=...
but it will give you the message about your invitation key being invalid or whatnot.
Perhaps disable the ivnitation key check when do=requestemail?