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 |
#182
|
||||
|
||||
Wow! I love this new version!
:up: Working flawlessly~ Thanks so much Hasann & Scythe42 |
#183
|
||||
|
||||
When inviting a someone that is already a member, then you get the following message:
Quote:
Quote:
Quote:
Does this modification list the invitation link somewhere? And last but not least: Many thanks for this excellent mod! |
#184
|
|||
|
|||
The phrase is returned when the entered email is found in the user table. There is currently no check if a the userid is also found in the invitation table. I'll modify the query and add another phrase to distinguish between mebers and invited members.
Quote:
You need change the "EZ Bounce Management - construct code" plugin, so that it does only attach the link when the email is also registered on your forum: The following code should do the trick. If the email is not found in the user table, the outgoing message is not touched. Give it a try. I haven't ezbounce installed therefore this is not tested. I added a simple IF-Statement around the code right after the query. PHP Code:
I'll post an update later that takes care of your requests. |
#185
|
|||
|
|||
Here the update I promised in the last post.
Changes:
Please test before including in the next official version of this mod What's missing is a cron job that deletes pending invites after x number of days automatically and gives the intivations back to the users. This should help users who cannot delete sent invitations that were never claimed or sent them to a wrong emal address. This should be combined with optional features like "give additional invites ever xxx posts" or so. |
#186
|
|||
|
|||
Solid hack . thanks hassan
|
#187
|
|||
|
|||
Has anyone added the ability to grab from multiple e-mail accounts yet?
I've got the invitation system by visionscripts, which will do it, but it is not supported and will not work with 3.7. This mod seems to still get support, so I've marked as installed and nominated it instead, even though I disabled it. Thanks to scythe for working on it as well. It is a very important, useful mod, and I hope to see it grow in the next couple of months to become the best one available. Until then, sorry, but I've got the visionscripts one installed. |
#188
|
|||
|
|||
To elaborate a bit more, here are a some features I'd like added to this invites system:
I apologize if these are already added. There has been already many good changes done to this invites system. |
#189
|
||||
|
||||
Those are very nice feature requests. I'd like to add two:
|
#190
|
||||
|
||||
Suggestion for auto-template invitation block in home usercp:
Create new template called "usercp_invitation_block" Use this code inside: HTML Code:
<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 /> Use this code inside: PHP Code:
Use this code inside: PHP Code:
Thanks for hack.. this very good project =) |
#191
|
||||
|
||||
there was a spam issue
sorry guys for the issue I have fixed and upgraded |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|