PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
<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; ?>
echo c_ws_plugin__s2member_user_access::user_access_label($user_id);
$thisauthor
author.php
echo c_ws_plugin__s2member_user_access::user_access_label(intval($author));
echo c_ws_plugin__s2member_user_access::user_access_role(intval($author));
<h5><?php echo c_ws_plugin__s2member_user_access::user_access_role(intval($author)); ?></h5>
echo get_user_field('s2member_access_label', $thisauthor->ID);
<?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>
Users browsing this forum: No registered users and 0 guests