Unofficial SMF API Documentation

./Sources/Memberlist.php

Memberlist

function Memberlist(): void

Shows a listing of registered members.

Uses Memberlist template, main sub template.

Integration hooks
integrate_memberlist_buttons

MLAll

function MLAll(): void

List all members, page by page, with sorting.

Called from MemberList(). Can be passed a sort parameter, to order the display of members. Calls printMemberListRows to retrieve the results of the query.

MLSearch

function MLSearch(): void

Search for members, or display search results.

printMemberListRows

function printMemberListRows(resource $request): void

Retrieves results of the request passed to it Puts results of request into the context for the sub template.

Type Parameter Description
resource $request An SQL result resource

getCustFieldsMList

function getCustFieldsMList(): array

Sets the label, sort and join info for every custom field column.

Suggest an edit to this page on GitHub