vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Avatar issues ?? (https://vborg.vbsupport.ru/showthread.php?t=145542)

PinkDaisy 04-23-2007 12:32 AM

Avatar issues ??
 
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...

Lucky Seven 04-23-2007 08:38 AM

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.

PinkDaisy 04-23-2007 11:11 AM

Any idea on how I would test this or what to look at??

Lucky Seven 04-27-2007 09:12 AM

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" />
If the information is simply being cleared out when you intend to save, some of the content in the code may look more like this, which is the reset button:
Code:

<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
The default vB design includes both options, as shown below:
Code:

<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />

That would be my initial guess for what the problem could be, but it's still possible that something else is wrong in the code.

PinkDaisy 04-28-2007 11:35 AM

Thanks for all yalls help. I think this was a glitch or whatever, it is not having problems now! :D


All times are GMT. The time now is 02:46 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01008 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete