ExpressionEngine Docs

Ignore List Tag

Overview

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.

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.

{exp:member:ignore_list}
  <p>{ignore_screen_name}</p>
{/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.