I would want to add some features to the user account. Like adding some text fields or give the possibility to upload images or videos.
Those data should be available on the website.
Has anyone has an idea about how this would be possible with an existing module ?
When i create a multiple value Text field or a List type field with the Fields UI, how do i get the output to be an unordered or ordered list instead of multiple divs.
Ok, Drupal is not as easy as I thought, and I'm pulling my hair out at this point.
Why is it that my front page does not have the navigation blocks like on the other pages? I have added additional blocks for navigation and a couple of other with content. They are on all my pages except the front page. I want them to also show on my front page. What am I doing wrong?
Hi, I'm trying to customize the user profile pages on my site and I'm using the profile2 module. My question, however, is how do I remove the large username header on a user's profile page.
Right now, I'm using user-profile.tpl.php in my theme folder to customize my output. But, it appears that the username header at the top is rendered before the user-profile.tpl.php is rendered, so I cannot control the output of this username header.