Skip to main content

IBM Connections 4.5 CR4 released – new features are available

IBM released CR4 for IBM Connections 4.5 yesterday evening.

You can download CR4, TDISOL and some Cognos Updates at following links:

New Functions
#

After deploying CR4 you can enable some new features:

Hash tags in status update replies
#

Add

<properties>
    <genericProperty name="com.ibm.connections.ublog.hashtagCommentEnabled">enabled</genericProperty>
</properties>

to lotusconnections-config.xml

Now you can use hash tags in replies.

Selection 20140401 100757 001

Include file links in status update replies #

Activate with:

<properties>
    <genericProperty name="com.ibm.connections.ublog.attachmentCommentEnabled">enabled</genericProperty>
</properties>

Now you get a add file in the reply window and you can attach one file:

Selection 20140401 101027 001
Selection 20140401 101058 001

Expose activity stream search in the user interface and filter by
#

hashtag

Activate with:

<properties>
    <genericProperty name="com.ibm.social.as.hashtagSearchEnabled">true</genericProperty>
</properties>

Search find hashtags in the activity stream now.

Selection 20140401 103520 001

Community Folders
#

Add following code to files-config.xml:

<folder>
    <community>
        <communityFolder enabled="true"/>
    </community>
</folder>

With this feature you can add folders in the files module of your community or in the community overview.

Selection 20140401 103048 001
Selection 20140401 103650 0011

It is possible to share existing folders and create new ones:

Selection 20140401 103131 001

@mentions via the activity stream API
#

Activated by default, no additional configuration needed! I did not test this feature, but i think it is good.

Properties section of lotusconnections-config.xml after applying CR4
#

To activate the new features of CR2 (nextGen Theme), CR3 (badging) and CR4 i have following settings in my lotusconnections-config.xml:

<properties>
    <genericProperty name="com.ibm.lconn.core.web.request.HttpRequestFilter.IECompatMode">false</genericProperty>
    <genericProperty name="com.ibm.lconn.core.web.styles.theme.default">gen4</genericProperty>
    <genericProperty name="com.ibm.connections.news.badgingEnabled">enabled</genericProperty>
    <genericProperty name="com.ibm.connections.ublog.hashtagCommentEnabled">enabled</genericProperty>
    <genericProperty name="com.ibm.connections.ublog.attachmentCommentEnabled">enabled</genericProperty>
    <genericProperty name="com.ibm.social.as.hashtagSearchEnabled">true</genericProperty>
</properties>

Update
#

Luis Benitez mentions some more new features in his last blog post: Introducing File Sync for Mobile and More in IBM Connections 4.5 CR4

Christoph Stoettner
Author
Christoph Stoettner
I work at Vegard IT GmbH as a senior consultant, focusing on collaboration software, Kubernetes, security, and automation. I primarily work with HCL Connections, WebSphere Application Server, Kubernetes, Ansible, Terraform, and Linux. My daily work occasionally leads to technical talks and blog articles, which I share here more or less regularly.

Related