sp_PostIndexUserYouTube('', __sp('View my YouTube channel'));
 sp_PostIndexUserGooglePlus('', __sp('Interact with me on Google Plus'));
 sp_SectionEnd('', 'user-identities');
 sp_ColumnEnd();
 # Column 2 of the post row
 # ----------------------------------------------------------------------
 sp_ColumnStart('tagClass=spPostSection spRight&width=84%');
 # Start the 'post' section
 # ----------------------------------------------------------------------
 sp_SectionStart('tagClass=spPostActionSection', 'action');
 sp_GoToTop('tagClass=spRight spGoToTop&iconClass=spIcon', '', __sp('Go to Top'));
 sp_PostIndexPinned('tagClass=spStatusIcon spLeft', __sp('This post is pinned'));
 if (function_exists('sp_PostIndexPostByEmail')) {
     sp_PostIndexPostByEmail('tagClass=spStatusIcon spLeft', 'This post was sent by email');
 }
 sp_PostIndexNumber('tagClass=spLabelBordered spLeft');
 sp_PostIndexEditHistory('tagClass=spButton spLeft', '', __sp('Edited by %USER% on %DATE%'), __sp('View edit history'));
 sp_PostIndexPermalink('tagClass=spButton spLeft', '', __sp('The post permalink'));
 sp_PostIndexPrint('tagClass=spButton spLeft', '', __sp('Print this post'));
 sp_PostIndexNewPost('tagClass=spLabelBordered spLeft', __sp('New'));
 if (function_exists('sp_PostIndexRatePost')) {
     sp_PostIndexRatePost('tagClass=spLabelBordered spPostRating spRight');
 }
 if (function_exists('sp_PostIndexReportPost')) {
     sp_PostIndexReportPost('tagClass=spButton spRight', __sp('Report'), __sp('Report this post to admin'));
 }
 sp_PostIndexQuote('tagClass=spButton spRight', __sp('Quote'), __sp('Quote this post and reply'));
 sp_PostIndexEdit('tagClass=spButton spRight', __sp('Edit'), __sp('Edit this post'));
 sp_PostIndexDelete('tagClass=spButton spRight', __sp('Delete'), __sp('Delete this post'));
 if (function_exists('sp_PostIndexSendPm')) {
     sp_PostIndexSendPm('tagClass=spButton spRight', __sp('PM'), __sp('Send PM to this user'));
Beispiel #2
0
 #sp_PostIndexPageLinks('prevIcon=&nextIcon=&showLinks=2&spLeft', '', __sp('Jump to page %PAGE% of this topic'), __sp('Jump to page'));
 sp_InsertBreak();
 sp_SectionEnd('', 'header');
 sp_InsertBreak('spacer=5px');
 sp_SectionStart('tagClass=spTopicPostContainer', 'postlist');
 # Start the Post Loop
 # ----------------------------------------------------------------------
 if (sp_has_posts()) {
     while (sp_loop_posts()) {
         sp_the_post();
         # Start the 'post' section
         # ----------------------------------------------------------------------
         sp_SectionStart('tagClass=spTopicPostSection', 'post');
         sp_PostIndexAnchor();
         sp_SectionStart('', 'post-info');
         sp_PostIndexNumber('tagClass=spPostNumber spLeft');
         sp_PostIndexUserDate('tagClass=spPostUserDate spLeft&stackdate=0');
         sp_OpenCloseControl("targetId=spPostAction&context=postLoop&linkClass=spFooterButton spRight&default=closed&setCookie=0&asLabel=1", 'Post Actions', 'Hide');
         # Start the 'post' section
         # ----------------------------------------------------------------------
         sp_InsertBreak('');
         sp_SectionStart("tagId=spPostAction&context=postLoop&tagClass=spPostActionSection", 'action');
         sp_SectionStart("tagId=&tagClass=spFlexHolder&context=postLoop", 'holder');
         sp_PostForumToolButton("tagClass=spPostActionLabel spLeft&hide=0&icon=", 'Tools', __sp('Open the forum toolset'));
         sp_PostIndexEdit('tagClass=spPostActionLabel spLeft&icon=', __sp('Edit'), __sp('Edit this post'));
         sp_PostIndexDelete('tagClass=spPostActionLabel spLeft&icon=', __sp('Delete'), __sp('Delete this post'));
         #if (function_exists('sp_PostIndexSendPm')) sp_PostIndexSendPm('tagClass=spButton spRight', __sp(''), __sp('Send PM to this user'));
         sp_PostIndexQuote('tagClass=spPostActionLabel spRight&icon=', __sp('Quote'), __sp('Quote this post'));
         if (function_exists('sp_thanks_thank_the_post')) {
             sp_thanks_thank_the_post('tagClass=spPostActionLabel spRight&iconThanks=&iconThanked=', __sp('Thank'), __sp('Thanked'), __sp('Add thanks to this post'), __sp('You have already thanked this post'));
         }