Adding Activities Plus to a community or home page
You can add the Activities Plus app (Docker widget) to communities and the home page stream.
Adding Activities Plus to a community
-
On the WebSphere® deployment manager machine, start the
wsadminclient as described in Starting the wsadmin client. Check out thewidgets-config.xmlfile:execfile("communitiesAdmin.py") CommunitiesConfigService.checkOutWidgetsConfig("/tmp/LCCheckedOut", AdminControl.getCell()) -
Edit the
widgets-config.xmlfile. Find the<resource>element with the type of community (<resource ... type="community" ...>), then under<widgets>, and within<definitions>, add the following lines, replacing[BOARDS_URL]with your URL:<!-- Kudos Boards --> <widgetDef defId="Kudos Boards" modes="view fullpage" url="{webresourcesSvcRef}/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml" themes="wpthemeNarrow wpthemeWide wpthemeBanner" uniqueInstance="true"> <itemSet> <item name="resourceId" value="{resourceId}" /> <item name="width" value="100%" /> <item name="height" value="500px" /> <item name="url" value="https://[BOARDS_URL]/boards/community/connections" /> </itemSet> </widgetDef> <!-- END Kudos Boards --> -
Check in the
widgets-config.xmlfile:CommunitiesConfigService.checkInWidgetConfig()
Adding Activities Plus to the home page stream
- Access Homepage > Administrator.
- Select the following:
- Open Social Gadget
- Trusted and Use SSO
- Show for Activity Stream events
- All servers
- Click the Add Mapping button.
-
AAdd a mapping for the Activities Plus service to the Huddo Boards (formerly Kudos Boards) client. Ensure the OAuth Client is set to
conn-eeand the Service name is Kudos Boards. Click the OK button. -
Enter the following, replacing
[BOARDS_URL]with your URL:Field Value Title Kudos Boards Activity Stream URL Address http://[BOARDS_URL]/stream/connectionsSecure URL Address https://[BOARDS_URL]/stream/connectionsIcon URL http://[BOARDS_URL]/favicon.icoIcon Secure URL https://[BOARDS_URL]/favicon.ico -
Select:
- Use HCL Connections specific tags
- Opened by default
- Select the following prerequisites:
- oauthprovider
- webresources
- oauth
- opensocial
- Scroll down and click Save.
Parent topic:Customizing Activities Plus