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 the most powerful features of collaboration software, community software,
social networking software & social media monitoring into the leading SBS solution.
© Copyright 2000–2010 Jive Software. All rights reserved.
915 SW Stark St., Suite 400, Portland, OR 97205
Sales: 877-495-3700 | General: 503-295-3700
Privacy Policy | Sitemap | Jobs | Contact Us