drupal - Add body class based on user field content -
in drupal, i've set things users can upload "background image" account page. custom image field i've added.
how can have body class added based on whether user has uploaded background image, removed if no background image has been uploaded. i've tried using context and/or panels modules, haven't had luck.
would appreciate insight or might have.
cheers, ev
you use preprocess_user_profile in custom module. check user ($variables ['elements']['#account']) see if field exists, if add class, there's explanation here on how add classes.
Comments
Post a Comment