The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
When you go to input a new avatar and click on the browse button, find your avatar, and when you go to hit save changes, it completely clears out the info you just 'browsed' for and of course doesn't upload your avatar.
What could be causing this?? thanks for any help... |
#2
|
|||
|
|||
![]()
It sounds like an issue with the coding around the submit/save button, since those actions would be something likely to happen with a reset button.
|
#3
|
||||
|
||||
![]()
Any idea on how I would test this or what to look at??
|
#4
|
|||
|
|||
![]()
I'd start with Modify User Options Templates >> modifyavatar
The code for the submit button should look like: Code:
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" /> Code:
<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" /> Code:
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" /> <input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" /> |
#5
|
||||
|
||||
![]()
Thanks for all yalls help. I think this was a glitch or whatever, it is not having problems now!
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|