Setting up the page owner feature

Use these procedures to allow the assignment of Page Owners to individual pages of a site and to display the page owner on published pages.

Enable Page Owners

  1. From the Admin Center, go to the Global System Variables.

  2. On the System Variables tab, check the Enable Page Owners checkbox. This option is turned off by default when your ACM is first installed and configured.

  3. Click Save.

Add Page Owner capability to groups

  1. In the Group Manager, either create a new group of users that will be assigned Page Owner rights, or edit an existing group to whom you want to assign Page Owner rights.

  2. On the Edit Group page, locate the Group Type section and check the Page Owner checkbox.

    If the Page Owner checkbox is not displayed, it means the Page Owner feature has not been configured on the Global System Variables - System Variables tab.

  3. Click Save.

    The Page Owner drop-down field should now be displayed in the edit mode of pages, in the Page Summary section. Individuals who are assigned to a group with the Page Owner feature checked will be displayed in the Page Owner drop-down. Only these individuals can be assigned as owners of a page.

Displaying the page owner link on published pages

With the correct edits to your page template files, you can display the page owner/email link information on published pages.

  1. Download your site's Design Package and edit the appropriate page template file.

  2. Add the following tags to your file:

    <ironpoint>pageowner</ironpoint> <br>
    - this tag will display the page owner's name with an email link.

    <ironpoint ShowEmailLink="False">pageowner</ironpoint> <br>
    - this tag will display the page owner's name without an email link.

  3. Save the template file and reupload the Design Package.

Related Topics