Retired Documentation:  You are using the documentation for version 1.7.3 which was retired in 2013. Go here for the latest version documentation or check here for your available upgrades to the latest version.

Ignore List Tag

The Ignore List Tag allows you to display member profile information for members in a member's Ignore List. Fields can either be shown from the ignore list of currently logged-in user or from a specified user.

NOTE:  This tag can only be used in the templates accessed via the TEMPLATES tab in the Control Panel, not in member profile or forum templates.

Important:  Avoid using Template Caching on any Template containing this tag. If you do not avoid caching, then data will not be dynamic for each user. Instead, whoever happens to load the page when it is cached will have their information shown for everyone until the cache expires. Unlike this tag, Global Variables can be used in templates that are cached.

Here is the basic tag syntax:

{exp:member:ignore_list}

<div>{ignore_screen_name}</div>

{/exp:member:ignore_list}

Parameters

member_id=

member_id="147"

You can specify a particular member's information to display. By default (if you do not include the member_id parameter), the tag will simply display information pertaining to the currently logged-in user.

Variables

The following member variables are available. The unique prefix "ignore_" ensures that the Ignore List variables do not conflict with Global Variables or member variables from other tags.

Top of Page