Example #1
0
#	Simple:Press Template
#	Theme		:	Default
#	Template	:	foot
#	Author		:	Simple:Press
#
#	The 'foot' template can be used for all forum content that is to be
#	displayed at the bottom of every forum view page
#
# --------------------------------------------------------------------------------------
# Mandatory call to sp_FooterBegin() - available to custom code
# ----------------------------------------------------------------------
sp_FooterBegin();
# Start the 'pageBottomStatus' section
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spPlainSection', 'pageBottomStatus');
sp_AllRSSButton('tagClass=spButton spLeft spAllRSSButton', __sp('All RSS'), __sp('Subscribe to the all forums RSS feed'));
if (function_exists('sp_SubscriptionsSubscribeButton')) {
    sp_SubscriptionsSubscribeButton('tagClass=spButton spLeft', __sp('Subscribe'), __sp('Unsubscribe'), __sp('Subscribe to this topic'), __sp('Unsubscribe from this topic'));
}
if (function_exists('sp_WatchesWatchButton')) {
    sp_WatchesWatchButton('tagClass=spButton spLeft', __sp('Watch'), __sp('Stop Watching'), __sp('Watch this topic'), __sp('Stop watching this topic'));
}
sp_GoToTop('tagClass=spRight spGoToTop&iconClass=spIcon', '', __sp('Go to top'));
sp_SectionEnd('tagClass=spClear', 'pageBottomStatus');
# Start the 'stats' section
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spStatsSection', 'stats');
sp_ForumTimeZone('tagClass=spForumTimeZone', __sp('Forum Timezone: '));
sp_UserTimeZone('tagClass=spUserTimeZone', __sp('Your Timezone: '));
sp_InsertBreak();
sp_ColumnStart('tagClass=spColumnSection spLeft spOnlineStats&width=40%&height=0');
Example #2
0
#
#	The 'foot' template can be used for all forum content that is to be
#	displayed at the bottom of every forum view page
#
# --------------------------------------------------------------------------------------
# Mandatory call to sp_FooterBegin() - available to custom code
# ----------------------------------------------------------------------
sp_FooterBegin();
# Start the 'stats' section
# ----------------------------------------------------------------------
sp_SectionStart('tagId=spStatsSectionId&tagClass=spStatsSection', 'stats');
#sp_AllRSSButton('tagClass=spRight spAllRSSButton&icon=', 'All RSS', __sp('Subscribe to the all forums RSS feed'));
sp_SectionStart('tagClass=spTimeZoneBar', 'timeZoneBar');
sp_ForumTimeZone('tagClass=spForumTimeZone spLeft', __sp('Forum Timezone: '));
sp_UserTimeZone('tagClass=spUserTimeZone spLeft', __sp('Your Timezone: '));
sp_AllRSSButton('tagClass=spRight spAllRSSButton&icon=', 'All RSS', __sp('Subscribe to the all forums RSS feed'));
sp_OpenCloseControl("targetId=spForumStatsHolder&linkClass=spRight&default=closed&setCookie=0&asLabel=1", 'Show Stats', 'Hide Stats');
sp_SectionEnd('tagClass=spClear', 'timeZoneBar');
sp_SectionStart('tagId=spForumStatsHolder', 'statsHolder');
sp_ColumnStart('tagClass=spColumnSection spRight spAdminsMods&width=24%');
sp_AdminsList('tagClass=spCenter spAdministrators&postCount=0&stack=1', __sp('Administrators: '));
sp_InsertBreak();
sp_ModsList('tagClass=spModerators&postCount=0&stack=1', __sp('Moderators: '));
sp_ColumnEnd();
sp_ColumnStart('tagClass=spColumnSection spRight spTopPosterStats&width=24%');
sp_TopPostersStats('tagClass=spRight', __sp('Top Posters: '));
sp_ColumnEnd();
sp_ColumnStart('tagClass=spColumnSection spRight spMembershipStats&width=24%&height=0');
sp_NewMembers('tagClass=spNewMembers&list=1', __sp('Newest Members: '));
sp_ColumnEnd();
sp_ColumnStart('tagClass=spColumnSection spRight spForumStats&width=24%&height=0');