Saved Searches
Retrieves a Saved Search.
Retrieves Saved Search listing. Using either the search ID or the search Name to dynamically create a user listing.
[xpx_UserListing_SavedSearch id="$search_id" or name="$name" columns="$columns"]
Parameters
$search_id
(int) (Optional) Search by Saved Search ID.
$name
(string) (Optional) Search by Saved Search Name.
$columns
(int) (Optional) Select the number of columns that will be used to format the returned results.
Usage
ID
Example: Get Saved Search results by ID.
Structure
Example
Name
Example: Get Saved Search results by Name.
Structure
Example
Chapter | Tag |
---|---|
Atlanta | |
Chicago | |
Connecticut | |
DC Metro | |
Fairfield | |
Hartford | |
London | |
Long Island | |
Maryland | |
Michigan | |
New England | |
New Jersey | |
New York | |
Philadelphia | |
San Antonio | |
Tri-State |
Additional Tags | Tag |
---|---|
Emerging Professional | |
Global | |
Leadership | |
Virtual |
XPX Sponsors
Retrieves list of all sponsors
Retrieves a list of members and sponsors. Result can be filtered by using parameters to specify whether users are active, part of a chapter, and have a membership level, sponsorship level, chapter leadership level, or sponsorship type.
[xpx_AllSponsors chapter="$chapter" status="active" level="$level" sponsorship="$sponsorship" leadership="$leadership" admin="true" logo="$logo" results="$results" columns="$columns" ]
Parameters
$Chapter
(string) (Optional) Filter by Chapter.
$status
(string) (Optional) Active or Lapsed. Whether or not the Member Status is Active or Lapsed.
$level
(string) (Optional) Filter by Membership Level.
$sponsorship
(string) (Optional) Filter by Sponsorship Type.
$leadership
(string) (Optional) Filter by Chapter Leadership Type.
$admin
(bool) (Optional) True or False. Whether or not member or sponsor is an admin. It’s equivalent to Wild Apricot’s Saved Search function: Membership level is not ‘Admin’.
$logo
(string|array) (Optional) Image size. Accepts any valid image size. Default value: ‘medium’
$results
(int) (Optional) Select how many results will be returned. Default value: 4.
$columns
(int) (Optional) Select the number of columns that will be used to format the returned results.
- Note
Registration is enabled by default.
- Warning
Tags are case sensitive.
Usage
Chapter
Example: Get all Events for the Chapter Atlanta.
Structure
Example
Upcoming
Example: Get all Upcoming Events for the Chapter New England
Structure
Example
Chapter | Tag |
---|---|
Atlanta | |
Chicago | |
Connecticut | |
DC Metro | |
Fairfield | |
Hartford | |
London | |
Long Island | |
Maryland | |
Michigan | |
New England | |
New Jersey | |
New York | |
Philadelphia | |
San Antonio | |
Tri-State |
Additional Tags | Tag |
---|---|
Emerging Professional | |
Global | |
Leadership | |
Virtual |