MobileHacks
New Member
DESCRIPTION
What does it? Allow users send invites to everybody.
FEATURES
Install: Just Import product_invitation.xml via Product Manager
->Do These template edits:
In USERCP_SHELL Template Find this Code
Add Below This Code
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
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>
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>