Community Support Forums — WordPress® ( Users Helping Users ) — 2010-08-24T10:57:12-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=526 2010-08-24T10:57:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=526&p=2551#p2551 <![CDATA[Re: Displaying Membership Level on profile]]> Statistics: Posted by Jason Caldwell — August 24th, 2010, 10:57 am


]]>
2010-08-18T04:58:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=526&p=2460#p2460 <![CDATA[Re: Displaying Membership Level on profile]]>
Again Jason has come through for me - going over and above the usual level of support! Got the answer from him by email - if anyone else needs to add the displayed user level to a profile then use the following php:

Code:
$user = new WP_User( bp_get_displayed_user_username() );
$level = ws_plugin__s2member_user_access_level($user);
$label = constant("S2MEMBER_LEVEL".$level."_LABEL");
echo $label;


Yay!

Statistics: Posted by nathardwick — August 18th, 2010, 4:58 am


]]>
2010-08-17T17:14:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=526&p=2415#p2415 <![CDATA[Re: Displaying Membership Level on profile]]> Hi there. I apologize for the delayed response.

Are you talking about the Membership "Level" ?
Code:
<?php echo S2MEMBER_CURRENT_USER_ACCESS_LEVEL; ?>

Statistics: Posted by Jason Caldwell — August 17th, 2010, 5:14 pm


]]>
2010-08-16T13:09:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=526&p=2323#p2323 <![CDATA[Re: Displaying Membership Level on profile]]> Statistics: Posted by nathardwick — August 16th, 2010, 1:09 pm


]]>
2010-08-08T09:32:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=526&p=2209#p2209 <![CDATA[Re: Displaying Membership Level on profile]]> Statistics: Posted by nathardwick — August 8th, 2010, 9:32 am


]]>
2010-08-08T09:18:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=526&p=2208#p2208 <![CDATA[Re: Displaying Membership Level on profile]]> Statistics: Posted by nathardwick — August 8th, 2010, 9:18 am


]]>
2010-08-08T09:12:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=526&p=2207#p2207 <![CDATA[Displaying Membership Level on profile]]>
Thanks in advance for any help on this,
N

Statistics: Posted by nathardwick — August 8th, 2010, 9:12 am


]]>