snippets

Getting Full HTML for Profile module fields & specific roles

Getting Full HTML for Profile module fields & specific roles

Task: Recently a client asked for a simple yet flexible and scalable solution to modify the user profile output for a particular role (client is using the profile module). The client also wants to grant this role full html privileges with certain profile fields.

By default, the profile.module runs each... (read more)

Drupal: List child taxonomy terms of current parent term

Drupal: List child taxonomy terms of current parent term

Task: On a recent project a client asked for the following: when visiting a taxonomy term, if that term has children, to display a new block displaying the children terms. The block would also need to have the parent term as the title. (read more)