The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Invitation System vB 3.7 Gold Details »» | |||||||||||||||||||||||||
Invitation System by HASANN This Product brought to you by www.vBulletin-TR.Com Comments, suggestions, translations, bugs, etc... are very welcome! Support is only given to people who have clicked INSTALL. DESCRIPTION ->What does it? > Allow users send invites to everybody. Go For Invitation Hack vBulletin Version 3.5 and 3.6.series DEMO you can test it at here http://www.vbulletin-tr.com/forum/pr...ation&langid=1 FEATURES
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> HTML Code:
<if condition="$vbulletin->options['invitation_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> Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
SaN-DeeP |
Comments |
#902
|
|||
|
|||
This is one of the most important mods. I wish there were more updates.
|
#903
|
||||
|
||||
I am having a problem with this mod since upgrading.
The url that it sends the invitee simply sends them to the screen that says they need an invite. Even if I edit the url to just show the register.php link, it still says you need an invite to register, even though they're linking to the page FROM an invite. |
#904
|
|||
|
|||
Does anyone know how I can make this code required to register? What I am trying to get is an invitation only forum. Removing register.php does not work, as this system requires it. Is there a way that I can do this? I have also tried to disable registration, but it affects the invitation system as well... PLEASE help, I will love you forever lol
~Jon |
#905
|
|||
|
|||
Code:
# 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 and how to change default 100 invites to everyone? |
#906
|
|||
|
|||
Quote:
|
#907
|
|||
|
|||
Ok guys,
Here's how to set custom numbers of invites on a per usergroup basis. This requires using SQL..... Take a note of the usergroup number (found in the Usergroup manager in the admincp) Use phpadmin or your database viewer and do the following: Go to the user table. Click on SQL Use this code - Code:
UPDATE user set invitation=xxx WHERE usergroupid=yyy xxx - Number of invitations you'd like the usergroup to have yyy - Usergroup to apply the above number of invitations to. Run it multiple times changing whichever variables you choose for different usergroups. DoA |
#908
|
||||
|
||||
I have this enabled but it just sends registrants on an endless loop, telling them they need an invitation.
|
#909
|
|||
|
|||
Quote:
This is because the normal register link is this. http://www.yoursite/register.php?do=signup When you send an invitation out via your userCP or the navbar link you should see this in your email. http://www.yoursite.com/register.php?referrerid=1&invitation=345ebcc828911 3dd2400 This should take you straight to the Forum Rules page and then CAPTCHA and then your details etc. Try sending yourself an invite. Log out of your site and click the link in your email. If none of the above is working then you must have installed it wrong. |
#910
|
|||
|
|||
Quote:
This can all be done via mysql.... a --> See my post above ------ b --> Find the userid (edit user profile & it'll be at the top of the admincp page) UPDATE user set invitation=0 WHERE userid=yyy yyy - the userid you found in step 1 of these instructions. ------ c --> I don't understand what you want here. ------ d --> Find userid as above instructions explain. UPDATE user set caninvitation=0 WHERE userid=yyy yyy - the userid you found in step 1 of these instructions. ------ Change all user invites en-masse --> UPDATE user set invitation=100 Then click on Structure (in phpmyadmin) Edit the invitation field (pencil icon) and change the Default field to 100 (this will ensure all future registrations will default to 100 invitations. |
#911
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|