Support Forum
No, I didn't have a semi-colon. When I added it, the error message went away, but the data is still not showing up.
Am I putting the tag in the right place on the spProfile.php template?
# show profile info
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'));
do_shortcode('[s2Get constant="S2MEMBER_CURRENT_USER_EMAIL" /]');
sp_ColumnEnd('', 'profileInfo');
sp_SectionEnd('tagClass=spClear', 'profileBasic');
well, now you are running into needing to know what s2 member is doing... going to be hard to help without knowing s2 member...
but yes, that location is fine...
maybe that shortcode only returns data... so you could try:
echo do_shortcode('[s2Get constant="S2MEMBER_CURRENT_USER_EMAIL" /]');
Visit Cruise Talk Central and Mr Papa's World
Hi Mr. Papa:
I added the "echo" in front of "do_shortcode('[s2Get constant="S2MEMBER_CURRENT_USER_EMAIL" /]');" and that worked. The profile field from S2member is now showing up in the profile section of Simple:Press.
The problem now is the shortcode is showing the "current user's" data for ALL of the users. I want to have each user's data from S2member show up in their individual Simple:Press profile.
Is there a way to do this?
Thanks.
np... think you have the recipe now, just need the s2member api info...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)