# Load the forum header template - normally first thing
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spHeadContainer', 'head');
sp_load_template('spHead.php');
sp_SectionEnd('', 'head');
sp_SectionStart('tagClass=spBodyContainer', 'body');
# Start the 'memberList' section
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spListSection', 'memberList');
sp_MemberListSearchForm($memberSearchForm);
if (sp_has_member_groups('usergroup', 'id', 'asc', 15, true)) {
    # Start the 'pagelinks' section
    # ----------------------------------------------------------------------
    sp_SectionStart('tagClass=spPlainSection', 'pageLinks');
    if (function_exists('sp_MemberListUsergroupSelect')) {
        sp_MemberListUsergroupSelect('tagClass=spUsergroupSelect spRight');
    }
    sp_MemberListPageLinks('', __sp('Page: '), __sp('Jump to page %PAGE% of members list'));
    sp_SectionEnd('', 'pageLinks');
    # Start the Usergroup Loop
    # ----------------------------------------------------------------------
    while (sp_loop_member_groups()) {
        sp_the_member_group();
        # Start the 'memberGroup' section
        # ----------------------------------------------------------------------
        sp_SectionStart('tagClass=spMemberGroupsSection', 'memberGroup');
        sp_MembersUsergroupIcon('tagClass=spHeaderIcon spLeft');
        sp_MembersUsergroupName();
        sp_MembersUsergroupDescription();
        # Start the Member Loop
        # ----------------------------------------------------------------------
示例#2
0
# Load the forum header template - normally first thing
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spHeadContainer', 'head');
sp_load_template('spHead.php');
sp_SectionEnd('', 'head');
sp_SectionStart('tagClass=spBodyContainer', 'body');
# Start the 'memberList' section
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spListSection', 'memberList');
sp_SectionStart('tagClass=spMembersMenuMobile', 'menuMobile');
sp_MemberListSearchForm($memberSearchForm);
if (sp_has_member_groups('usergroup', 'id', 'asc', 15, true)) {
    # Start the 'pagelinks' section
    # ----------------------------------------------------------------------
    sp_SectionStart('tagClass=spMembersPlainSection', 'pageLinks');
    sp_MemberListUsergroupSelect('tagClass=spUsergroupSelect spCenter');
    sp_InsertBreak('spacer=10px');
    #sp_MemberListPageLinks('tagClass=spPageLinks spPageLinksT&prevIcon=&nextIcon=&showLinks=2', '', __sp('Jump to page %PAGE% of members list'));
    #sp_InsertBreak('');
    sp_SectionEnd('', 'pageLinks');
    sp_SectionEnd('', 'menuMobile');
    # Start the Usergroup Loop
    # ----------------------------------------------------------------------
    while (sp_loop_member_groups()) {
        sp_the_member_group();
        # Start the 'memberGroup' section
        # ----------------------------------------------------------------------
        sp_SectionStart('tagClass=spMemberGroupsSection', 'memberGroup');
        sp_SectionStart('tagClass=spMemberGroupsHeader', 'header');
        #sp_MembersUsergroupIcon('tagClass=spHeaderIcon spLeft');
        sp_MembersUsergroupName();