Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Check-out the LotusConnections-config.xml file and add the following lines in the 

<resources></resources>

sectionSection:

Code Block
<!-- panagenda ConnectionsExpert --> 
<widgetBundle name="com.panagenda.ce.widgets" prefix="ceWidgets"/>
<!-- panagenda ConnectionsExpert -->

...

<!-- BEGIN CUSTOMIZATIONS HERE -->

sectionSection:

Code Block
<!-- panagenda ConnectionsExpert -->
      <proxy:policy url="https://<your_CE_url>/*" acf="none" basic-auth-support="true">
                  <proxy:actions>
                          <proxy:method>GET</proxy:method>
                          <proxy:method>POST</proxy:method>
                  </proxy:actions>
                  <proxy:headers>
                          <proxy:header>content-type</proxy:header>
                          <proxy:header>accept-encoding</proxy:header>
                          <proxy:header>User-Agent</proxy:header>
                          <proxy:header>Accept.*</proxy:header>
                          <proxy:header>Content.*</proxy:header>
                          <proxy:header>Authorization.*</proxy:header>
                          <proxy:header>X-Method-Override</proxy:header>
                          <proxy:header>If-.*</proxy:header>
                          <proxy:header>Pragma</proxy:header>
                          <proxy:header>Cache-Control</proxy:header>
                          <proxy:header>X-Update-Nonce</proxy:header>
                  </proxy:headers>
                  <proxy:cookies>
                          <proxy:cookie>LtpaToken</proxy:cookie>
                          <proxy:cookie>LtpaToken2</proxy:cookie>
                          <proxy:cookie>panagenda_gadget</proxy:cookie>
                  </proxy:cookies>
      </proxy:policy>
<!-- panagenda ConnectionsExpert -->

...

Code Block
<!-- panagenda ConnectionsExpert -->
  <widgetDef
       defId="widgetCommunityUsage"
       description="widgetCommunityUsage.desc"
       bundleRefId="ceWidgets"
       modes="view fullpage"
       showInPalette="true"
       themes="wpthemeNarrow wpthemeWide wpthemeBanner"
       uniqueInstance="true"
       resourceOwnerWidget="true"
       loginRequired="true"
       url="https://<yourYOUR_CE_urlURL/gadgets/communitystats.xml">
        <itemSet>
               <item name="res_id" value="{resourceId}"/>
       </itemSet>
   </widgetDef>
  <!-- panagenda ConnectionsExpert -->

Change <yourChange YOUR_CE_url> URL into your ConnectionsExpert FQDN or IP address.

...