vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   how to add some info on register form ? (https://vborg.vbsupport.ru/showthread.php?t=201445)

DesiSugar 01-11-2009 09:00 PM

how to add some info on register form ?
 
I want to add some information on register form.
Add this info below of the register email table.

Quote:

Please provide a REAL E-mail address (we will send an activation code after registration)
Demo


Can anyone tell me how to do this...??

Bellardia 01-11-2009 09:03 PM

Edit: better of doing inline validaton..

DesiSugar 01-11-2009 09:12 PM

Quote:

Originally Posted by Bellardia (Post 1708976)
A hook on register_addmember_process that validates the email with a regular expression.

Can you please give me th code ??
i found that code on register.php

PHP Code:

($hook vBulletinHook::fetch_hook('register_addmember_process')) ? eval($hook) : false


Bellardia 01-11-2009 09:22 PM

You could try this product
https://vborg.vbsupport.ru/showthrea...ht=valid+email

Not sure if it works on 3.7/3.8

DesiSugar 01-11-2009 09:31 PM

Quote:

Originally Posted by Bellardia (Post 1708992)
You could try this product
https://vborg.vbsupport.ru/showthrea...ht=valid+email

Not sure if it works on 3.7/3.8

bro i think u dont understand that.
i am talking about this.

how to edit this register form

Bellardia 01-11-2009 09:33 PM

In order to ensure a valid email address is added...
Do you just want inline validation to make sure everything is filled in?

DesiSugar 01-11-2009 09:35 PM

Quote:

Originally Posted by Bellardia (Post 1709008)
In order to ensure a valid email address is added...
Do you just want inline validation to make sure everything is filled in?

yeah can you plz tell me how to edit this.

Bellardia 01-11-2009 09:57 PM

Use javascript with the onsubmit action of the register form that calls a function to validate the email. Have a hidden div above the email boxes, if the validation fails, populate the div with an error message and stop the form from submitting. If validation passes, submit the form.

If you don't know javascript or css I can't really help you further.

Here's a mod for it:
https://vborg.vbsupport.ru/showthrea...stration+valid

DesiSugar 01-12-2009 04:58 PM

1 Attachment(s)
Yup already installed that mod before...
but i am talking about this information
It should be set above of the email box on Red color...
Code:

Please provide a REAL E-mail address (we will send an activation code after registration)
Demo

Attachment 92434

DesiSugar 01-12-2009 08:45 PM

is there anyone here who help me...


All times are GMT. The time now is 02:36 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.01550 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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