Cristián Lávaque
My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Thursday Jun 6th, 2013 at 5:39 am #51468 | |
|
|
I see both strings in the s2member.pot file, did you translate them there? s2member\includes\translations\s2member.pot |
|
Posted: Thursday Jun 6th, 2013 at 5:34 am #51467 | |
|
|
Sorry, I don’t know what to suggest, I’m not familiar with that hack. s2Member doesn’t deal with admin capabilities for the users, so what you’re asking is not a feature s2Member adds. You may want to ask in a general WordPress community how to do that, or googling for an article that may already give a how-to. |
|
Posted: Thursday Jun 6th, 2013 at 5:31 am #51466 | |
|
|
Name and email are there by default, the other fields can be created with s2Member as custom profile fields. See: [hilite path]Dashboard -› s2Member® -› General Options -› Registration/Profile Fields[/hilite] Except for the file upload, which is not something s2Member adds.
The pro-form doesn’t have a way to select from different packages. When the person chooses a package then the pro-form for it would need to be loaded. You could have links to separate pages for each pro-form as we do here: http://www.s2member.com/prices/ Or have a single page with the pro-form, modified with variables in your link. Knowledge Base » Using Variables In A Shortcode |
|
Posted: Thursday Jun 6th, 2013 at 4:41 am #51461 | |
|
|
I don’t know what specifically may be affecting your site, but there are a few things you can try to spot what’s causing you the problem: Knowledge Base » Common Troubleshooting Tips |
|
Posted: Thursday Jun 6th, 2013 at 4:38 am #51460 | |
|
|
Thanks for the kudos, Lynda! :)
In your Account page you’ll find a link to upgrade just paying the price difference with the one you have now, instead of full price. http://www.s2member.com/account/ Also, it’s called Unlimited License, we don’t have a Developer’s license. If you have clients that need s2Member, please see this section: http://www.s2member.com/prices/#s2-terms-license-types |
|
Posted: Thursday Jun 6th, 2013 at 4:31 am #51459 | |
|
|
Here you go: These articles are related and may help: |
|
Posted: Thursday Jun 6th, 2013 at 3:28 am #51457 | |
|
|
Those fields are only for a couple of the cards (e.g. Solo), and should not be showing for just any card. You may be having something conflicting with the pro-form’s JavaScript, causing it to behave incorrectly like that. Could you try these, please? Knowledge Base » Common Troubleshooting Tips |
|
Posted: Thursday Jun 6th, 2013 at 3:22 am #51456 | |
|
|
Do you mean with your payment for the s2Member Pro license? or getting paid by your customers to sell them access to your content? |
|
Posted: Thursday Jun 6th, 2013 at 3:21 am #51455 | |
|
|
There are services for spammers that hire people to enter captcha codes, so these aren’t always the ultimate solution. You may want to try other plugins that add features to stop spam registrations. We haven’t done testing on these, so I can’t say which will work fine with s2Member or not, but you can test and see what works for you. If you let us know what you found useful, it’d be great because it’ll help others interested in this same thing. It’s most likely that other plugins will work if you’re using the default registration page (even if customized) rather than the s2Member free registration pro-form, but if the plugin adds its checks server-side instead of the form itself, it may help with it too.
If you don’t allow custom passwords, the person will have to open his email to get the password to login with. It won’t stop the registration, but will prevent some bots from then logging in. [hilite path]Dashboard -› s2Member® -› General Options -› Registration/Profile Fields -> Custom Passwords[/hilite] This is an added way to help fight spam registrations, but there may be bots that check the New User email sent by WordPress to gain this access and then spam. What you can do is customize your New User email so that the password is not obvious to a bot, the simple fact of it not being the default WordPress email would help (especially the password line). [hilite path]Dashboard -› s2Member® -› General Options -› Email Configuration -> New User[/hilite]
This would not be a problem for paid registrations, the spammer is not going to bypass that if he didn’t pay, so you don’t need to worry about that. Robert is having this problem with free registrations, which would also be a problem without s2Member, unless he adds extra measures to prevent them. |
|
Posted: Thursday Jun 6th, 2013 at 2:16 am #51454 | |
|
|
Thanks. I see, it is a Buy Now button then, it should be setting the EOT time immediately after checkout… Did you see in the user’s profile that paid the upgrade, that it’s missing the EOT time? or you just know he wasn’t demoted when he should have but didn’t check if the EOT time was there? Could you please submit your site’s info so I review the configuration and maybe do a test purchase trying to reproduce the problem you’re reporting? Leave me a reply here after you did so I look for it. Thanks! s2Member® » Private Contact Form |
|
Posted: Thursday Jun 6th, 2013 at 12:27 am #51451 | |
|
|
You can leave Bruce a question regarding his tutorial there, but you can put the functions he gives in a must-use plugin. http://codex.wordpress.org/Must_Use_Plugins Basically put the PHP file with your code in the the /wp-content/mu-plugins/ directory and it’ll be loaded automatically by WordPress. You can use the vars directly in your Membership Options Page, though. See the documentation here: [hilite path]Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars)[/hilite] ou will need a PHP execution plugin, there are several available: http://wordpress.org/plugins/search.php?q=php+execution |
|
Posted: Thursday Jun 6th, 2013 at 12:19 am #51449 | |
|
|
Have you added [hilite mono]html[/hilite] to the list of extensions here? [hilite path]Dashboard -› s2Member® -› Download Options -› Inline File Extensions[/hilite]
They’ll be protected too if they’re under the s2member-files directory. I’m not sure if the HTML file will be able to embed them though, test it. If not, you’ll need to add a download key to those. [hilite path]Dashboard -› s2Member® -› Download Options -› Advanced Download Restrictions[/hilite]
I haven’t done this before. You could try changing the s2Member protected directory for files to be that one, but you’ll need to test how it works for your use. See: http://www.primothemes.com/forums/viewtopic.php?f=36&t=2729&p=8018#p8018 |
|
Posted: Wednesday Jun 5th, 2013 at 11:30 pm #51448 | |
|
|
I’ll ask Jason about it. |
|
Posted: Wednesday Jun 5th, 2013 at 11:27 pm #51447 | |
|
|
Could you please show me the shortcode for the button/form they purchase the renewal with? Thanks. |
|
Posted: Wednesday Jun 5th, 2013 at 11:22 pm #51446 | |
|
|
If CSS alone is not enough to achieve the form layout you want, you can create a copy of the login widget’s PHP file, put it in the must-use plugins directory, and edit the template there to what you need. /wp-content/plugins/s2member-pro/includes/classes/login-widget.inc.php |
|
Posted: Wednesday Jun 5th, 2013 at 11:17 pm #51445 | |
|
|
s2Member’s multisite feature is that you can specify how many child blogs the user can create based on his s2Member Level. As with other plugins, s2Member can be available to the child blog admins, but each blog has its own scope. s2Member restrictions don’t work across the network, only in the scope of the blog its working from. So IP restrictions on Blog A won’t work on Blog B, only Blog A. |
|
Posted: Wednesday Jun 5th, 2013 at 11:13 pm #51444 | |
|
|
Please take a look at this article I wrote on account review/approval and how you could do something similar using s2Member. Knowledge Base » Free user review/approval process |
|
Posted: Wednesday Jun 5th, 2013 at 11:02 pm #51443 | |
|
|
Got it. I see the product was under the tab for recurring. You have the wrong URL, with the incorrect domain name (mysite.com) in the success URL as I mentioned above. Oh, and you added thanks/ before the s2Member vars. See: I posted earlier the URL to use where you just need to change the domain names. I didn’t use the actual domain name in that post because I still didn’t know if you would mind, but seeing how you don’t, here is the correct URL to use:
Now, looking at it a bit more, I’m confused. You have two products, product one has as the thank-you page what is the pitch page for product 2, right? Then what’s the correct thank-you page for product 2? Product 1 has the wrong thank-you page URL, it should be one I pasted above this parragraph, unless you’re not selling it with s2Member. For product 2 you need to change it to the correct one or the person will be taken to mysite.com or back to the pitch page for product 2. This is not very complicated, you should be able to do it yourself. The correct thank-you page URL for your s2Member installation is here: [hilite path]Dashboard -› s2Member® -› ClickBank® Options -› Thank-You Page Integration[/hilite] I.e. http://how2gainmusclefast.com/?s2member_pro_clickbank_return=1 And to customize it with a redirection to your own custom thank-you page, you use the [hilite mono]s2member_pro_clickbank_return_success[/hilite] variable in the querystring, with the URL encoded with a tool like this one: http://meyerweb.com/eric/tools/dencoder/ If the custom thank-you page address is http://how2gainmusclefast.com/thank-you/ then the URL encoded one will be [hilite mono]http%3A%2F%2Fhow2gainmusclefast.com%2Fthank-you%2F[/hilite] Thus:
|
|
Posted: Wednesday Jun 5th, 2013 at 4:19 pm #51425 | |
|
|
Other than disabling the visual editor, I gave other suggestions to help you, did you try them? You don’t have to use ezPHP, please try other PHP execution plugins, there are several, some of them may not be subject to this WordPress issue in your installation. Or try the raw tags? I’m sorry, there’s nothing more I can say or do for you in this case. :/ |
|
Posted: Wednesday Jun 5th, 2013 at 3:03 pm #51421 | |
|
|
You didn’t udpate the domain name in the success URL. Then s2Member would get the info because the return URL is fine, but you’d be redirected to the wrong success URL and that’s what’s not working. Try fixing the domain name and try again, please. By the way, yesterday I didn’t see a second product, just product 1. Did you add it now? |
|
Posted: Wednesday Jun 5th, 2013 at 6:26 am #51408 | |
|
|
Could you please try these? Knowledge Base » Common Troubleshooting Tips If after those tests you still have the problem, could you provide your site’s info so we take a look? s2Member® » Private Contact Form Please let us know here after sending it. Thanks. |
|
Posted: Wednesday Jun 5th, 2013 at 6:22 am #51407 | |
|
|
You mean URL parameter? If it’s for the ClickBank skin, you can use the cbskin attribute for your shortcode. [hilite path]Dashboard -› s2Member® -› ClickBank® Buttons -› Shortcode Attributes -> cbskin[/hilite]
If it’s something else, you can change the shortcode’s output to URL and add your variable after it. See: [hilite path]Dashboard -› s2Member® -› ClickBank® Buttons -› Shortcode Attributes -> output[/hilite] |
|
Posted: Wednesday Jun 5th, 2013 at 6:19 am #51406 | |
|
|
I’ll ask Jason about it and let you know what he says when I hear back from him. |
|
Posted: Wednesday Jun 5th, 2013 at 5:55 am #51404 | |
|
|
I remember a similar problem about 2 years ago with links in Word docs, but I couldn’t find the thread to see what the solution (if any) was then. I think it was something to do with how the browser handled it. I’ll ask Jason about this. If you using the OpenOffice alternative to PowerPoint, do you have the same problem? You did use the www consistently with your site in the link that’s in the file, right? Just checking. Knowledge Base » Logged In, But Am I? |
|
Posted: Wednesday Jun 5th, 2013 at 5:24 am #51402 | |
|
|
I don’t see the Thank You Page URL changed from the one I’d seen before here: [hilite path]ClickBank Admin -> Settings -> My Products[/hilite] The product there should have the URL I mentioned earlier (changing the domain name to the actual one, of course). |