コード例 #1
0
                # Column 3 of the member row - member post count
                # ----------------------------------------------------------------------
                sp_ColumnStart('tagClass=spColumnSection spRight&width=8%');
                sp_MemberListPostCount('', __sp('Posts'));
                sp_ColumnEnd();
                # Column 2 of the member row - member rank and badge
                # ----------------------------------------------------------------------
                sp_ColumnStart('tagClass=spColumnSection spRight&width=14%');
                sp_MemberListRank('', __sp('Forum Ranks'));
                sp_ColumnEnd();
                sp_SectionEnd('tagClass=spClear', 'member');
            }
        } else {
        }
        sp_SectionEnd('tagClass=spClear', 'memberGroup');
    }
    # Start the 'pageLinks' section
    # ----------------------------------------------------------------------
    sp_SectionStart('tagClass=spPlainSection', 'pageLinks');
    sp_MemberListPageLinks('', __sp('Page: '), __sp('Jump to page %PAGE% of members list'));
    sp_SectionEnd();
} else {
    sp_NoMembersListMessage('tagClass=spMessage', __sp('Access denied - you do not have permission to view this page'), __sp('There were no member lists found'));
}
sp_SectionEnd('', 'memberList');
sp_SectionEnd('', 'body');
# Load the forum footer template - normally last thing
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spFootContainer', 'foot');
sp_load_template('spFoot.php');
sp_SectionEnd('', 'foot');
コード例 #2
0
                }
                sp_ColumnEnd();
                sp_ColumnStart('tagClass=spRankSection spRight&width=25%&height=15px');
                #sp_MemberListActions('tagClass=spInRowCount spRight&started=0&posted=0', '', __sp('View topics member has started'), __sp('View topics member has posted in'));
                sp_MemberListRank('tagClass=spInRowCount spCenter&badgeClass=spImg spMembersBadgeMobile spCenter&rankClass=spInRowRank spCenter', '');
                sp_ColumnEnd();
                sp_InsertBreak('spacer=5px');
                #sp_MemberListRank('tagClass=spInRowCount spRight&badgeClass=spImg spMembersBadgeMobile spRight&rankClass=spInRowRank spRight', '');
                #sp_MemberListLastVisit('tagClass=spInRowNumber spLastVisitMobile spLeft&labelClass=spInRowCount&dateClass=spInRowCount', __sp('Last Visit'));
                sp_SectionEnd('tagClass=spClear', 'spMemberListSectionMobile');
            }
        } else {
        }
        sp_SectionEnd('tagClass=spClear', 'memberGroup');
    }
    # Start the 'pageLinks' section
    # ----------------------------------------------------------------------
    sp_SectionStart('tagClass=spPlainSection', 'pageLinks');
    sp_MemberListPageLinks('tagClass=spPageLinksBottom spRight&prevIcon=&nextIcon=&showLinks=2', '', __sp('Jump to page %PAGE% of members list'));
    sp_InsertBreak('spacer=0px');
    sp_SectionEnd('', 'pageLinks');
} else {
    sp_NoMembersListMessage('tagClass=spMessage', __sp('Access denied - you do not have permission to view this page'), __sp('There were no member lists found'));
}
sp_SectionEnd('', 'memberList');
sp_SectionEnd('', 'body');
# Load the forum footer template - normally last thing
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spFootContainer', 'foot');
sp_load_template('spFoot.php');
sp_SectionEnd('', 'foot');