Hello,
We have just realised that all users that are on our instance of SBS 3.0.6 have the ability to send emails to each other via the 'Connections' tab in their profile space. Is there any way to disable this function as not all our users have outlook as it is given 'as needed'
Thanks
Hi Paul,
The easiest way to disable this functionality would be to add the view-profile-friends-list.ftl to your global theme and modify this section of code to hide the Send as Email button:
<#if (rel.person.email?exists)>
<span>
<#assign profileFriendsSendmessagetoLabel><@s.text name="profile.friends.sendmessageto.label"><@s.param>${SkinUtils.getDisplayName(rel.person)}</@s.param></@s.text></#assign>
<a href="#" onClick="popMessageWindow(${rel.person.ID?c},'${profileFriendsSendmessagetoLabel?js_string}'); return false;"><span></span><@s.text name="profile.friends.sendmessage.link" /></a>
</span>
</#if>
Hope that helps! Thanks.
-Todd
Hi Paul,
There are a few options for that specific button:
1) Use CSS in your theme to just hide the button
2) Use a UI Components setup in a simple plugin to hide the button completely, more information on that here:
http://www.jivesoftware.com/jivespace/docs/DOC-3432
Hope that helps. Thanks!
-Todd
Jive combines collaboration software, community software & social networking software into the leading SBS solution.
© Copyright 2000–2009 Jive Software. All rights reserved.
915 SW Stark St., Suite 400, Portland, OR 97205