This page should only be applied if the script assisted migration asks you to pass the manual migration skin.20241113.INTRANETCARDS.PageSubscription
Version 1.28.x of the Intranet Cards charter integrates the functionalities of plugin Page Subscription:
2 page and theme subscription management services
a subscription notification center
a "Follow page" button to subscribe to a page
The notification center is displayed on all pages in the header to the left of the notification links.
The follow page button is displayed on all pages to the right of the breadcrumb trail.
If you've overloaded the "common-script" template, add the call to the template loading the JS required for the notification center and page tracking.
Oops!
Copy to clipboard failed. Open the code and copy it manually.
<xsl:call-template name="head-js-subscriptions"/>
<xsl:call-template name="head-js-subscriptions"/>
<xsl:call-template name="head-js-subscriptions"/>
If you've overloaded the header, and in particular the "header-middle" template, add a call to the "my-subscriptions" template before the notification links.
Oops!
Copy to clipboard failed. Open the code and copy it manually.
If you have overloaded the template "main-zone page or page-2-columns templates, the template must be reused to insert the "Follow page" button in the <div class="page_actions">
Example for the "page" template
Oops!
Copy to clipboard failed. Open the code and copy it manually.
Activation of the notification center and page tracking depends on a site parameter. It is necessary to activate notification center and page tracking in the site settings to test proper integration in your declination.
The notification center displays notifications related to the user's current theme subscriptions. To test the notification center's integration, insert the "My subscriptions" service to subscribe to one or more themes. Select the instantaneous frequency and the "Intranet" channel to ensure that the notification center is not empty. All you have to do is modify/validate a theme's content to see it in the notification center.