The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing Password.
Right, i will keep it short.
basically i disabled editing users emails from profile.php Code:
else { $show['edit_email_field'] = false; $navbits[''] = $vbphrase['edit_email_and_password']; } so basically i need to disable the email check field while user changing/editing his password. can anyone help me please? Also forums linked to online game, so u use your vbulletin logins to log in, thats why i need to make it so no one can changes his email to avoid hackings and such stuff. Sorry if this isnt the right section but im lost really lol. --------------- Added [DATE]1256512539[/DATE] at [TIME]1256512539[/TIME] --------------- Bumping as i really need to fix it asap, no one can change his password on forums, Anyone ? -_- Seems like i cant bump! good one |
#2
|
||||
|
||||
Perhaps add in a hidden input field for the email. That way the email is in the form, but it isn't editable. (Why didn't you just change the email form input box to hidden in the first place?)
|
#3
|
|||
|
|||
How is that done, sorry im not that good afterall with vbulletin.
Thanks in advance! |
#4
|
||||
|
||||
Instead of (example!):
HTML Code:
<input type="text" class="bginput" name="email" value="$bbuserinfo[email]" size="50" maxlength="50" dir="ltr" />
HTML Code:
<input type="hidden" class="bginput" name="email" value="$bbuserinfo[email]" />
|
#5
|
|||
|
|||
i'll give it a try, thanks lynne pretty much appreciated.
--------------- Added [DATE]1256594113[/DATE] at [TIME]1256594113[/TIME] --------------- Nope sadly didnt work, i think its something from the profile.php, updating password bit, theres email confirm,email verify in the steps, i dunno how to disable it :/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|