Invitation System v2.0.2 for vB3.6 and 3.5 series
Mod Version: 2.0.2, by Hasann
This modification is in the archives.
vB Version: 3.6.x |
Rating: (12 votes - 4.67 average) |
Installs: 110 |
Released: 05 Mar 2008 |
Last Update: 06 Apr 2008 |
Downloads: 775 |
Supported
DB Changes
Uses Plugins
Template Edits
Auto-Template
Re-usable Code
Translations
|
[phpBB] Invitation System by Hasann
This Product brought to you by
http://www.vbulletin-tr.com
DESCRIPTION
-> What does it? > Allow users send invites to everybody.
Note: This Hack Does Work For vBulletin Version 3.5 and 3.6 Series
Go For Invitation Hack vBulletin Version 3.7.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
- 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
HTML 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
HTML 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>
In USERCP Template Find this Code
HTML Code:
$template_hook[usercp_main_pos1]
Add Below This Code
HTML Code:
<if condition="$show['invitation_link']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">$vbphrase[invitation_system] <if condition="$show['invitation_left']"><phrase 1="$bbuserinfo[invitation]">($vbphrase[invitation_x_left])</phrase></if></td>
</tr>
<tr>
<td class="alt1"><span class="smallfont"><a href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation_click_here_to_invitation_new_users]</a></span></td>
</tr>
</table>
<br />
</if>
Comments, suggestions, translations, bugs, etc... are very welcome! Support is only given to people who have clicked INSTALL.
Download
This modification is archived, downloads are still allowed.
Invitation_System_v2.0.2_vB3.6.zip (7.9 KB, 423 downloads)
Supporters / CoAuthors
|