I need the ability to attach fields to users (different depending on their role). For my use case I have a company and job role, each require different fields on their user accounts.... What the best way to do this?
I'm busy with Drupal 7 (awesome!) and I'm tinkering with content types. I'd like to create a content type field that accepts dutch license plates, which are in the form of XX-XX-XX or XX-XXX-X.
X is always uppercase alphanumeric.
How can I validate if it's posted in either format?
I'm creating a multilingual social network and planning following functionality for i18n/l10n:
Users have the list of available languages on their account editing pages. This list is divided into two parts:
- Interface language
- Content languages
While the former meaning is evident, the latter having plural in its name and is going to be used actively by every View to filter out nodes which language is not in the user's list.
Is there ready to use views handler for this?
Is there a module implementing user prefered language feature described above?
I created a content type and set it to be a groups content. Now when I create a node of this type its allowed to select a group to where the node be bound. But I don't want users to be allowed to do so - if they ARE on the group's pages (viewing other nodes of the group) they shouldn't be able to select group again.