vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Board Optimization - Registration Optimization | vBsocial.com | (https://vborg.vbsupport.ru/showthread.php?t=254438)

LisaArnold 07-23-2011 09:54 AM

Thanks, works nicely with 4.1.4 pl2 :)

Lostboyfan 08-11-2011 05:39 PM

Tagged for later.

Alecsmith 08-17-2011 06:42 AM

Installed working on Vb 4.1.5 :)

kfyonur 08-17-2011 07:31 AM

it is working on 4.1.4 thanx.

LisaArnold 08-21-2011 01:35 AM

Installed using 4.1.5 pl1 and it works :)


Added:
Actually, no it's not working for me. :(

LisaArnold 10-23-2011 10:51 PM

I'm still working on the rebuild of my website and decided to add a (test dummy) regular member account (non admin) for testing purposes, but when I go to register as a new member is says:

Quote:

The following errors occurred during your registration

You have entered an invalid birthday.

There is NO field for adding a birthdate for me to put it in. :(

I've tried to find that requirement option to turn it off in the admin panel (Settings/Options) but can't find it anywhere.

How do I either add the birthday requirement field to the registration form OR how do I turn that requirement off?

I really want this to be a part of my rebuild of my website, so hope someone is able to help me get this sorted out.

Thanks in advance for all/any help. :)

Gemma 10-24-2011 07:37 AM

Quote:

Originally Posted by LisaArnold (Post 2260701)
I'm still working on the rebuild of my website and decided to add a (test dummy) regular member account (non admin) for testing purposes, but when I go to register as a new member is says:



There is NO field for adding a birthdate for me to put it in. :(

I've tried to find that requirement option to turn it off in the admin panel (Settings/Options) but can't find it anywhere.

How do I either add the birthday requirement field to the registration form OR how do I turn that requirement off?

I really want this to be a part of my rebuild of my website, so hope someone is able to help me get this sorted out.

Thanks in advance for all/any help. :)

AdminCP > Settings > User Profile Options

Require Date of Birth - set to No

LisaArnold 10-24-2011 08:54 AM

Thank you so much for that, Gemma. :up: It was driving me nuts trying to find that option. :)

BTW, does anyone know if you can actually have the DOB requirement in the shorter registration? Or is that the whole idea of a shorter registration (to eliminate things like that)?

Gemma 10-24-2011 09:06 AM

Find:

Code:

{vb:raw human_verify}                                         
</div>

Below that add:
Code:

<vb:if condition="$show['customfields_profile']">
            <h3 class="blocksubhead">{vb:rawphrase additional_required_information_profile}</h3>
            <div class="section">
                <vb:if condition="$show['birthday']">{vb:raw birthdayfields}</vb:if>
            </div>
        </vb:if>


LisaArnold 10-24-2011 09:20 AM

OMG, Thank you Gemma. :up: :D :up: You're a champion! :cool:

You're definitely going to get a mention when I do the writeup of all the mods etc, I used to complete my site rebuild (once it's completed) and I'll be publishing it on my site for all to see. :)


All times are GMT. The time now is 12:53 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.01067 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (2)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