By Deterius on
Hey, im running more or less basic 5.x installation with a few modules,
the issue is:
I created several new fields in the profile section, however when i go to update new information in these fields it dosent save them.
However, when I register a new user and fill out that inforamtion, I can create and edit those fields no problem.
site: http://www.paciber.org/drupal5/index.php?q=user/6
The reason this important is I want users to be able to browse and access other users information, that will be frequently updated.
Should I use some sort of module for that?
Comments
Using Drupal 5.0 or Drupal
Using Drupal 5.0 or Drupal 5.1 ?
I noticed some anomolies that were introduced with the 5.1 installation with the profile.module.
5.0
Im using 5.0
Having the same issue on my site
I can create new profile fields, edit them in the user/1/edit screen, i can enter text in the fields, hit save, Drupal tells me the changes have been saved. When i return to the user/1/edit screen, the fields are empty.
Drupal 5.1
Found the cause
Hi,
I have found a work-around. Deterius does the categorie of the custom profile field contain spaces?
The action of the form which update the profile fields breaks at the space. Change the name of the categorie to something with no spaces and the form works!
Hope this helps. Does this qualify for a bug report ?
regards,
Joe
no bug. underscores or
no bug. underscores or dashes should be used as a seperators.
Thanks
Thank you for you reply Kenn.
It IS a bug
The author of this thread and myself have problems with the "Category" field where the description sais:
This description including the example is ok, but the implementation in 5.1 is not :-(
Unfortunately, the category contained in the form post action is truncated at the first space. With the example above, the form tag looks like this:
The correct code should probably produce:
Cheers,
Daniel
Thank you Joe One
Thank You for pointing that out. I had been struggling with this for hours. It would have been nice if the module displayed a warning or a help-text tip warning about using spaces.
Thank you very much.
it does, I pulled the quote
it does, I pulled the quote in my last post from the profile fields description text.
Hi, I'm a newbie at Drupal
Hi,
I'm a newbie at Drupal and this issue had me flummoxed for a while too until I stumbled upon this post. Anyway what confused me was this explanation under the category text box:
The category the new field should be part of. Categories are used to group fields logically. An example category is "Personal information".
So I followed the explanation and used a space. I didn't realise that the information under the form name also referred to the category.
Thanks for clearing that all up for me though!