sp_PostIndexUserDate('tagClass=spPostUserDate spCenter');
 sp_UserAvatar('tagClass=spPostUserAvatar spCenter&context=user', $spThisPostUser);
 sp_PostIndexUserName('tagClass=spPostUserName spCenter');
 sp_PostIndexUserLocation('tagClass=spPostUserLocation spCenter');
 sp_PostIndexUserRank('tagClass=spPostUserRank spCenter');
 sp_PostIndexUserSpecialRank('tagClass=spPostUserSpecialRank spCenter');
 sp_PostIndexUserMemberships('tagClass=spPostUserMemberships spCenter');
 sp_PostIndexUserPosts('tagClass=spPostUserPosts spCenter', __sp('Forum Posts: %COUNT%'));
 if (function_exists('sp_PostIndexCubePoints')) {
     sp_PostIndexCubePoints('tagClass=spPostUserCubePoints spCenter', __sp('CubePoints'));
 }
 if (function_exists('sp_PostIndexMyCred')) {
     sp_PostIndexMyCred('tagClass=spPostUserMyCred spCenter', __sp('MyCred '), __sp('MyCred'));
 }
 sp_PostIndexUserRegistered('tagClass=spPostUserRegistered spCenter', __sp('Member Since:<br /> %DATE%'));
 sp_PostIndexUserStatus('tagClass=spCenter spPostUserStatus', __sp('Online'), __sp('Offline'));
 sp_SectionStart('tagClass=spCenter', 'user-identities');
 sp_PostIndexUserWebsite('', __sp('Visit my website'));
 sp_PostIndexUserTwitter('', __sp('Follow me on Twitter'));
 sp_PostIndexUserFacebook('', __sp('Connect with me on Facebook'));
 sp_PostIndexUserMySpace('', __sp('See MySpace'));
 sp_PostIndexUserLinkedIn('', __sp('My LinkedIn network'));
 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
 # ----------------------------------------------------------------------
Beispiel #2
0
 # ----------------------------------------------------------------------
 sp_ColumnStart('tagId=spColTopic1&tagClass=spUserSection spLeft&width=0&height=50px');
 sp_UserAvatar('tagClass=spPostUserAvatar spCenter&context=user', $spThisPostUser);
 #sp_SectionStart('tagClass=spArrow', 'arrow');
 #sp_SectionEnd('', 'arrow');
 sp_PostIndexUserName('tagClass=spPostUserName spCenter');
 sp_PostIndexUserLocation('tagClass=spPostUserLocation spCenter');
 #sp_PostIndexUserMemberships('tagClass=spPostUserMemberships spCenter&showTitle=0');
 #sp_PostIndexUserRank('tagClass=spPostUserRank spCenter&showBadge=0&hideIfSpecialRanl=1');
 #sp_PostIndexUserSpecialRank('tagClass=spPostUserSpecialRank spCenter');
 sp_PostIndexUserBadges('tagClass=spCenter');
 if (function_exists('sp_PostIndexUserReputationLevel')) {
     sp_PostIndexUserReputationLevel('tagClass=spPostReputationLevel spCenter');
 }
 sp_PostIndexUserPosts('tagClass=spPostUserPosts spCenter', __sp('%COUNT% Posts'));
 sp_PostIndexUserStatus('tagClass=spCenter spPostUserStatus&onlineIcon=&offlineIcon=', __sp('(Online)'), __sp('(Offline)'));
 if (function_exists('sp_PostIndexCubePoints')) {
     sp_PostIndexCubePoints('tagClass=spPostUserCubePoints spCenter', __sp('CubePoints'));
 }
 #sp_PostIndexUserRegistered('tagClass=spPostUserRegistered spCenter', __sp('Member Since:<br /> %DATE%'));
 sp_SectionStart('tagClass=spSocialButtons spCenter', 'user-identities');
 sp_PostIndexUserWebsite('', __sp('Visit my website'));
 sp_PostIndexUserTwitter('', __sp('Follow me on Twitter'));
 sp_PostIndexUserFacebook('', __sp('Connect with me on Facebook'));
 sp_PostIndexUserMySpace('', __sp('See MySpace'));
 sp_PostIndexUserLinkedIn('', __sp('My LinkedIn network'));
 sp_PostIndexUserYouTube('', __sp('View my YouTube channel'));
 sp_PostIndexUserGooglePlus('', __sp('Interact with me on Google Plus'));
 sp_SectionEnd('', 'user-identities');
 if (function_exists('sp_PostIndexRepUser')) {
     sp_PostIndexRepUser('tagClass=spCenter', '', __sp('Give/Take Reputation'));