sp_ColumnStart('tagClass=spProfileShowInfoSection spRight&width=65%', 'profileInfo'); sp_ProfileShowDisplayName('', __sp('Username')); sp_ProfileShowFirstName('', __sp('First Name')); sp_ProfileShowLastName('', __sp('Last Name')); sp_ProfileShowLocation('', __sp('Location')); sp_ProfileShowWebsite('', __sp('Website')); sp_ProfileShowBio('', __sp('Bio')); sp_ColumnEnd('', 'profileInfo'); sp_SectionEnd('tagClass=spClear', 'profileBasic'); # output section for detailed user info sp_SectionStart('tagClass=spProfileShowDetailsSection', 'profileDetails'); # show user identities sp_ColumnStart('tagClass=spProfileShowIdentitiesSection spLeft&width=45%', 'profileIdentities'); echo '<p>' . __sp('Contact') . ' ' . $spProfileUser->display_name . '<br /><hr>'; sp_ProfileShowAIM('', __sp('AOL IM ID')); sp_ProfileShowYIM('', __sp('Yahoo IM ID')); sp_ProfileShowMSN('', __sp('MSN ID')); sp_ProfileShowICQ('', __sp('ICQ ID')); sp_ProfileShowGoogleTalk('', __sp('Google Talk ID')); sp_ProfileShowSkype('', __sp('Skype ID')); sp_ProfileShowMySpace('', __sp('MySpace ID')); sp_ProfileShowFacebook('', __sp('Facebook ID')); sp_ProfileShowTwitter('', __sp('Twitter ID')); sp_ProfileShowLinkedIn('', __sp('LinkedIn ID')); sp_ProfileShowYouTube('', __sp('YouTube ID')); sp_ProfileShowEmail('', __sp('Email')); if (function_exists('sp_ProfileSendPm')) { sp_ProfileSendPm('', __sp('Private Message'), __sp('Send PM')); } sp_ColumnEnd('', 'profileIdentities'); # show user stats
sp_SectionStart('tagClass=spProfileShowInfoSection spRight', 'profileInfo'); sp_ProfileShowDisplayName('tagClass=spProfileLabel', __sp('Username')); sp_ProfileShowFirstName('tagClass=spProfileLabel', __sp('First Name')); sp_ProfileShowLastName('tagClass=spProfileLabel', __sp('Last Name')); sp_ProfileShowLocation('tagClass=spProfileLabel', __sp('Location')); sp_ProfileShowWebsite('tagClass=spProfileLabel', __sp('Website')); sp_ProfileShowBio('tagClass=spProfileLabel', __sp('Bio')); sp_SectionEnd('', 'profileInfo'); sp_SectionEnd('tagClass=spClear', 'profileBasic'); # output section for detailed user info sp_SectionStart('tagClass=spProfileShowDetailsSection', 'profileDetails'); # show user identities sp_SectionStart('tagClass=spProfileShowIdentitiesSection spLeft', 'profileIdentities'); echo '<p class="spProfileTitle">' . __sp('Contact') . ' ' . $spProfileUser->display_name . '<br /><hr>'; sp_ProfileShowAIM('tagClass=spProfileLabel', __sp('AOL IM ID')); sp_ProfileShowYIM('tagClass=spProfileLabel', __sp('Yahoo IM ID')); sp_ProfileShowMSN('tagClass=spProfileLabel', __sp('MSN ID')); sp_ProfileShowICQ('tagClass=spProfileLabel', __sp('ICQ ID')); sp_ProfileShowGoogleTalk('tagClass=spProfileLabel', __sp('Google Talk ID')); sp_ProfileShowSkype('tagClass=spProfileLabel', __sp('Skype ID')); sp_ProfileShowMySpace('tagClass=spProfileLabel', __sp('MySpace ID')); sp_ProfileShowFacebook('tagClass=spProfileLabel', __sp('Facebook ID')); sp_ProfileShowTwitter('tagClass=spProfileLabel', __sp('Twitter ID')); sp_ProfileShowLinkedIn('tagClass=spProfileLabel', __sp('LinkedIn ID')); sp_ProfileShowYouTube('tagClass=spProfileLabel', __sp('YouTube ID')); sp_ProfileShowEmail('tagClass=spProfileLabel', __sp('Email')); if (function_exists('sp_ProfileSendPm')) { sp_ProfileSendPm('tagClass=spProfileLabel&icon=&buttonClass=spPmButton', __sp('Message'), __sp('Send PM')); } sp_SectionEnd('', 'profileIdentities'); # show user stats