vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Please Help (https://vborg.vbsupport.ru/showthread.php?t=244697)

Wood 20th* 06-16-2010 02:03 AM

Please Help
 
I`m not sure exactly how to explain this, so I will do the best that I can so please bare with me.
VB4 on the profile page there is a tab that is about me and an option that will allow the member to edit his info. for some reason.. the edit value is not working and I am not sure what the code is and where it would go to hook to the edit option.

I hope I explained it well. I`ll post a image of what I`m referring too if required
https://vborg.vbsupport.ru/external/2010/06/53.jpg

thanks in advance

Mark

Lynne 06-16-2010 02:44 AM

Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

ChopSuey 06-16-2010 07:27 AM

Are ALL Ajax features enabled on your forum?

Wood 20th* 06-17-2010 03:48 PM

Quote:

Originally Posted by ChopSuey (Post 2054372)
Are ALL Ajax features enabled on your forum?


Thanks but I'm not sure what you mean by that but I will check.. Edit... Yes they are all enabled.

ChopSuey 06-17-2010 03:58 PM

Settings > Options > General Settings

Scroll down to "Disable all ajax features"

What's that setting?

RollingRock16 06-17-2010 05:58 PM

I fixed it on our site wood. There was a javascript problem in vbulletin_profilefield_edit.js

in the statement:
this.control_image.src = this.factory.progress_image.src

progress_image never was defined because it's initialization code was not ever run. I added the right code in the init function and now the profile field editing works.


All times are GMT. The time now is 12:04 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.01014 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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