Posted by himagarwal on August 23, 2009 at 6:47pm
Jump to:
| Project: | Advanced Profile Kit |
| Version: | 6.x-1.0-beta1 |
| Component: | User interface |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Is it possible to remove the "profile title" from the user profile, it will be confusing for users. I know I can disable it for registration which is good.....but don't know how to disable it in user profile.
Comments
#1
Have a look at http://drupal.org/project/auto_nodetitle
Michelle
#2
I think auto_nodetitle can do the job and I also tried it after your suggestion but since I don't know php coding I was not able to hide and generate auto title (username) for the "profile title". Anyway thanks for your help. :-)
#3
You don't need to know PHP. Just use the tokens. You can do like "Profile of [username]"
Michelle
#4
Yes you are right. I selected "Automatically generate the title and hide the title field" and used the token "[username]" in Pattern for the title and it worked. Thank you so much Michelle. :-)
#5
Great, glad you got it working. :)
Michelle
#6
Automatically closed -- issue fixed for 2 weeks with no activity.
#7
can someone please help me with this. not sure how to apply this token. I would not like the "profile title" field to be mandatory when a user is editing their profile.
any help is appreciated thank you.
#8
This issue already explains it to the best of my ability. If you need more help using auto nodetitle, I suggest asking in their queue.
Michelle
#9
Not sure when this changed, but you need to use "Profile for [author-name-raw]", rather than [username], unless I'm missing something. Anyway, that works for me.