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)

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


All times are GMT. The time now is 09:37 AM.

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.01214 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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