PDA

View Full Version : Please Help


Wood 20th*
06-16-2010, 02:03 AM
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
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.