Moving the webform required marker
The concept of what I want to do is simple:
Using Drupal 7 + Webforms, I wish to move the "required marker" from after the field label, to after the label itself.
Consider this example:
Read moreGetting Menu_Id for a Menu-Block placed in a Region of a Theme
Hello!
This may be OT here - in case it is, maybe you can point me to the right place to post this.
I'm working on a theme for a non-profit website. I've been googling for a whole day without finding a solution.
I want to achieve the following:
Menu-Blocks that are placed in a certain region of my theme need to be processed to change their markup. Processing is not hard to do. But how can I get the following info from drupal:
- Is there a Block containing a Menu in a certain region?
- If so, what is the menu_id of this menu, so that my theme can process the menu tree?
Overriding the User Registration Form
Hi all,
I have a bit of a problem that you might be able to help me with. I am using the content profile for users to create a profile and expose most of the fields created with it on the user registration form. I am running into a problem with the administration of users as I have multiple names for a single person. I have the username that the user logs in with, a legal name, that is only seen by the logged in user and any administrators, and an artist name that is used on the publicly viewable profile page. My problem is that when an administrator want s to either moderate, block or delete a user, he has to visit the profile, get the artists username, head to the user administration and search for the username there.
Read more