The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to disable the Edit Email&Password funcion?
How to disable the Edit Email&Password part in Edit Profile ?
I'm not referring this part. I searched the template and found it in usercp_shell and deleted it already. |
#2
|
|||
|
|||
I'm not quite sure what you're asking. You said you deleted it already, so do you just want to make sure the script is disabled? If so, you could create a plugin using hook profile_start and code like:
Code:
if ($_REQUEST['do'] == 'editpassword') $_REQUEST['do'] = 'editprofile'; |
#3
|
||||
|
||||
No, he said he disabled it in the menu at the left (second screenshot). He asks how to disable the section in the edit profile page. Which I can't answer right now, just trying to "translate"
|
#4
|
|||
|
|||
Oh, OK, so you found the template for one of them but not the other? Then I think you want template modifyprofile which is under Modify User Option Templates.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|