The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[Question] Disable image Upload in Profil from a URI
Hello,
i need to deactivate / disable any Image Uploads by an URI in User Profile settings .. seems like this ... Same in User Picture and Signature... Pls help me to deactivate it ... |
#2
|
|||
|
|||
if you find the code in the template for these upload input boxes, just add "disabled" to the end of the input to stop them being edited or submitted.
Something like this: Code:
<input type="text" class="primary textbox" name="avatarurl" id="avatarurl" dir="ltr" disabled> |
#3
|
|||
|
|||
It works, i have remove some upload code from template and so it is deactivated Language pharses modified and works fine ! |
#4
|
|||
|
|||
Just adding "disabled" to the code would have been all you needed to do. It would have still shown the box of course.
|
#5
|
|||
|
|||
vBulletin has some issues and Bugs in the code... better remove ++++ing code before you are infected by an hacker... Loginform is some issue codes for hacking with file injection ...
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|