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 |
#202
|
|||
|
|||
Just an development update:
DONE:
OPEN:
FUTURE UPDATE:
Any other wishes? I'll post an update here once I completed all the open items... Guess it will be by the end of next week. My time's limited this week. |
#203
|
||||
|
||||
I have version 2.0.2b installed on vb 3.7B3. (My test forum)
I have sent out several invitations to try this out. So far one worked as designed and one did not. One person got the invitation, followed the link and signed up. But the invitation is still listed as 'Not Confirmed Yet'. The forum account of the person lists me as the referrer though. Does anyone have an idea where the problem lies? |
#204
|
|||
|
|||
What settings do you use on your forum? Invite only? Invite and normal registration? Email Verfication needed? Any errors in your php.log? Any special cookie related settings on your end or the users' browser? How does the entry in the invitation table for that invitation code looks like? Where any signups successful or do they all fail in regards to the invitation code?
If you provide me with some more details I can try to reproduce it and find a solution for the scenario. The code that updates the table is pretty simple. It's called on "register_addmember_complete". It checks for the invitationcode cookie that was set when the signup process started. If present it continues and updates the table for that code. If it is not present an error message is shown when normal registration is disabled. If normal registration is still enabled, the user is passed through like a normal registration. |
#205
|
|||
|
|||
Dont see option In UserCp... Left Side...
Like Ur attachment https://vborg.vbsupport.ru/attachmen...4&d=1207409366 |
#206
|
|||
|
|||
Love it! Installed, and voted for MOTM!!!
|
#207
|
|||
|
|||
I installed this on two of my forums. Now one of them is lacking the link in admincp/vb options/invitation system to change the outgoing message. One of my forums has a link for me to edit the ougoing message, and the other one does not. Any ideas?
|
#208
|
|||
|
|||
Where do I find the words "Invite Friends" used in the nav bar, so I can change them from white to black in my nav bar
Thanks for any help Lee G |
#209
|
|||
|
|||
Plugin Parse Templates
Add This Code PHP Code:
PHP Code:
|
#210
|
|||
|
|||
Quote:
Can't wait for the future updates! Any thought on whether or not you are going to add the ability for the user to attach a note to the e-mail? Also the increase in x reputation points per successful registration? |
#211
|
|||
|
|||
Quote:
The add X reputation for inviting a new user is no problem. Ist a simple query. But I think if you rebuild your reputation it will be lost because it's not associated with a post. Need to check if there is a hook I could use. PS: first test of contact grabbing with gmail works. But I'm not sure how to display them without making everything look ugly with a ton of checkboxes. I'm open for layout suggestions. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|