vB 3.7.0 Beta 5 Profile Enhancements -Invitation System

MobileHacks

New Member
DESCRIPTION

What does it? Allow users send invites to everybody.

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
  • 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
INSTRUCTIONS
Install: Just Import product_invitation.xml via Product Manager

->Do These template edits:
In USERCP_SHELL Template Find this Code
Code:
<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
Code:
<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>
 
Updated to v1.0.2
added an admin option disable registration via normal methods
added an admin option which usergroups can to delete their invites
 
Back
Top