The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Turn off/disable inline profile editing?
Is it possible to turn off/disable inline profile editing?
I'm talking about where if your viewing your own profile in the about me tab you can edit your details (bio, location etc) from there rather then having to go to the usercp > Edit Your Details, I want to disable this. Notice to mod: I've done it again, this should be in vb3 Discussion forums, please move. |
#2
|
|||
|
|||
Moved.
|
#3
|
||||
|
||||
This would require editing a core file, are you sure you want to do this?
|
#4
|
||||
|
||||
Ok you would need to change the contents of your clientscript/vbulletin_profilefield_edit.js
Find and remove the following: Code:
function vB_ProfilefieldEditor_Factory(){this.controls=new Array();this.open_fieldid=null;this.loading=false;this.init()}vB_ProfilefieldEditor_Factory.prototype.init=function(){this.control_image=new Image();this.control_image.src=IMGDIR_MISC+"/userfield_edit.gif";var A;if(vBulletin.elements.vB_ProfilefieldEditor){for(var B=0;B<vBulletin.elements.vB_ProfilefieldEditor.length;B++){A=vBulletin.elements.vB_ProfilefieldEditor[B];this.controls[A]=new vB_ProfilefieldEditor(A,this)}vBulletin.elements.vB_ProfilefieldEditor=null}this.progress_image=new Image();this.progress_image.src=IMGDIR_MISC+"/11x11progress.gif"}; |
#5
|
|||
|
|||
I am.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|