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.

boudewijn lutgerink


My Latest Replies (From Various Topics)

Viewing 25 replies - 51 through 75 (of 168 total)
Author Replies
Author Replies
Posted: Saturday Feb 16th, 2013 at 2:02 am #41928

You will only see the s2member plugin. The pro version works in the background.
If you can see the s2member Pro (Login Widget) in the widget space you can be assured that the pro version is indeed up and running.

Posted: Saturday Feb 16th, 2013 at 1:10 am #41927

Duuuhhh, OMG I feel quite stupid. I totally overlooked that one. Tx for your time.

Posted: Friday Feb 15th, 2013 at 9:31 am #41877

I cannot find that Private Contact Form jason. Am I overlooking something?
** moments later **
Found it!

Posted: Friday Feb 15th, 2013 at 6:54 am #41843

In case you might wonder, YES you can use this in your testimonials :-)

Posted: Thursday Feb 14th, 2013 at 2:10 am #41677

Will do that. I first do an upgrade to 3.5.1 and see if that does any good. Tx anyway.

Posted: Thursday Feb 14th, 2013 at 1:39 am #41669

I tested the idea I posted previously (with the script). It doesn’t seem to work.
So I now would stick to my first idea to use the code sample but add the content directly into that page.

Posted: Wednesday Feb 13th, 2013 at 2:23 am #41597

Take a look at s2member->API scripting->Simple shortcode conditionals, 3rd example.
maybe that could give you an idea how to set up that one page.

thinking of it you could maybe use some javascript combined with that example. Like this:

[s2If current_user_is(s2member_level2)]
    <script type="text/javascript">
    <!--
    window.location = "http://www.yoursite.com/page_level_2"
    //-->
    </script>
[/s2If]

[s2If current_user_is(s2member_level1)]
    <script type="text/javascript">
    <!--
    window.location = "http://www.yoursite.com/page_level_1"
    //-->
    </script>
[/s2If]

I did not test this, so maybe it needs some tweaking.

Posted: Saturday Feb 9th, 2013 at 11:33 pm #41289

Thanks for the idea Bruce. I definetely need to take a good look at custom capabilities!

Posted: Friday Feb 8th, 2013 at 2:30 pm #41218

download the zip, unzip it on your hard disk and FTP it to your server.
The content of the zip should be in the http://www.YourDomain.com/wp-content/plugins/s2member-pro folder
MIND YOU, take care that you DO NOT have a s2member-pro folder as a subfolder of the s2member-pro folder in the plugins folder.

HTH

Posted: Friday Feb 8th, 2013 at 3:23 am #41180

Glad I could help you. ;-)

Posted: Friday Feb 8th, 2013 at 1:22 am #41174

Look at s2member->general options->Registration/Profile Fields & Options
You can create custom fields there.
If you scroll down in the configuration screen you see “applicable membership levels.”
That field defaults to “all”. You can change the values to whatever level you need.

Posted: Friday Feb 8th, 2013 at 1:11 am #41173

take a look at the wp-config.php file. (in the root of your site).
maybe there is a line like:

define('WP_DEBUG', true);

Disable that line and test again. I had a similar erroneous behavior that you describe here.

Posted: Friday Feb 8th, 2013 at 12:51 am #41171

Take a look at s2member->General Options->Login welcome page.
A special URL redirection posssibility is available there. Maybe that is something you can use.

HTH

Posted: Friday Feb 8th, 2013 at 12:11 am #41166

Well, I understand what you say. Does it make sense? No not at all. That means that for each and every article I want to protect I have to add a button to the membership options page. I have over 200 articles protected for level 1 members. I want to make it possible to read them on a one time basis.
The membership options page would then be cluttered with 200 “buy now” buttons.
Also the behavior is different from the level 1 articles.
I have an intro to the main part of the articles then a more tag and then the remainder of the article.
EVERYBODY can read the intro. Only when they click on the more tag WWITHOUT being logged in the visitor is redirected to the membership options page. Which does make sense.
If I use the URL to the specific post/page I do not even see the intro to the article but I get a redirect to the membership options page. So how can I know then whether or not I want to read the rest of the post?

Posted: Saturday Jan 26th, 2013 at 12:53 am #39607

I suppose the duration for such an article to be free for all should be somewhere in the settings for that post/page whereas the default should be set in the s2member menu.

Posted: Monday Jan 21st, 2013 at 12:00 am #38564

Hey Jason, Tx, that ‘debug’ line was in the config indeed, actually, it has always been there, but now played havoc with the site. This really solved a lot of problems for me.
Tx for the support!

Posted: Saturday Jan 19th, 2013 at 3:03 pm #38315

Anybody read this???
s2member is now completely useless for me.
Do I have to look for another tool?

Posted: Monday Dec 31st, 2012 at 3:06 am #35841

Did that, still a lot of rubbish on the pages. I am afraid I have to completely reinstall the site now…

Posted: Sunday Dec 23rd, 2012 at 2:42 am #35401

I will definetely come back to this. For now I have to fight the ugly beast called WordPress 3.5. That mean son of a B**ch completely screwed up my site and I am pretty much out of options except for ompletely rebuilding it.

If only I could have version 3.4.2 back on that server.

Posted: Friday Dec 21st, 2012 at 12:39 am #35205

Will do my best. I just updated to wp 3.5 and now I cannot get in the wp-admin. Contacted the hosting company already so maybe later today…

Posted: Friday Dec 21st, 2012 at 12:30 am #35204

So this mu-plugin is useless then.
Now that this option is ruled out, what can we do then to translate texts AFTER the user logged in?

Posted: Monday Dec 17th, 2012 at 1:36 am #34812

sorry for the double reply. somehow the connection failed for a moment and it looked like my comment was not saved… (duuuhhh)

Posted: Monday Dec 17th, 2012 at 1:35 am #34811

What you mean with

…it might not load in time…?

Is that function loaded once at startup and cannot be called?
That would make it completely useless for me to start with.
This is the scenario:
A user comes to the site, not logged in yet.
At that moment the site is then in its original state (English in this case)
Then the user logs in. At that moment the langage the user speak can be determined.
At that moment I want the site to show all texts in the language of the user.
Loading the text-translations before the user logs in makes no sense to me.

Once more, I need a function to translate text dynamically based on the language of the user that logs in (and that might NOT be the language the system uses)

Posted: Monday Dec 17th, 2012 at 1:32 am #34809

what do you mean with “It might not load in time”?

This is the scenario:
a visitor comes to the site. (s)he is not logged in yet.
At that moment the language of the visitor cannot be determined since the visitor is unknown.
Then the visitor logs in. After logging in the language can be determined.
Only at that moment the function can be called to translate texts into the langage of the user.
Ideally, if the user edit’s his/her profile and changes the language then the texts should be translated again.

Posted: Sunday Dec 16th, 2012 at 2:51 am #34765

Here’s what I did to check for the aforementioned erronious behavior.
I deactivted ALL plugins except for the s2pro plugin.
I then generated a new pro form shortcode. Accept set to paypal,visa,mastercard
Saved the page and took a look at it.
Fillied in some bogus info and select Paypal as payment method.
Still the billing address data appears…
Something is not OK…

I then removed the CC’s in the accept completely so only PayPal was accepted as way to pay. Saved the page and looked at it. Then also the billing address data appears.

What struck me also is that in a past version of the pro form when selecting PayPal the button at the end changed into the well-known PayPal alike button. That is not happening now.
Not really a problem, just noticed that one.

Viewing 25 replies - 51 through 75 (of 168 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.