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.
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
Comment #1
michelleHave a look at http://drupal.org/project/auto_nodetitle
Michelle
Comment #2
himagarwal commentedI 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. :-)
Comment #3
michelleYou don't need to know PHP. Just use the tokens. You can do like "Profile of [username]"
Michelle
Comment #4
himagarwal commentedYes 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. :-)
Comment #5
michelleGreat, glad you got it working. :)
Michelle
Comment #7
glitz commentedcan 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.
Comment #8
michelleThis 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
Comment #9
dunx commentedNot 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.