View Full Version : [Question] Disable image Upload in Profil from a URI
Chaya_
12-10-2014, 10:17 AM
Hello,
i need to deactivate / disable any Image Uploads by an URI in User Profile settings .. seems like this ...
https://vborg.vbsupport.ru/external/2014/12/23.png
Same in User Picture and Signature...
Pls help me to deactivate it ...
Black Snow
12-10-2014, 10:24 AM
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:
<input type="text" class="primary textbox" name="avatarurl" id="avatarurl" dir="ltr" disabled>
Chaya_
12-10-2014, 10:37 AM
https://vborg.vbsupport.ru/external/2014/12/22.png
It works, i have remove some upload code from template and so it is deactivated :D Language pharses modified and works fine !
Black Snow
12-10-2014, 10:40 AM
Just adding "disabled" to the code would have been all you needed to do. It would have still shown the box of course.
Chaya_
12-10-2014, 10:41 AM
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 ...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.