Statistics: Posted by Cristián Lávaque — June 22nd, 2011, 12:27 am
<?php
$thisauthor = get_userdata(intval($author));
?>
<div style="float: right;"><h5 style="text-align:right;margin-right:10px;"><?php echo $thisauthor->display_name; ?>'s qr Code</h5>
<? if(function_exists('get_avatar')) { echo get_avatar($thisauthor->user_email, 150, "" ); } ?> </div>
<h3><?php echo $thisauthor->first_name . " " . $thisauthor->last_name; ?> (<?php echo $thisauthor->display_name; ?>)</h3>
<h5>Accredited member since: <?php $registered = ($thisauthor->user_registered . "\n");
echo date("j/n/Y", strtotime($registered)); ?></h5>
<h5><?php echo $thisauthor->first_name . " " . $thisauthor->last_name; ?>'s website: <a href="<? echo $thisauthor->user_url; ?>"><? echo $thisauthor->user_url; ?></a><br /></h5>
<h5>Accredited as a <?php echo get_user_field('s2member_access_label', $thisauthor->ID); ?> member</h5>
<h5>This member's accreditation number is: <?php echo $thisauthor->ID; ?> </h5>
<h5>Email <?php echo $thisauthor->first_name . " " . $thisauthor->last_name; ?>
:
<?php if (S2MEMBER_CURRENT_USER_IS_LOGGED_IN){ ?> <a href="mailto:<? echo $thisauthor->user_email; ?>">Email Address</a> <?php } else { ?> (Only available to accredited members)<?php } ?></h5>
<p> </p>
<hr />
<p> </p>
<h3>What <?php echo $thisauthor->display_name; ?> says about themselves:</h3>
<p><?php echo $thisauthor->description; ?> </p>
Statistics: Posted by arbie — June 21st, 2011, 4:35 pm
Statistics: Posted by arbie — June 21st, 2011, 1:04 pm
echo get_user_field('s2member_access_label', $thisauthor->ID);
Statistics: Posted by Cristián Lávaque — June 21st, 2011, 11:30 am
<h5><?php echo c_ws_plugin__s2member_user_access::user_access_role(intval($author)); ?></h5>
Statistics: Posted by arbie — June 21st, 2011, 10:38 am
echo c_ws_plugin__s2member_user_access::user_access_role(intval($author));
Statistics: Posted by Cristián Lávaque — June 21st, 2011, 10:15 am
echo c_ws_plugin__s2member_user_access::user_access_label(intval($author));
Statistics: Posted by Cristián Lávaque — June 20th, 2011, 10:10 pm
$thisauthor
author.php
Statistics: Posted by arbie — June 20th, 2011, 1:31 pm
Statistics: Posted by Cristián Lávaque — June 20th, 2011, 1:24 pm
echo c_ws_plugin__s2member_user_access::user_access_label($user_id);
Statistics: Posted by Cristián Lávaque — June 19th, 2011, 11:14 pm
<h2>Accredited Member Profile</h2>
<?php
$thisauthor = get_userdata(intval($author));
?>
<div style="float: right;"><h5 style="text-align:right;margin-right:10px;"><?php echo $thisauthor->display_name; ?>'s qr Code</h5>
<? if(function_exists('get_avatar')) { echo get_avatar($thisauthor->user_email, 150, "" ); } ?> </div>
<h3><?php echo $thisauthor->first_name . " " . $thisauthor->last_name; ?> (<?php echo $thisauthor->display_name; ?>)</h3>
<h5>Accredited member since: <?php $registered = ($thisauthor->user_registered . "\n");
echo date("j/n/Y", strtotime($registered)); ?></h5>
<h5><?php echo $thisauthor->first_name . " " . $thisauthor->last_name; ?>'s website: <a href="<? echo $thisauthor->user_url; ?>"><? echo $thisauthor->user_url; ?></a><br /></h5>
<h5>Email <?php echo $thisauthor->first_name . " " . $thisauthor->last_name; ?>
:
<?php if (S2MEMBER_CURRENT_USER_IS_LOGGED_IN){ ?> <a href="mailto:<? echo $thisauthor->user_email; ?>">Email Address</a> <?php } else { ?> (Only available to accredited members)<?php } ?></h5>
<p> </p>
<hr />
<p> </p>
<h3>What <?php echo $thisauthor->display_name; ?> says about themselves:</h3>
<p><?php echo $thisauthor->description; ?> </p>
<?php if (have_posts()) : ?>
<? endif; ?>
Statistics: Posted by arbie — June 19th, 2011, 12:08 pm
Statistics: Posted by Cristián Lávaque — June 19th, 2011, 11:20 am
Statistics: Posted by arbie — June 19th, 2011, 3:06 am
Statistics: Posted by Cristián Lávaque — June 18th, 2011, 10:49 pm
Statistics: Posted by arbie — June 18th, 2011, 12:15 pm