vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - [DBTech] Advanced Registration v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=286522)

Kevin Ban 05-22-2013 09:45 PM

no matter how i delete the additional fields, eg, birthday. when my users register, it will still say, "incorrect birthday". even though the birthday option was already disabled. how to fix this?

DragonByte Tech 05-25-2013 02:51 PM

Quote:

Originally Posted by mertiliuss (Post 2423244)
Sorry for my English use a translator

?By registering I can choose, for example: "male" or "female"?

where male or female is a usergroup?

You can do this by creating a new user profile field and adding it to Advanced Registration.

Quote:

Originally Posted by mertiliuss (Post 2423417)
???

Please do not bump posts.

Quote:

Originally Posted by Kevin Ban (Post 2423613)
no matter how i delete the additional fields, eg, birthday. when my users register, it will still say, "incorrect birthday". even though the birthday option was already disabled. how to fix this?

Check your vBulletin settings, you're probably requiring birthday somewhere in there.


Fillip

donal 08-16-2013 02:15 AM

Thanks for the nice mod. Its working fine on VB 4.2.

Can you please tell where to edit the text of email content which is send for invitation emal.

josh_krz 08-17-2013 12:24 AM

Hi there,

It doesn't work for me; when clicking the link in the initial activation email it brings up the registration page. The email field is blank (it's supposed to have the email auto filled in isn't it?) and when submitting it reports that age and captcha are missing, yet I disabled them in the DBtech settings.

I've looked around and there is no vB option to remove age.

It may be worth mentioning that I have GlowHost - Spam-O-Matic and VSa - Advanced Registration installed, I have tried disabling them and it still has the same outcome.

I have vBulletin 4.2.0 Patch Level 2.

Please could you advise me on this?

Thanks

DragonByte Tech 08-25-2013 10:41 AM

Quote:

Originally Posted by josh_krz (Post 2439270)
Hi there,

It doesn't work for me; when clicking the link in the initial activation email it brings up the registration page. The email field is blank (it's supposed to have the email auto filled in isn't it?) and when submitting it reports that age and captcha are missing, yet I disabled them in the DBtech settings.

I've looked around and there is no vB option to remove age.

It may be worth mentioning that I have GlowHost - Spam-O-Matic and VSa - Advanced Registration installed, I have tried disabling them and it still has the same outcome.

I have vBulletin 4.2.0 Patch Level 2.

Please could you advise me on this?

Thanks

I'll need to see this in action, can you please PM me with an AdminCP and FTP account?


Fillip

DragonByte Tech 09-19-2013 06:34 PM

Advanced Registration v2.0.5 Patch Level 2

Bugfixes
  • If an invited user accepted the invite, it inserted incorrect data into the log file, corrupting the "details" link on the Statistics screen. Future invitations will insert correct data.
  • If an invited user accepted the invite, it would not correctly increment the "Invites Verified" counter on the statistics screen


Fillip

crazyboy1661 09-21-2013 06:00 AM

Hi DragonByte Tech, it sounds good. Can you pls tell me how many invitations dat we can send in one go?

DragonByte Tech 09-21-2013 06:31 PM

You can send invites to one email address at a time. The total number of available invitations per usergroup can be controlled via the usergroup manager.

Fillip

hoplomachus 09-23-2013 05:43 AM

Seems that something is wrong with my VB... your MOD does not send out the e-mails at all. I also tried with another MOD and the same thing. Any idea how to fix this?

VB 4.2.0 lvl3
Thank you!

DragonByte Tech 10-02-2013 07:36 PM

This mod uses the same mail sending function as vBulletin, please use the built-in Diagnostics tool to debug your vB's email sending capabilities.

Fillip

sonixax 10-04-2013 08:45 PM

is it possible to set which user groups can send invitation ?!

DragonByte Tech 10-06-2013 03:29 PM

Yes, there are usergroup permissions that control how many invites are available to each group (0 being an option to disable them).

Fillip

CrankedUnit 10-06-2013 05:27 PM

Is it possible, to add custom imput fields on the registration progress?
And is it also possible to make your registration in steps.

Example:
1st step: Personal info
2nd step: Gaming Info
3th step: Complete with a password and e-mail ares.
4 and last step:
Activate account.

I think it will be great for vbulletin...

DragonByte Tech 10-11-2013 07:39 PM

Update

Hotfix: PHP 5.4 Compatibility fixes


This does not guarantee the mod is error free on PHP 5.4, but it will take care of the reported errors. Thank you all for your reports :)



Fillip

DragonByte Tech 10-13-2013 08:17 PM

Quote:

Originally Posted by CrankedUnit (Post 2450483)
Is it possible, to add custom imput fields on the registration progress?
And is it also possible to make your registration in steps.

Example:
1st step: Personal info
2nd step: Gaming Info
3th step: Complete with a password and e-mail ares.
4 and last step:
Activate account.

I think it will be great for vbulletin...

Unfortunately there's no way to make it go in steps like that, as far as I'm aware.

You can add custom fields by adding new User Profile Fields (vBulletin feature) and then add them to the relevant instances in Advanced Registrations :)


Fillip

NTT 01-31-2014 08:04 PM

When DBTech release this mod for vBulletin 5?

I very like it but i am using vBulletin 5:-s

kisanjong 04-29-2014 09:44 AM

does this mod work for vbulletin mobile themes? i.e verify email before registration

Thanks

DragonByte Tech 05-07-2014 12:23 PM

No, this mod does not function on mobile themes.

Fillip

tanzeelniazi 05-20-2014 10:09 PM

When i invite Enter Email in Invite Field click submit rec error:

Code:

Database error in vBulletin 4.2.0:

Invalid SQL:

                        SELECT
                                invite.email, invite.dateline,
                                verified.verified,
                                user.userid, user.username, user.usergroupid, user.infractiongroupid, user.displaygroupid, user.joindate,
                                actionuser_friend.relationid
                        FROM dbtech_registration_invite AS invite
                        LEFT JOIN dbtech_registration_email AS verified ON(invite.email = verified.email) AND verified = '1'
                        LEFT JOIN user AS user ON(verified.email = user.email) AND user.userid != 1
                        LEFT JOIN userlist AS actionuser_friend ON(actionuser_friend.userid = user.userid)
                        WHERE invite.userid = 1
                        GROUP BY invite.email
                        ORDER BY invite.dateline DESC
                        LIMIT 10;

MySQL Error  : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number  : 1267
Request Date  : Wednesday, May 21st 2014 @ 12:38:36 AM
Error Date    : Wednesday, May 21st 2014 @ 12:38:37 AM
Script        : http://www.XXXXXXXXXX.com/registration.php?do=profile&action=invites
Referrer      : http://www.XXXXXXXXXXX.com/registration.php
IP Address    : 1**.1**.8.1**
Username      : M*****r
Classname    : vB*******se
MySQL Version : 5.1.73-cll


DragonByte Tech 05-21-2014 10:14 PM

This means you have changed the collation of certain DB tables but not your entire database, you will need to make sure all DBTech tables and their columns have the same collation as your vB tables.

Fillip

tanzeelniazi 05-27-2014 05:17 AM

can you tell me How to change DB tables ? please

stronzo 06-02-2014 11:48 AM

There is no option to recharge/add invites to users, big fail.

DragonByte Tech 06-02-2014 11:52 AM

Quote:

Originally Posted by tanzeelniazi (Post 2499573)
can you tell me How to change DB tables ? please

You should contact your host for instructions on how to change collation if you don't know how to do this yourself.

Quote:

Originally Posted by stronzo (Post 2500424)
There is no option to recharge/add invites to users, big fail.

A product that wasn't specifically designed for your needs is a "big fail"? I can't say I agree with your "logic" there.


Fillip

tanzeelniazi 06-03-2014 09:19 AM

My server staff says:
let me know your exact db table and db name and the collation format you want to keep, I will check and try to do it,
Dbtech sir can you tell me the tables name please

tanzeelniazi 06-06-2014 04:01 PM

See my thread sir
https://vborg.vbsupport.ru/showthread.php?t=311933
i do all but nothing

tanzeelniazi 06-06-2014 09:05 PM

Ii change all tables 1 by 1 now working great
I have 1 question
I already close the registration and use Only Paid Registration when i invite someone he click the invited link he cant register he see Paid registration page why ?
how invited user to get free register

DragonByte Tech 06-08-2014 01:46 PM

Advanced Registration v2.0.5 Patch Level 3

Bugfixes
  • If unique emails is required, used emails will no longer be allowed when Verify Email Before Registration is enabled


Fillip

Terrablade 06-09-2014 04:53 AM

Nothing for vb 3.8?

Terrablade 06-13-2014 02:54 AM

will we see this for 3.8.7?

DragonByte Tech 06-15-2014 06:14 PM

We have no plans to port this to vB 3.8 at this time, sorry :(


Fillip

Terrablade 06-15-2014 06:38 PM

Darn, Ok

Ashar 06-18-2014 12:20 AM

can i also use it for vb 3.8.8 or not ??

Iguana Goddess 07-01-2014 12:49 AM

Quote:

Originally Posted by DragonByte Tech (Post 2358203)
Please clarify what you mean by "things seem to be missing out of it".



Where did it say this? The ability to allow for invites only is a pro-only feature if that's what you were meaning to do. Couldn't quite tell with that vague post.

- Jon

You need to change how your descriptions reads because I wasted my time installing it believing this version would in fact allow invite only registration. How frustrating and such a waste of my time. Thanks alot.

ForceHSS 07-01-2014 12:53 AM

Quote:

Originally Posted by Ashar (Post 2502416)
can i also use it for vb 3.8.8 or not ??

Read posts before posting like post 70

DragonByte Tech 12-03-2014 09:35 PM

Advanced Registration v2.0.6

New Features:

New Field: Usergroup Selector
  • Instances can have a new field that allows the registrant to choose between select usergroups
  • Usergroups are defined in vBulletin Options
  • Useful for "faction"-based sites like MMO forums, etc

Bug Fixes:
  • (Pro) The "Usergroup Change" action did not correctly change the user's Title


Fillip

thunderclap82 02-23-2015 04:21 PM

Does this mod allow for customization of passwords? We'd like to require stronger passwords.

ForceHSS 02-23-2015 04:34 PM

Quote:

Originally Posted by thunderclap82 (Post 2538411)
Does this mod allow for customization of passwords? We'd like to require stronger passwords.

Use this mod for that

DragonByte Tech 07-27-2015 05:08 PM

Advanced Registration v2.0.6 Patch Level 1

Bug Fixes:
  • Users who have received an invite will now correctly see their email address filled out in the registration form
  • Invalid invite hashes will now produce a correct error log entry
  • In certain scenarios it was possible to register with an unintended email address


Fillip

DragonByte Tech 10-19-2015 08:52 PM

Advanced Registration v2.0.7

New Features:

Facebook Platform
  • Improved support for the Facebook platform
  • Offers better stability when registering via Facebook

Invite / Registration Hash
  • The hash can now be verified manually
  • Solves issues with missing or malformed emails

Maximum Daily Registrations
  • An optional limit can be added on daily registrations
  • Controlled globally
  • Optionally also per-instance

Changes to Existing Features:
  • Upon entering email to verify you will now be redirected back to the register page instead of forum index.

Bug Fixes:
  • Invite statistics were only showing last ten invites (not paginated).
  • Registered users on forums not allowing multiple registrations would see the verify email page when accessing the register page directly.
  • Uninstall file wouldn't delete every database table.
  • Resolved an issue where entering a malformed email could result in a broken error page.


Fillip

DragonByte Tech 11-16-2015 03:59 PM

Advanced Registration v2.0.7 Patch Level 1

Changes to Existing Features:
  • Added more details to the verify email page

Bug Fixes:
  • In certain scenarios, the welcome email would not be sent
  • In the ACP, "New Post" actions were incorrectly labeled "New Thread"
  • Global maximum registration had an improper configuration for its storage
  • In certain scenarios, the daily maximum registrations were not working as intended


Fillip


All times are GMT. The time now is 01:37 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
  • Page Generation 0.01312 seconds
  • Memory Usage 1,830KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete