The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Prevent changes to email address
Does anyone know of a plugin that would prevent members from changing their password once they have registered?
Thanks |
#2
|
||||
|
||||
I think you meant e-mail address. I believe a simple template edit, where you would remove the visible fields should be sufficient.
|
#3
|
|||
|
|||
Sorry - it should have read email address. Being a newbie to VB I am not sure of the (or how) template to edit. I am guessing that you would go into a template and remove the references to changing of the email address. I don't know if there is more than one template that has to be editted and what section of the template to change. If you could give me a little direction that would be great.
Thanks |
#4
|
|||
|
|||
Example:
You need to figure out what file might have text that says "Edit Email Address" since this is what shows up in your profile when you go to change your email address. Assuming you have a copy of VB on your computer for problems just like this. If you use Notepad++ you can find out real easy. Just open Notepad++ and click on Search then click on Find in Files.... type in what you want to search for like in this case "Edit Email Address". And pick your directory where you have your VB upload folder also check look in sub-folders and click search. It will come up with one hit located in "upload\install\vbulletin-language.xml" vbulletion-language.xml also has other areas of interest as in "Confirm New Email Address" and just "New Email Address" has 5 hits in the same file. I don't know enough about the coding to help you at this point, I learn from trial and error myself and then when I'm lost I ask. Just remember to make backups of your website and databases before messing with something like this unless you know what you're doing. Good luck, hope this helps. |
#5
|
|||
|
|||
Thanks. I will give it a try!
|
#6
|
||||
|
||||
Simply removing the input fields from the templates does not prevent users from changing their E-Mail-Adresses, it just makes it a libble bit more inconvenient as they will have to manually construct the required POST.
Add this Plug-in on hook profile_updatepassword_start PHP Code:
|
#7
|
|||
|
|||
Thanks for the help. Being new to VB (and not that much of a tech) I am not sure exactly how to go about "Add this Plug-in on hook profile_updatepassword_start". I have added mods in the past and they are quite straightforward but I think you are suggesting something different. Any direction you might be able to provide in this regard would be greatly appreciated.
Thanks. |
#8
|
||||
|
||||
<a href="https://www.vbulletin.com/docs/html/add_plugin" target="_blank">Adding or Editing a Plugin</a>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|