Page History
...
Copy the following files into the strings directory within your customization directory (<cnxshare>/customization/strings):CONNECTIONS_SHARED/customization/strings):
View file | ||||
---|---|---|---|---|
|
English: | German: | Spanish: | Dutch: | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
...
|
Configure the AJAX Proxy
To allow the widgets to connect to your ConnectionsExpert appliance, you need to configure the AJAX proxy by editing the proxy-config.tpl:
...
Code Block |
---|
NewsWidgetCatalogService.enableWidget("<widgetWIDGET_id>ID") |
Refresh the cache to enable the changes:
...
Profiles Widget Title: widgetProfilesCommunities
Community Widget Title: widgetCommunityUsage
Community Widget Description: widgetCommunityUsage.desc
You In addition to the provided languages (see Copy String Files section), you can also add other languages by creating new property files using following syntax: com.panagenda.ce.widgets_XX.properties (Example: com.panagenda.ce.widgets_deru.properties).
Widget Layout
You can customize the look and feel of the widget by providing your our CSS customization. Therefore you need to add your customizations into ceWidgets/custom.css file and copy it into your Community customization directory (<cnxshare>CONNECTIONS_SHARED/customization/communities/ceWidgets).
...
Code Block |
---|
<proxy:headers> <proxy:header><customheader>CUSTOM_header_name><HEADER</proxy:header> </proxy:headers> <proxy:cookies> <proxy:cookie><customcookie>CUSTOM_cookie_name<COOKIE</proxy:cookie> </proxy:cookies> |
...
Code Block |
---|
<itemSet> <item name="cookie" value="<customCOOKIE_cookie_name>NAME"/> </itemSet> |
Disable Community Overview Widget
...