
IBM Connections Cloud: Rakin’ in the 💙s
Now you can put your heart into it when you like something in Connections Cloud. The new heart icon has universally replaced the word “Like” or, in some places, the happy face icon.
Now you can put your heart into it when you like something in Connections Cloud. The new heart icon has universally replaced the word “Like” or, in some places, the happy face icon.
Here’s how to enable @mentions and inline likes in IBM Connections 4 CR2 (the features were included in the release but no documentation was available for how to enable them): 1) add the following to LotusConnections-config.xml (under <versionStamp> at the bottom) <properties> <genericProperty name=”com.ibm.connections.ublog.AtMentionsEnabled”>enabled</genericProperty> <genericProperty name=”com.ibm.lconn.microblogging.inlineLiking”>enabled</genericProperty> <genericProperty name=”com.ibm.lconn.microblogging.peoplePicker”>enabled</genericProperty> </properties> 2) Perform a full synchronisation of […]