Invitation System

Daz

New Member
DESCRIPTION

->What does it? > Allow users send invites to everybody.

Note: This Hack Does Work For vBulletin Version 3.5 and 3.6 Series


FEATURES

* complete code rewrited
* 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

INSTRUCTIONS
Install: ->Just Import product_invitation.xml via Product Manager

->Do template edits:
In USERCP_SHELL Template Find this Code



PHP:
<if condition="$show['profilepiclink']">
	<tr><td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td></tr>
	</if>

Add Below This Code


PHP:
<if condition="$vbulletin->options['invite_usercp_link']">
	<tr><td class="$navclass[invitation]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation]</a></td></tr>
	</if>
 

Daz

New Member
It was released 6 days ago, tested on 3.6.8.pl2 so far 43 installs min & only one person cannot get it working hmmmmm!
 

Notam

New Member
the registration are still open i.e. normal registration is still active n as far as the invitation link is concerned it say that the invitation link is either used or invalid. checked all the setting many times
 

iRiot

New Member
Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
 
Top