I'm using "Automatically generate the title and hide the title field" to set the titles of my content_profile user profiles. I set the pattern to be to the two CCK fields I want to be called in (first and last names) for the title. I saved and then checked out the profile. Nope, the original username title is still showing! How can I correct this?

Thanks!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NathanM’s picture

I'm having a similar problem. The node title is hidden on the creation/edit form. However, it is showing on the actual node display. Anyone find out a way around this?

Anonymous’s picture

Same problem also.

NathanM’s picture

Anyone fix this yet?

kclarkson’s picture

Any thoughts?

g.k’s picture

same problem here. It was working fine and recently it started happening on content profile creation and on update it calculate the token, and everything works fine.

mjstone323’s picture

Me too - it was working just fine, and then it stopped working.

g.k’s picture

It has something to do with tokens, I replaced with php code and it's working fine.

mjstone323’s picture

I was actually using php code that was working before. What's working for me now is to update the title with a triggered rule. It's a little more work but it does the trick!

spessex’s picture

Same problem. 'Automatically generate the title and hide the title field', token 'Pattern for the title' is not working and just shows the actual tokens instead of the replacement pattern. I.e it shows [node:field-company-details:field_client_job_description] and not the 'actual' replacement desciption

Dimas_’s picture

The same here. I've to manually save the node (profile) to get title updated.

#7 and #8 can you post more information?

Roar-1’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

Same problem here.

olisb’s picture

Component: User interface » Code
Priority: Normal » Major

bumping this up to major as the module does not seem to work as intended without this functionality

BrightBold’s picture

Same here. Very weird. This is a site built on Commerce Kickstart — I wonder if some other module is interfering with Auto Nodetitle.

My pattern is [node:field-first-name] [node:field-last-name] and my setting is Automatically generate the title and hide the field. The title does get generated after save, but the title isn't hidden and you can't save the node without entering something since the title field is required.

alinajm’s picture

Same for me, I am working with "Commerce Kickstart " and token is not working for Titles and also in Taxonomy :(

alinajm’s picture

Issue summary: View changes

I installed Automatic Entity label module instead of "Automatic Nodetitles"
Token works properly with this module for Title of content and also for Title of Taxonomy.
Also I checked "Automatically generate the label and hide the label field " and it works well. :)

JustMagicMaria’s picture

Confirmed this is still an issue and I am also using "Commerce Kickstart".

x7ian’s picture

Im having the same issue with Drupal Commons! :-(

manish-31’s picture

I've checked all cases the title field from the add content form is hidden , and correct title is generated.

manish-31’s picture

Status: Active » Needs review
gaurav.kapoor’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Dimas_’s picture

Is it possible, please, to have it fixed in the 6.x branch? Thx

lubwn’s picture

I still have the same problem. Any fix?