![]() |
A little confused about the Delete Inactive Accounts feature. Does it happen automatically, or does it just provide you a list of inactive users that you can manually delete? If it happens automatically, how does it work? I don't see a new Scheduled Task, so just wondering what runs the automatic deletion, and when it runs. Thanks for the clarification.
|
Having same problems as others, Going to the smiley page and logging out user????
|
Never mind it was a cookie issue. My bad. Installed. Thank you.
|
Quote:
|
Yep, excellent mod. We have been using it since March with great success.
I have one issue I would like to work out. There are numerous invites that have been sent out and never answered. So we have a large number of "Not Accepted Yet" in the invites list. Occasionally we are asked to resend as the users spam blocker or whatever blocked it. So here''s the issue; when we need to resend we have to manually search through 1,400+ invites to find and delete the one sent previously so we can resend. Can there be a way to search and remove email addresses not yet accepted? Can there be a way to automatically delete invites not accepted after a predetermined amount of time? Thanks |
voted installed excellent mod.
thanks a million. |
Quote:
I can't say atm when it will be released. |
Quote:
|
A lot of times the invitations are not sent out. Can you help with this. It mostly looks like Yahoo, gmail and hotmail that they never get the email. I dont get any notices of a failed delivery but they dont get the email.
|
Installed!!
|
The mod is great, but it ignores the additional.css. As this is where I defined parts of my header and footer, is it somehow possible to make the mod use the additional.css?
Thanks! Edit: got it, {vb:raw headinclude_bottom} is missing. By the way, the Advanced Forum Rules have the same little issue, the PayPal Donate mod doesn't (I found the solution by comparing the templates ;-)). |
Creating mastercode for Invation system:
Replace the plug-in code of "VSa - Advanced Registration - MN" PHP Code:
PHP Code:
PHP Code:
In my case this is our admin. :) |
I may be stupid but, I tried to register an account, and it didn't show me anywhere about sending invitations. I checked the settings, and usergroups 1 and 8 are not allowed to send invitations. So when do they get to send invitations if their still waiting email confirmation, or what not...
I'm not sure that makes a whole bunch of sense, but yeah.. i'm a little confused. |
Add aol to the list above.
|
Quote:
Could someone help me fix this as developer seems to be ignoring my question. Thanks a lot. |
Quote:
|
Quote:
|
1 Attachment(s)
fully italian translation ... :D
|
1 Attachment(s)
Chinese version
Tested on vbulletin suite 4.0.4 |
Thins mod is very great
|
Quick question, how do I allow another user group to manage the invites etc. Like the super moderators. I am getting over run trying to do all of it myself.
|
Please update this for 4.0.5 or 4.0.6 when it is out
|
Quote:
edit: actually uninstalled, its makes the registration page look messy in IE to. |
Thank you verry much, installed ;)
|
I am having a situation, and still have NOT figured out how to solve it.
In the text that is sent to a user that I send a invite to, it shows up BOLD when I go to send the invite...but when they get the invite, it doesn't show BOLD. It just shows the HTML code instead. How can i fix that/ |
I have Database Error after testing this mod on vbulletin 4.0.3
The database has encountered a problem. |
Quote:
Quote:
|
Valter:
Would it be possibly to have the invite system on autopilot. Meaning, that if a user where to send an email to say "invite@abc.com" then it the invitation system, would automatically send them a invitation to join the forums? |
I would love to see the invitation system tie into the referral system. Where the link in the invitation email would be the sending users referral registration link.
eg. http://www.domain.com/register.php?referrerid=1 |
This has been answered many times - user who invites their friends will be marked as referrers on registration. This is just done in different way.
|
I can't seem to get the Random Question to show when someone clicks on register.
I have it enabled and have a question set as active. Any ideas how to fix this? Edit: Re-install fixed it. Nice one! |
good mode installed and is workin perfect,
|
I understand this system tracks the referrer in a different way, matching it up when the new user passes moderation. But how does it handle the possibility the new user may have entered a different referrer during the signup? Which one will take precedence?
Also, how can I customize the email message phrase? Lastly, have you considered adding the ability for the person sending the invitation to add some personal content to the invite email? Thank you for this mod. It took me a while to verify the email was going out but now it is working solid. |
It would also be very cool to be able to search the invites in order to delete one we would like to send again.
|
installed and nominated
|
One option I would like to see, is the option to send out a reminder invite for users you have invited but have not joined yet. Kind of like now, you can click the box next to their email addresses, to delete them, and so you can re invite them. Well the same principle, but after you click the boxes, you have the option to resend an invite to them.
This to me, would be quite useful! |
I get this error when I add an email to in the invite area and hit send.
Code:
Error: e-mail address(es) incorrect: [object Object]; function forEach() { [native code] }; function () { return this.filter($defined); }; function (keys) { var obj = {}, length = Math.min(this.length, keys.length); for (var i = 0; i < length; i++) { obj[keys[i]] = this[i]; } return obj; }; function (object) { var result = {}; for (var i = 0, l = this.length; i < l; i++) { for (var key in object) { if (object[key](this[i])) { result[key] = this[i]; delete object[key]; break; } } } return result; }; function (item, from) { return this.indexOf(item, from) != -1; }; function (array) { for (var i = 0, j = array.length; i < j; i++) { this.push(array[i]); } return this; }; function () { return this.length ? this[this.length - 1] : null; }; function () { return this.length ? this[$random(0, this.length - 1)] : null; }; function (item) { if (!this.contains(item)) { this.push(item); } return this; }; function (array) { for (var i = 0, l = array.length; i < l; i++) { this.include(array[i]); } return this; }; function (item) { for (var i = this.length; i--; i) { if (this[i] === item) { this.splice(i, 1); } } return this; }; function () { this.length = 0; return this; }; function () { var array = []; for (var i = 0, l = this.length; i < l; i++) { var type = $type(this[i]); if (!type) { continue; } array = array.concat(type == "array" || type == "collection" || type == "arguments" ? Array.flatten(this[i]) : this[i]); } return array; }; function (array) { if (this.length != 3) { return null; } var rgb = this.map(function (value) {if (value.length == 1) {value += value;}return value.toInt(16);}); return array ? rgb : "rgb(" + rgb + ")"; }; function (array) { if (this.length < 3) { return null; } if (this.length == 4 && this[3] == 0 && !array) { return "transparent"; } var hex = []; for (var i = 0; i < 3; i++) { var bit = (this[i] - 0).toString(16); hex.push(bit.length == 1 ? "0" + bit : bit); } return array ? hex : "#" + hex.join(""); }; function () { return JSON.encode(this); } |
hey, you know the a answers to the registration questions, they seem to be care sensitive?
so if the answer is 'apple' and you input 'Apple' it fails.. can this be sorted.. is there a way to input more than one answer to over come this? |
mate can you make a new upgrade for this with an option to generate random invitation codes via admincp? It would be very helpful.
|
Persian Translation :cool:
By Persian Prince |
All times are GMT. The time now is 09:15 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:
|