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™

My account link

s2Member Plugin. A Membership plugin for WordPress®.

My account link

Postby defeyter » November 30th, 2011, 3:13 pm

Hello,

If I want the My Account link (or welcome page link) to be displayed on a page and not in a sidebar, which code would I put in? Every client has their own page, based using %%current_user_login%% as welcome page.

I have looked on this forum and in the docs, but I cannot find it.

Thanks,
Chris de Feijter
S2Member Pro user.
User avatar
defeyter
Registered User
Registered User
 
Posts: 8
Joined: June 22, 2010

Re: My account link

Postby Raam Dev » December 1st, 2011, 1:44 am

Hi Chris,

Under WP Admin -> s2Member -> API/Scripting -> s2Member PHP/API Constants, you'll find this bit:

S2MEMBER_CURRENT_USER_LOGIN
This will always be a (string) containing the current User's Username. Empty if not logged in.

<?php echo S2MEMBER_CURRENT_USER_LOGIN; ?>
This may output something like: johnsmith22
( or whatever their login/username is )

---- s2member Shortcode Equivalent ----

[s2Get constant="S2MEMBER_CURRENT_USER_LOGIN" /]


So, if you were on a WordPress Page, you could construct a My Account link using something like this:

Code: Select all
<a href="/members/[s2Get constant="S2MEMBER_CURRENT_USER_LOGIN" /]/profile/">My Account</a>


or, if you wanted to do it with PHP from a template file:

Code: Select all
<a href="/members/<?php echo S2MEMBER_CURRENT_USER_LOGIN; ?>/profile/">My Account</a>


Does that answer your question?
Raam Dev || Wherever you are, be there. || Please rate s2Member!
User avatar
Raam Dev
Developer
Developer
 
Posts: 810
Joined: October 26, 2011

Re: My account link

Postby defeyter » December 1st, 2011, 9:17 am

Thanks Raam Dev, it worked. I now have a link.

Great help and have a good holiday season.

Chris
User avatar
defeyter
Registered User
Registered User
 
Posts: 8
Joined: June 22, 2010

Re: My account link

Postby Raam Dev » December 1st, 2011, 8:28 pm

You're welcome, Chris! Glad it worked out. :) Have a great holiday season!
Raam Dev || Wherever you are, be there. || Please rate s2Member!
User avatar
Raam Dev
Developer
Developer
 
Posts: 810
Joined: October 26, 2011


Return to s2Member Plugin

Who is online

Users browsing this forum: Exabot [Bot] and 2 guests

cron