The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help to control field
Hello,
FOR The citizenship number which has include 11 numbers will be required in FIELD15. When the guests complete all required information and press Complete Registration buton then the system should check all information which are entered in FIELD15 like username and email address whether it includes the same information or not, as similarly it should check the citizenship number. For this, I'll try to write a plugin, Please help? I will use this code http://roshanbh.com.np/2008/04/check...hp-jquery.html What is the variable to control field15 hook name? |
#2
|
||||
|
||||
No need for a plugin, use REGEX. In your profile field manager at the bottom of the profile field data you will see it as an option
Regular Expression You may require the input field to match a regular expression (PCRE). Code:
^[0-9]{11}$|^$ 12345678987 Or it will match nothing. |
#3
|
||||
|
||||
No no
In other registered members,
same data for control |
#4
|
||||
|
||||
Oh, you already made a thread about that before, didn't you?
Why does the value have to be unique? Do you really expect people to try to input something that's already taken? |
#5
|
||||
|
||||
<div align="left">Plugin did not write one.
I'm trying to write it myself. This 11 character number is unique. This is the number of citizenship in Turkey. </div> |
#6
|
||||
|
||||
i use the same method for my registration but i use it as zipcode (US). That is to curb spam registration and it works very effective...
|
#7
|
||||
|
||||
Yes, why must it be unique? Do you think that people will try to insert someone else's number?
|
#8
|
||||
|
||||
My forum is a private forum.
To avoid double registration with the same nationality number will use AND Citizenship and the required number in the mandatory registration
This feature is not for spam membership. |
#9
|
||||
|
||||
My bad English
I'll try to explain it word by word forum.com/register.php?do=register Field40 Attachment 96899 Results to show the message This code is placed there, may I know how? hook? "<div id="status"></div>" I just had this problem Would you please help? Thank you |
#10
|
||||
|
||||
Does no one to help in this matter?
Very important for me! --------------- Added [DATE]1237994396[/DATE] at [TIME]1237994396[/TIME] --------------- Quote:
and For Single-Line Text Box field15 eval('xxxxxxxxxx .= "' . fetch_template('my_template') . '";'); OR Codes find -> replace Would you please help? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|