How to allow registered users to put their own headings in their page?
Hi sir,
I am developing a site in Drupal 5.7
Which theme I have to use to allow individuals (registered users) to put their own headings in their page?
i.e. the idea is to let individuals customize the heading on their page.
Is their any way to achieve this functionality?
Regards,
-minto
评论
What kind of heading?
Node Profile might let you do this, that is, if it allows users to edit their own profile-node. Other than that, I would suggest creating a profile field that allows HTML. Maybe I need you to explain further what you mean by 'heading'. Is there an example out on the Internet that you want to mimic?