How do I allow users to customize their profile with CSS?
Allowing users to customize their profile
Task · How do I allow users to customize their profile with CSS? · Site users · Themers · Drupal 4.7.x · Insecure code
Last modified: August 25, 2009 - 03:02
Allow users to safely post CSS code while editing their profile to customize their profile (like MySpace).
Create a text-field profile category profile_css
Add to the top of your user_profile.tpl.php file:
<style type="text/css"><?php print $user->profile_css ?></style>You can even create your own wizard for users to use to customize their profile based on your stylesheets.
