![]() |
No ideas on how to fix this error??
I enter a email then hit submit and this comes above in red 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); } |
Great mod but I have a suggestion to expand features:
Quote:
Could this "inactive users" feature be expanded in a choice like: 1.) Prune users who have not posted in x days 2.) Prune users who have not logged in for x days 3.) Only prune users who have not activated their account in x days This way the mod get's better and more forums can use the inactive users feature. |
I found a little layout bug. When users write their real name with the invitation using the embedded function:
Quote:
Quote:
Quote:
|
I have two questions.
First: This was asked a while back by someone, but I never saw it answered. Is there a way to provide multiple answers to a question, such as y and yes or 8 and eight? Second: Is there a way for moderators to see or act on moderatored users? Thanks |
hey
first of all i really like the mod is there a way for more usergroups to see the "Advanced Registration Management" and moderate users or is there a way to abort the moderation ? ( after signup user is activated automatically ) |
I have vBulletin 3.6 and although the mod installed fine, the questions aren't showing up on the register page at all.
I had to manually add the <fieldset> to the register template. Now all is well. Thanks. |
anyone encountered this error :
Error: e-mail address(es) incorrect: function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i-1][0]) { this.splice(i,1); } } }; function () { for (var i = 0; i <= this.length; i++) { this.shift(); } } |
Same error here: Error: e-mail address(es) incorrect: function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i-1][0]) { this.splice(i,1); } } }; function () { for (var i = 0; i <= this.length; i++) { this.shift(); } }
It seems to be another great modification by Valter but I have exactly the same error, I'll be very grateful if you can fix it. Thanks. :( |
seems to work just fine here.
The list of unactivated accounts could use some improvements though.. listing last post and last visit would certainly help as users can be listed just because they changed their email. Post count might also come in handy. |
De installed as there is no support for the issues occurred by:
Invite your friends to join us. Separate multiple addresses with commas... Code:
Error: e-mail address(es) incorrect: function(b){for(var a=0;a |
Quote:
|
|
i have just open my site and have had 30 spammmmmers this will help me a lot i think...
|
Testing...
|
good!!!!!!!!
|
i installed this and removed captcha , this works better in my language , spammers are not familiar with my language PLUS i hate captcha , it's sometime too difficult to guess the captcha
|
Quote:
|
Quote:
try enabling all the settings in vB Options / Cyb - Advanced Registration click Save now try the Random Questions Setup link. worked for me. you can disable some of the settings afterwards. |
product tested and working fine.
as with a few other members i've read in this thread, having Moderators the ability to access too would be invaluable. usually this option to add other usergroups is often used in other hacks i've seen but for some reason you chose to not do this. Please have this choice of Moderators at least in addition to Usergroup 6......... there must be a way to add Usergroup 7 Moderators to it. :) |
Hi,
Is it possible to put the activation code shown under the navbar for every member, then he can give it to other guest without passing by email !!! i already seen this in other forums. |
Hi,
Also i need to give autorisation for members only to invite 1 member in week, but for moderators must have unlimited permissions, how to do it? |
Possible to help me ?
i need give autorisation only for administrator to invite, the other members can't use that ! Any help ? :) |
I had problems on having changed domain. Uninstalled, installed it again and in the settings it shows me the emoticons!!??
Uninstalled |
great addon i am adding to new site thanks
|
any way we could require a person to answer multiple questions?
|
Thank you very much i was looking for this
|
Thank you
|
Need same thing for v4.x
|
Quote:
|
I installed CYB advanced registration managment in VB3.8.7. It works fine except for one thing; there is no checkbox and no text "send email to users who have been accepted" as pictured in one of the screen shots. Users don't get email confirmation that they've been accepted. They do get a confirmation email if I approve through admincp. I need the activation email sent to activated users, please help.
|
Hi, I know this is an old post, but I have a question regarding the Nav Bar.
I'm using 3.8.4pl2. I have three usergroups that have permission to send invites. I want to block all other usergroups from seeing the link in my navbar. Normally I'd just throw a conditional statement into the navbar template. The link, however, isn't visible there and I'm guessing that it's added via the Advanced Registration templates but I don't see where. Anybody have any ideas on this? Thanks much. In the meantime I'll keep digging. |
All times are GMT. The time now is 01:02 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:
|