latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Christopher

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Paypal – Invalid Regular period?

By:  Roger in: Community Forum

voices: 3
replies: 5

3 years, 8 months ago  Christopher

Remove forgot password link on pro form

By:  Christopher in: Community Forum

voices: 4
replies: 9

4 years, 3 months ago  Raam Dev

Viewing 2 topics - 1 through 2 (of 2 total)

Topics I've Started

Viewing topic 1 (of 1 total)
Topic Count Last Reply
Remove forgot password link on pro form

By:  Christopher in: Community Forum

voices: 4
replies: 9

4 years, 3 months ago  Raam Dev

Viewing topic 1 (of 1 total)

My Latest Replies (From Various Topics)

Viewing 5 replies - 1 through 5 (of 5 total)
Author Replies
Author Replies
Posted: Sunday May 12th, 2013 at 2:57 am #49764
Christopher
Username: fusiagr

Please add this to your FAQ or suggest people trying it to answer to problems regarding short-code button for paypal. Could definitely save people hours of testing.

at the start of your button shortcode and

at the end…

Posted: Monday Oct 8th, 2012 at 3:44 am #27772
Christopher
Username: fusiagr

Hi,

I added this to my theme’s css:

.ws-plugin--s2member-pro-login-widget-lost-password {
display: none;
}

Thanks

Posted: Wednesday Oct 3rd, 2012 at 9:59 am #27336
Christopher
Username: fusiagr

Hi,

I am using code below in a wordpress page with php-exec plugin to allow for using php in page,

<?php
$options = array(
"title" => "", 
"signup_url" => "", 
"login_redirect" =>  "http://notthe.org",
"profile_title" => "",
"display_gravatar" => "0", 
"link_gravatar" => "0", 
"display_name" => "1", 
"logged_in_code" => "", 
"logout_redirect" => "http://notthe.org", 
"my_account_url" => "0", 
"my_profile_url" => "0" 
);
$args = array (
"before_widget" => "<div class=\"member_login_widget\">",
"after_widget" => "</div>",
"before_title" => "<h5>",
"after_title" => "</h5>"
);
echo s2member_pro_login_widget($options, $args);
?>
Posted: Tuesday Oct 2nd, 2012 at 6:28 pm #27276
Christopher
Username: fusiagr

HI,

I found a plugin that removes it from the wp-login page but it still shows up on this page. So it doesn’t appear to be using the log in page that wordpress uses.

Posted: Friday Sep 28th, 2012 at 8:01 pm #26899
Christopher
Username: fusiagr

Hi,

Sorry, yes i’m referring to the login widget that i’m calling in with php on a page in wordpress (using the exec-php plugin to allow php etc.)

thanks

Viewing 5 replies - 1 through 5 (of 5 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.