Community Support Forums — WordPress® ( Users Helping Users ) — 2011-09-14T02:27:00-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14950 2011-09-14T02:27:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14950&p=37167#p37167 <![CDATA[Re: Two Login Welcome Pages]]>

Statistics: Posted by Cristián Lávaque — September 14th, 2011, 2:27 am


]]>
2011-09-11T08:01:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14950&p=34542#p34542 <![CDATA[Re: Two Login Welcome Pages]]>
Its a solution create a new page "http://www.abctrader.net/swich/" and paste only your code EXACTLY ?


[s2If current_user_is(s2member_level0)]
Recepción
[/s2If]

[s2If !current_user_can(access_s2member_level1)]
Bienvenido
[/s2If]



Thxs

Statistics: Posted by Maneiroxxi — September 11th, 2011, 8:01 am


]]>
2011-09-10T03:07:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14950&p=34469#p34469 <![CDATA[Re: Two Login Welcome Pages]]> WP Admin -> s2Member -> API / Scripting -> Simple/Shortcode Conditionals

Code:
[s2If current_user_is(s2member_level0)]
    Recepción
[/s2If]

[s2If !current_user_can(access_s2member_level1)]
    Bienvenido
[/s2If]


I hope this helps. :)

Statistics: Posted by Cristián Lávaque — September 10th, 2011, 3:07 am


]]>
2011-09-09T23:42:38-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14950&p=34443#p34443 <![CDATA[Two Login Welcome Pages]]>
I like two differents pages for “Login Welcome Page” setup (http://img713.imageshack.us/img713/51/loginwelcomepage.jpg).

For level = 0 I like this page:
http://www.abctrader.net/recepcion/

For level >=1 I like this page
http://www.abctrader.net/bienvenido/

I have to write exactly in the line indicated in the diagram below?

Thxs

Statistics: Posted by Maneiroxxi — September 9th, 2011, 11:42 pm


]]>