Page 1 of 1

Short Code on User Profile Modification Page Not Working

PostPosted: October 23rd, 2010, 11:57 am
by mooredb
I am trying to insert this code into on page called member's Modification page and it only posts the link. Is this suppose to display the Modification within the page? i
Code: Select all
[s2Get constant="S2MEMBER_CURRENT_USER_PROFILE_MODIFICATION_PAGE_URL" /]



I want my Modification page to have the same look and feel of my site.

Thanks.

Re: Short Code on User Profile Modification Page Not Working

PostPosted: October 24th, 2010, 12:25 am
by Jason Caldwell
You'll want to do something like this instead:
Code: Select all
<iframe src="[s2Get constant="S2MEMBER_CURRENT_USER_PROFILE_MODIFICATION_PAGE_URL" /]" scrolling="auto" style="width:100%; height:325px; border:1px solid #666666;"></iframe> 
The documentation will be updated in the next release.
Sorry for any confusion on this Shortcode equivalent.