Community Support Forums — WordPress® ( Users Helping Users ) — 2011-08-07T13:42:00-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14371 2011-08-07T13:42:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14371&p=30095#p30095 <![CDATA[Re: Exactly how do I "configure a Special Redirection URL" h]]>

Happy you figured it out! :D

Statistics: Posted by Bruce C — August 7th, 2011, 1:42 pm


]]>
2011-08-07T13:40:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14371&p=30094#p30094 <![CDATA[Re: Exactly how do I "configure a Special Redirection URL" h]]> Statistics: Posted by shawnblog — August 7th, 2011, 1:40 pm


]]>
2011-08-07T13:04:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14371&p=30087#p30087 <![CDATA[Re: Exactly how do I "configure a Special Redirection URL" h]]>
I believe there are two ways to do this.

1 would be to set up one page for all user levels, as shown under s2Member -> API/Scripting -> Custom Capabilities(Packages)

Which would look something like this:

Code:
<?php if (current_user_can("access_s2member_level1")){ ?>
   
    Some premium content for all Level 1 Members.

    <?php } ?>

<?php } else { ?>
    Some public content.
<?php } ?>


Or, you could use the replacement code %%current_user_level%%, like this:

custom login.png

Then, you would have to set up a page for each one of the levels.

Does that help?

Statistics: Posted by Bruce C — August 7th, 2011, 1:04 pm


]]>
2011-08-07T12:50:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14371&p=30085#p30085 <![CDATA[Re: Exactly how do I "configure a Special Redirection URL" h]]>
From the Login Welcome Page section of S2Member Pro, I see dashboard instructions and a menu for picking a page to redirect users to after login. In that instruction set, I am shown a list of Replacement Codes for creating a "special redirection URL", presumably from that menu (?), but I am given no option there to enter anything - only to choose an existing page from my pages. This is a screen shot http://d.pr/1vl4

I read one thread here that indicated there would be an option in that pull down menu to choose special redirection URL (from which I guess one would enter the Replacement Codes/details of the URL

Is that something that must be coded directly in the plugin? If so, where?

Statistics: Posted by shawnblog — August 7th, 2011, 12:50 pm


]]>
2011-08-07T12:16:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14371&p=30081#p30081 <![CDATA[Re: Exactly how do I "configure a Special Redirection URL" h]]>
Can you clarify what you are trying to redirect?

As in, are you making different pages for different members, or a redirect after a person comes back from PayPal, etc.?

Statistics: Posted by Bruce C — August 7th, 2011, 12:16 pm


]]>
2011-08-07T00:54:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14371&p=30064#p30064 <![CDATA[Exactly how do I "configure a Special Redirection URL" here?]]>
Is this something I just need to write into the plugin somewhere? If so, where? And what?

So confused.

Statistics: Posted by shawnblog — August 7th, 2011, 12:54 am


]]>