Hi I am planning on changing my site and want to customize some of the member profile features. Is there anyway I can remove the Friends, RSS, and Group sections of member profiles, including the links that appear in these sections ?

Thanks in advance.

Views: 139

Reply to This

Replies to This Discussion

I've never had this question, but it should be doable. There is no built-in setting to do this. But we should be able to remove the entire modules from profile pages via CSS. But here's the catch. If you allow Profile Page customization, you would have to add the CSS to Custom Code Box, instead of Advanced CSS. Why? Otherwise, profiles that have customization would override your CSS. And, the Custom Code Box loads last, so they would see the modules briefly on load.

If you allow Profile Page Customization, add this to Custom Code Box under Tools. This should override their CSS:

<style>
.xg_widget_profiles_profile_show .module_groups, .xg_widget_profiles_profile_show .module_feed, .xg_widget_profiles_profile_show .module_members {
display:none!important;
}
</style>

If you do not, add the code to Advanced CSS:

.xg_widget_profiles_profile_show .module_groups, .xg_widget_profiles_profile_show .module_feed, .xg_widget_profiles_profile_show .module_members {
display:none!important;
}

Hope that helps,

Jen

Hi Jen

Thanks.

I appreciate your response and will try that.

I am looking at using my network to communicate with and support clients, rather than as a social network.  So each client needs a profile and to be able to login, and access stored information. But they don't need to communicate with other members nor visit their profiles.

Thanks

George

ahhh, that makes perfect sense. Thanks for sharing. I did wonder. ;-)

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips