Skip to main content

Add custom links to the Front-end (PSF)

You can add custom links in the Front-end (PSF) that will open product pages or external sites in a new tab.

The format for the link is:

<UNIQUE_ID>|<custom/site/path>|<custom link description>|<USERCLASS_ID>|<ADMINACL>|<TYPE>

You can add multiple links to a menu group by adding multiple entries separated by a semicolon.

A link is displayed on the Front-end (PSF) if the user is a member of the specified user class, or has the specified access control. The user class ID must be a single-participant class. The user class and ACL values can be empty.

The TYPE must be either:

  • EXTERNAL linking to a site outside of Bravura Security Fabric

  • ABSOLUTE linking to an absolute path within Bravura Security Fabric

For example:

  1. Review the procedures in Change the layout and Alter text by editing KVG files to learn how to edit the m4 files.

  2. Add a psf.m4 file in \<instance>\design\custom\, if one does not exist already.

  3. Edit the file to include:

    !!!F_CUSTOM_LINK_MYPROFILE_GROUP 
     HIDSITE|https://bravurasecurity.com|Bravura Security Website|_ALLUSERS_|maintain|EXTERNAL; 
     UACC|manage-reports/reports/r~REPORT_CATEGORY_USERS|User accounts|_REPORT_READERS_|REPORT_READERS|ABSOLUTE
  4. Generate and install the new skin files .

The entries in the example above add a link to the Bravura Security website and a product report link to the My profile menu group.