![]() |
What does "Accepted By" -> Not Accepted Yet" mean? How can i acceppt invites as admin? Is there any moderation?
|
Is this product going to be supported still let us know bud, that way we can figure out ourselves
|
I tried this mod on RC1 and ran into the following issues:
Users always get the error message that the invitation code is invalid. They always have the reload the page a second time to register. Doesn't matter if the user has any cookies set or not. Tried in various browsers. E-Mail Verification does not work when normal registration method is disabled using this plugin. Users always get the invalid invitation code error message until I turned the disabling of the normal registration off in this plugin. Then they are abe to verify their email address. Defining the user groups who can delete invites has no effect. The delete invite link never shows up. Edit: Fixed the missing delete links by changing the code so that a check is done against all groups the user is a member of and not only his primary group. But all delete links link to the last sent invitationcode now because the array from the config is exploded to itself in the while loop causing that the delete link is always the first value. Fixed the need for re-loading the invite page twice on the first time by changing the code to form setting the cookie and checking for the cookie right away cookie to setting the cookie or checking for the cookie. Setting a cookie and checking for it right away without a page re-load is not possible on all browers. Fixed the not-supported email verification when the normal registration is disabled by this mod, by adding a check if on user account accitivation an if accepted invitation cookie is present for the user in question. I also removed the cookie at that time since registration should be complete. Looks like it runs now. Man this thing is buggy, but better than writing one from scratch... I still need to add some features like reclaiming of deleted invites and automatic invite deletion after some time. It also needs verification that you cannot send invites to already registered emails as well as not allowing to have duplicate invites waiting to be claimed for an email. |
Yea I have somebody already working on one specially for our site, this one didnt cut it. But at least the base is made and thanx to the author for sharing :up:
but ill have to try a different one Chris___ |
Love it! Installed! Nominated!
I am having trouble finding the phrase to alter the message that is sent in invite. What is the name of the phrase so I can alter it a bit? |
Hi,great mod man.
I found how to edit the initial number of invites,but how can i reset invites? I mean once some user finish them i should go to each user setting and modify the value? It would be better to have at least some way to reset invites to its default value. |
All new user to my site get that error saying invalid invite code and have to click it several times before it works. I did see your fix by setting something from 20 to 32, I can't remember exactly but when i checked out the setting for the new version which i have it is set to 100 so I assume this isn't the problem.
Please can you recommend a fix. |
This hack does not work with RC1
do not install it untill the author support it a bit. Members and administrators cant delete the invitations, it deletes some and it leaves others. Just tought Id let you guys know |
I tried to bugfix this one because I need a simple invitation system and didn't want to write one from scratch. If you try this one one, please let me know if it fixes your issues. The attached product is a simple export from my forum.
I made the following changes:
Let me know if this one works for you and I'll do some more updates and optimizations and release this one as an supported fork once 3.7 hits gold because the original author seems to have lost interest in his mod. Use at your own risk! |
Just installed it and been through the new user signup process.
Fantastic. Works like an absolute charm. I didn't get 1 single problem with it. Thankyou so much for this, I didn't think there would ever be a soultion. Please do continue your fabulous work and i will be keeping a keen eye out for any further work you do on this. I can't express my gratitude enouugh Thanks again. |
very good mod hasann.i very like yo have hack:)
installed... |
http://img120.imageshack.us/img120/8...ailbodyii0.jpg
updated to v2.0.2 - Scythe42 has made the following changes:
- I have made the fallowing changes
|
Thanks for the update Hasann, the small spelling lapsus have been corrected as far as I can see, this is an excellent Mods. :)
Installed successfully! :) Feedback: On the Navigation bar, the previous text "Invite Your Friends", or some thing like "Invite Friends", seems better than the actual text: "Send Invites". See PM for the remaining text. |
I like the update, Excellent job. Keep up the good work.
|
amazing work you did Scythe42 thank you so much :D
|
english phrases fixed
.added new languages :) -Dutch -French |
Is there any way you can set the default value of invites each user gets?
Also, can you make it so that you can get X more invites every X posts? Thanks! |
Thanks Hassan for including my modification. I downloaded and installed this version with the new phrases.
I'll found some issues mainly with the templates for continuity and a possible security vulnerability. CODE CHANGES:
TEMPLATE CHANGES:
PHRASES:
Again just an export form my forum with the default setting. Needs some additional testing that I didn't screw up when making the code modifications before included in your release. |
Hasann you made this change:
the users can attach a note message to the invite email cant this be used for spam that way? |
Quote:
Quote:
|
:eek: Wow! I love this new version!
:up: Working flawlessly~ :D Thanks so much Hasann & Scythe42 |
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! |
Quote:
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:
Quote:
I'll post an update later that takes care of your requests. |
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. |
Solid hack . thanks hassan
|
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. |
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. |
Those are very nice feature requests. I'd like to add two:
|
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"> Use this code inside: PHP Code:
Use this code inside: PHP Code:
Thanks for hack.. this very good project =) |
there was a spam issue
sorry guys for the issue I have fixed and upgraded |
What changes applyed?
Need upgrade? (I have added more features for hack.. if not necessary waiting to upgrade...) Thanks for project :) |
I got a database error with the latest 2.0.2 fixed.
Code:
Database error in vBulletin 3.7.0 Release Candidate 1: |
hello!
can somebody tell us what should we install and which changes to do ... ? regards macc |
Quote:
Quote:
Quote:
there is one change only and it is a sql injection issue it is fixed now |
Thanks.. fixed now ^^
Regards. |
wooww wanderful mod :)
thanks.. installed.. ;) |
Quote:
|
Quote:
There is an "AS userid" and "AS invitation" missing in the FROM and JOIN clauses to make it work with tableprefixes. To fix this, open the prodcut-invitation.xml before importing and apply the following changes: Change line 304 and 305 from: PHP Code:
PHP Code:
Change line 320 from: PHP Code:
PHP Code:
|
Yep, that did it. Thanks guys!
|
Hi, sorry if this has been posted already but can there be a change from:
(you can add your real name after your username if you wish, but leave the rest unchanged) because that is no longer valid in the newest version. Thanks again for this great mod :) |
All times are GMT. The time now is 06:24 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|