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
we have installed this new update, but when you go to yourself, it denies you access, unless i missed something since we used this on a different template and it doesn't have the:
$template_hook[usercp_main_pos1]
so we added this the best way, and the system has us as allowed to access it(usergroup 6) but still locks us out.
how can we adjust this...our code has "$template_hook[usercp_navbar_bottom]" so i added it after that and it doesn't allow us to get into the system.
I get a database error when trying to invite someone
I also do. The error ist as follows:
PHP Code:
Invalid SQL:
SELECT user.userid AS user_id, user.email AS user_email, invitation.email AS inv_email, invitation.acceptedby as inv_id
FROM MYOWNPREFIX_user
LEFT JOIN MYOWNPREFIX_invitation
ON user.userid = invitation.acceptedby OR user.userid = invitation.email
WHERE user.email = 'email@email.com'
OR invitation.email = 'email@email.com';
we have installed this new update, but when you go to yourself, it denies you access, unless i missed something since we used this on a different template and it doesn't have the:
$template_hook[usercp_main_pos1]
so we added this the best way, and the system has us as allowed to access it(usergroup 6) but still locks us out.
how can we adjust this...our code has "$template_hook[usercp_navbar_bottom]" so i added it after that and it doesn't allow us to get into the system.
Where do you set how many invites members can have it is set to 10 and don't have a clue how to change. also in the user cp in the left colume i don't see the option to click invite user is this normal? i now see it at the top of user cp page.
Thanks
This can be set when looking at a specific user option page.
This isn't optimal... I was hoping there would be a way to make it infinite use for everyone. But to do this it looks like I'd have to go through each user one by one and set it, since there is no option in the Usergroup Manager.
Are you working on the Image Verification fix for this mod? The Human Verification Manager you refer to for this mod is for 3.7 and not 3.6.x. The Human Verification Manager is also referred to in the Admin CP, so that will need to be addressed for those who are still using 3.6.x., as well.
yes im working yet fixing bugs and adding new features
The top feature would be to limit specific usergroups to x amount of invites. Say usergroup 1 has only 2 invites each, while usergroup 2 has 5 invites each (etc etc). Also, allowing the Administration/Staff access to view all of the invites that are being sent.
The top feature would be to limit specific usergroups to x amount of invites. Say usergroup 1 has only 2 invites each, while usergroup 2 has 5 invites each (etc etc). Also, allowing the Administration/Staff access to view all of the invites that are being sent.
yeah that's great suggestions I will make these suggestions buddy