Community Support Forums — WordPress® ( Users Helping Users ) — 2011-08-16T10:13:44-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=2268 2011-08-16T10:13:44-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=32047#p32047 <![CDATA[Re: Stand alone profile page redirects to page_id=0 after sa]]> Statistics: Posted by daveha — August 16th, 2011, 10:13 am


]]>
2011-08-15T20:14:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=32014#p32014 <![CDATA[Re: Stand alone profile page redirects to page_id=0 after sa]]> I've just had this corrected, and the new release with this fix should go out in the next day or so.

Statistics: Posted by Jason Caldwell — August 15th, 2011, 8:14 pm


]]>
2011-08-15T17:53:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=32002#p32002 <![CDATA[Re: Stand alone profile page redirects to page_id=0 after sa]]>
How long until you release the next version with the fix?

Statistics: Posted by daveha — August 15th, 2011, 5:53 pm


]]>
2011-08-15T16:33:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=31993#p31993 <![CDATA[Re: Stand alone profile page redirects to page_id=0 after sa]]> Special Redirection URL is used, then it shouldn't default to Page 0, I'll let Jason know about this.

In the meantime, what you could do is use a normal page for the Login Welcome Page instead of a URL with the replacement code, then have alternative content depending on the user's level using conditionals. WP Admin -> s2Member -> API / Scripting -> Simple/Shortcode Conditionals -> Example #3

Code:
[s2If current_user_is(s2member_level2)]
    Some premium content for Level 2 Members.
[/s2If]

[s2If current_user_is(s2member_level1)]
    Some premium content for Level 1 Members.
[/s2If]

[s2If current_user_is(s2member_level0)]
    Some content for Free Subscribers.
[/s2If]


I hope that helps.

Statistics: Posted by Cristián Lávaque — August 15th, 2011, 4:33 pm


]]>
2011-08-14T21:38:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=30788#p30788 <![CDATA[Re: Stand alone profile page redirects to page_id=0 after sa]]> Statistics: Posted by daveha — August 14th, 2011, 9:38 pm


]]>
2011-08-14T21:21:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=30786#p30786 <![CDATA[Re: Stand alone profile page redirects to page_id=0 after sa]]>
In the meantime, try using one of the other options.

Statistics: Posted by Bruce C — August 14th, 2011, 9:21 pm


]]>
2011-08-14T20:29:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=30782#p30782 <![CDATA[Re: Stand alone profile page redirects to page_id=0 after sa]]>
http://www.mydomain.com/membership%%current_user_level%%/

I dont wany the Stand alone profile page to redirect to page_id=0

Statistics: Posted by daveha — August 14th, 2011, 8:29 pm


]]>
2011-08-12T22:58:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=30657#p30657 <![CDATA[Re: Stand alone profile page redirects to page_id=0 after sa]]> If there is no page specified, it defaults to page_id=0.
I believe that's why you're getting that error.


Set the page your iframe is on for the Login Welcome Page, that should fix it.

Statistics: Posted by Bruce C — August 12th, 2011, 10:58 pm


]]>
2011-08-12T14:00:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=30607#p30607 <![CDATA[Re: Stand alone profile page redirects to page_id=0 after sa]]> Statistics: Posted by daveha — August 12th, 2011, 2:00 pm


]]>
2011-02-13T20:55:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2268&p=6687#p6687 <![CDATA[Stand alone profile page redirects to page_id=0 after saving]]> http://mysite.com/?page_id=0

How can I change where users are directed to after saving changes to their profile?

Thanks
Tim

Statistics: Posted by tugboss — February 13th, 2011, 8:55 pm


]]>