Community Manager Options

This page describes the Web options for the Community Manager options group. Review these options to determine any necessary setup that your organization might need to perform.

NOTE

Changes to your Community Manager options must be reflected in your live Web options file to display in the Community Manager.

ICON_COMMUNITY_LOGOUT[_lang]

This option defines the display of the Logout link in the Community Manager. This option accepts an HTML value that defines the text or an image to use as the link. For example:

ICON_COMMUNITY_LOGOUT=<strong>Logout</strong>

For a graphic link example:

ICON_COMMUNITY_LOGOUT=<img src="/screens/logout.gif" alt="Logout" border="0" />

If this option is not defined, the system uses the following default setting:

ICON_COMMUNITY_LOGOUT=Logout

This option can vary by language.

ICON_PATREVIEW_APPROVE_ALL[_lang]

This option defines the Approve All link in the Community Manager. This option accepts an HTML value that defines the text or an image to use as the link. For example:

ICON_PATREVIEW_APPROVE_ALL=<strong>Approve All</strong>

For a graphic link example:

ICON_PATREVIEW_APPROVE_ALL=<img src="/screens/patreview_approve_all.gif" alt="Approve All" border="0" />

If this option is not defined, the system uses the following default setting:

ICON_PATREVIEW_APPROVE_ALL=Approve All

This option can vary by language.

ICON_PATREVIEW_COLLAPSE[_lang]

This option defines the display of the icon that collapses a full patron review to display only the headline. This option accepts an HTML value that defines the text or an image to use as the link. For example:

ICON_PATREVIEW_COLLAPSE=-

For a graphic link example:

ICON_PATREVIEW_COLLAPSE=<img src="/screens/patreview_collapse.gif" alt="Collapse" border="0" />

If this option is not defined, the system uses the following default setting:

ICON_PATREVIEW_COLLAPSE=-

This option can vary by language.

ICON_PATREVIEW_DELETE_ALL[_lang]

This option defines the display of the Delete All icon in the Community Manager. This option accepts an HTML value that defines the text or an image to use as the link. For example:

ICON_PATREVIEW_DELETE_ALL=<strong>Delete All</strong>

For a graphic link example:

ICON_PATREVIEW_DELETE_ALL=<img src="/screens/patreview_delete_all.gif" alt="Delete All" border="0" />

If this option is not defined, the system uses the following default setting:

ICON_PATREVIEW_DELETE_ALL=Delete All

This option can vary by scope and language.

ICON_PATREVIEW_EXPAND[_lang]

This option defines the display of the icon that expands a patron review to display the full review. This option accepts an HTML value that defines the text or an image to use as the link. For example:

ICON_PATREVIEW_EXPAND=+

For a graphic link example:

ICON_PATREVIEW_EXPAND=<img src="/screens/patreview_expand.gif" alt="Expand" border="0" />

If this option is not defined, the system uses the following default setting:

ICON_PATREVIEW_EXPAND=+

This option can vary by language.

ICON_PATREVIEW_HOME[_lang]

This option defines the display of the Home link in the Community Manager. This option accepts an HTML value that defines the text or an image to use as the link. For example:

ICON_PATREVIEW_HOME=<strong>Home</strong>

For a graphic link example:

ICON_PATREVIEW_HOME=<img src="/screens/patreview_home.gif" alt="Home" border="0" />

If this option is not defined, the system uses the following default setting:

ICON_PATREVIEW_HOME=Home

This option can vary by language.

ICON_PATREVIEW_SEARCH[_lang]

This option defines the display of the Search icon in the Community Manager. This option accepts an HTML value that defines the text or an image to use as the link. For example:

ICON_PATREVIEW_SEARCH=<strong>Search</strong>

For a graphic link example:

ICON_PATREVIEW_SEARCH=<img src="/screens/patreview_search.gif" alt="Search" border="0" />

If this option is not defined, the system uses the following default setting:

ICON_PATREVIEW_SEARCH=Search

This option can vary by language.

ICON_PATREVIEW_UPDATE[_lang]

This option defines the display of the Update icon in the Community Manager. This option accepts an HTML value that defines the text or an image to use as the link. For example:

ICON_PATREVIEW_UPDATE=<strong>Update</strong>

For a graphic link example:

ICON_PATREVIEW_UPDATE=<img src="/screens/patreview_update.gif" alt="Update" border="0" />

If this option is not defined, the system uses the following default setting:

ICON_PATREVIEW_UPDATE=Update

This option can vary by language.

PATREVIEW_CSS

This option defines the Cascading Style Sheet (CSS) file used by the Community Manager. The value of this option accepts relative or absolute URLs for the .css file. If you use a relative URL, it must be relative to the directory in which this option is defined.

For example:

PATREVIEW_CSS=http://lib.cat.edu/resources/stylesheet.css

If this option is not defined, the system uses the following default:

PATREVIEW_CSS=resource/patreview_styles.css

PATREVIEW_APPROVE_ALL

This option defines the patron types (P TYPES) allowed to post automatically-approved reviews. The option value is:

PATREVIEW_APPROVE_ALL=[ptypes]

Where [ptypes] is a comma-delimited list or range of P TYPE values. For example:

PATREVIEW_APPROVE_ALL=6,12,20-23

If this option is not defined, library staff must approve reviews for display.