Posted by Simon Goodchild at July 8th, 2012
You may want to hide one or more of the options on the community settings of a member’s profile page. This is easily accomplished with CSS which you can enter in Symposium->Styles->CSS in the WordPress admin dashboard.
Step 1: Use Firefox with the Firebug add-on to identify the ID of the section you wish to hide, or select it from the following list which should be self explanatory:
- symposium_settings_firstname
- symposium_settings_lastname
- symposium_settings_displayname
- symposium_settings_email
- symposium_settings_signature
- symposium_settings_notify_new_messages
- symposium_settings_notify_new_wall
- symposium_settings_notify_likes
- symposium_settings_forum_all
- symposium_settings_password
Step 2: Enter the following into the CSS box in Symposium->Styles->CSS (changing where appropriate to the ID you’ve chosen from the above list:
#symposium_settings_signature {
display: none;
}
Category: Tips and Tricks

Post Tagged with 


Saving...
Leave a Reply