vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - vbadvanced quick registration ( Excellent! ) (https://vborg.vbsupport.ru/showthread.php?t=207754)

christian8a 03-08-2009 10:00 PM

vbadvanced quick registration ( Excellent! )
 
1 Attachment(s)
People really join a site when the registration process is quick and easy, same way sites like facebook, bebo, and other ones does.

I bought a mod like this from somebody but I realized it was the same as the one I made before, I just needed to double check the profile fields entries, so here is my version.

Actual demo http://www.eibuddy.com

- Birthday
- Country
- State
- Gender or other profile fields you wish to add

Follow instructions provided.

Jasem 03-09-2009 12:49 AM

Good work, Thank you

installed

WreckRman2 03-09-2009 05:40 AM

We all appreciate your contributions to the community and a few of them are great but why do all of them have to be reworked for default use? They all include fields and hacks that others may not use.

sensimilla 03-09-2009 07:38 AM

Excellent, I would appreciate if you could share the invite your friends addon ;) TIA

jGas 03-09-2009 01:59 PM

Quote:

Originally Posted by IndyWebDesign (Post 1763798)
We all appreciate your contributions to the community and a few of them are great but why do all of them have to be reworked for default use? They all include fields and hacks that others may not use.

i think it's better if you have to modify it..so you'll tweak it and make it different from the other boards! :D

jGas 03-09-2009 02:10 PM

oh..i have a question! is there no captcha or other sort of human verification?
thanks!

christian8a 03-09-2009 04:35 PM

Quote:

Originally Posted by jGas (Post 1764045)
oh..i have a question! is there no captcha or other sort of human verification?
thanks!

Im trying to add it, as soon as is done I will post it here ;)

Preech 03-09-2009 06:32 PM

I like the idea...This will really help. But without the human verification it's not for me. Good Mod though.

HaZe_X 03-10-2009 03:49 AM

i Cant upload, I keep getting "invalid file" via the admin cp

amerelgen 03-10-2009 04:12 AM

at Upload file Vba_quickregistration.xml

Management letter

Specified the wrong file ?

Theater 03-10-2009 08:16 AM

This would be incredibly useful for me if it had the image verification function working with it. Would it also be possible to automatically include any "additional required information" questions we may have setup in this form? Tagged for later.

@HaZe_X and amerelgen: Make sure you are using the vBa CMPS > Download / Upload Module function instead of vBulletins.

Skyrider 03-10-2009 11:11 AM

Awesome! Going to check / install this later on today when I get back at home.

amerelgen 03-10-2009 12:03 PM

Quote:

Originally Posted by Theater (Post 1764700)
This would be incredibly useful for me if it had the image verification function working with it. Would it also be possible to automatically include any "additional required information" questions we may have setup in this form? Tagged for later.

@HaZe_X and amerelgen: Make sure you are using the vBa CMPS > Download / Upload Module function instead of vBulletins.

Where are this CMPS> Download / Upload ?

moon_spell 03-10-2009 04:47 PM

hey great job ! but if you make this form as vbulletin login form ! is it possible ? it means put the same style of this hack on this page http://s5.tinypic.com/690q2w.jpg
and the users are avalable to do register or login !

please make this

best regards

christian8a 03-11-2009 07:03 AM

Quote:

Originally Posted by moon_spell (Post 1765032)
hey great job ! but if you make this form as vbulletin login form ! is it possible ? it means put the same style of this hack on this page http://s5.tinypic.com/690q2w.jpg
and the users are avalable to do register or login !

please make this

best regards

Good idea, ill see what I can do

Theater 03-11-2009 08:34 AM

Quote:

Originally Posted by amerelgen (Post 1764839)
Where are this CMPS> Download / Upload ?

If you don't know where it is then chances are that you don't have vBAdvanced installed which makes this mod useless for you. If you do have it installed it's under the vBa CMPS menu in the AdminCP.

jGas 03-11-2009 01:03 PM

Quote:

Originally Posted by christian8a (Post 1764175)
Im trying to add it, as soon as is done I will post it here ;)

thanks ;)

ccole513 03-12-2009 10:24 AM

Thanks for sharing this mod with us Christian, as well as the others you have contributed to this community. Here’s my issue: Members are receiving a security token error when submitting their registration form. When I attempted to register, I received a message stating that I had left a required field blank, when in actuality I hadn’t.

I’ve made the appropriate changes with regard to profile fields, but I’m assuming I’ve overlooked an essential edit which results in this hitch. Do you know what’s wrong?

kahethu 03-12-2009 11:34 PM

I get the error
"The file you have uploaded is not a valid module file." when trying to upload from vBa CMPS

any ideas?

rbenjamind 03-13-2009 01:45 AM

Is there any possible way to include this as an addition on the forumdisplay / forum list / homepage? I've installed the CMS module but at the moment i'm not using it as a forum home page, but as an additional page which I plan to integrate in time.

christian8a 03-13-2009 03:36 AM

Quote:

Originally Posted by ccole513 (Post 1766349)
Thanks for sharing this mod with us Christian, as well as the others you have contributed to this community. Here?s my issue: Members are receiving a security token error when submitting their registration form. When I attempted to register, I received a message stating that I had left a required field blank, when in actuality I hadn?t.

I?ve made the appropriate changes with regard to profile fields, but I?m assuming I?ve overlooked an essential edit which results in this hitch. Do you know what?s wrong?

I am sure it is a profile field that you have set to display at the registration page or the option: required / yes

sensimilla 03-13-2009 09:14 AM

How do I put a background image into module ? Thanks in advance..

adultbb 03-13-2009 03:04 PM

Thanks mate :)

Installed and Marked :)

ccole513 03-16-2009 07:19 AM

Quote:

Originally Posted by sensimilla (Post 1767068)
How do I put a background image into module ? Thanks in advance..


Find:
Code:

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">

Before the ">" add:
Code:

style="background-image: url(); background-repeat: no-repeat;"

sensimilla 04-04-2009 06:00 PM

Quote:

Originally Posted by ccole513 (Post 1769413)
Find:
Code:

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">

Before the ">" add:
Code:

style="background-image: url(); background-repeat: no-repeat;"


Thanks mate, helpful!

Crazy-Achmet 05-05-2009 09:21 PM

Hey christian8a, any news on the human verification integration? Would be really helpfull! ;)

Thanks in advance

hpidriver 09-05-2009 06:04 PM

This would be an amazing mod with human verification!

carelate 10-12-2009 02:27 PM

I am new to using vBulletin Advanced...

Can someone point me to instructions on how to use this add on to replace the default registration for vBulletin? I have installed VB advanced and uploaded the module... But need assistance in how to implement this.

Any help is greatly appreciated!


All times are GMT. The time now is 09:13 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.04792 seconds
  • Memory Usage 1,776KB
  • 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
  • (4)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete