Eduan

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Sunday Nov 25th, 2012 at 3:41 pm #32544 | |
![]() |
|
That’s very strange… s2Member doesn’t add that field by default, and neither does WordPress. You might be interested in checking under Dashboard -› s2Member® -› General Options -› Registration/Profile Fields to make sure you didn’t add this in yourself. Also, it might be possible that another plugin, or your theme is adding this, could you please follow these troubleshooting tips: Knowledge Base » Common Troubleshooting Tips Thanks! |
|
Posted: Sunday Nov 25th, 2012 at 3:38 pm #32543 | |
![]() |
|
Well, I inspected the code and noticed more than one thing wrong. First, I suggest you don’t change the variable names, unless you do a search and replace on the whole file, also please tell me when you change the names, cause I was a bit confused. ;) Also, don’t change the indenting, for some reason it’s all messed up. OK, then, if you want your users to be able to select more than one option, then I suggest you use check boxes, not drop-downs. Here’s some reference on forms, there’s check boxes among those: http://www.w3schools.com/html/html_forms.asp Also, last time I checked, this hack only works with PayPal buttons, not pro-forms, so that’s another thing you need to change. And… Oh yeah, the level attribute must be set to 0 or 1, depending on the level that this is gonna offer, you can’t set it to *. – Eduan |
|
Posted: Sunday Nov 25th, 2012 at 3:00 pm #32541 | |
![]() |
|
Could you please show us the real URL to your website? So that we may check what might be adding that. Thanks! |
|
Posted: Sunday Nov 25th, 2012 at 1:29 pm #32539 | |
![]() |
|
Could you please post the following here:
Thanks, these’ll help me find the reason of your problem. :) |
|
Posted: Sunday Nov 25th, 2012 at 10:13 am #32534 | |
![]() |
|
Hello Nat, The transaction ID field is for s2Member, and your members don’t need to fill it, only s2Member needs it for s2Member stuff. It isn’t offered to the user for him to fill. If you are using the free registration form that WordPress provides (http://www.yourwebsite.com/wp-login.php?action=register) then you will have to modify WordPress to include that, not s2Member. – Eduan |
|
Posted: Sunday Nov 25th, 2012 at 10:09 am #32532 | |
![]() |
|
Glad my button helped you. :) Change the output value, from “button”, to “url”. In order for the hack to work. If that’s what you didn’t understand. :) – Eduan |
|
Posted: Sunday Nov 25th, 2012 at 10:07 am #32531 | |
![]() |
|
Hello Rainer, Well, this is possible without s2Member, although WordPress isn’t designed for this. So it might be better if you hire a freelancer to create a system like this for you, or customize WordPress to work like this, but it wasn’t designed for this. WordPress was designed to post content easily, remember that. – Eduan |
|
Posted: Saturday Nov 24th, 2012 at 9:09 pm #32509 | |
![]() |
|
Hello Michael, So if I understood correctly, whenever you’re redirected to the membership options page, it appears blank, but when you go directly to the page it works? Could you please paste the contents of your membership options page? See if we can find anything out of the normal? Thanks! – Eduan |
|
Posted: Saturday Nov 24th, 2012 at 7:27 pm #32491 | |
![]() |
|
One thing you can do is check the downloads videos: Video » s2Member® File Downloads (Complete Series) They contain use of FileZilla, and so you just gotta install s2Member instead of doing what Jason does in the videos. :) – Eduan |
|
Posted: Saturday Nov 24th, 2012 at 4:28 pm #32487 | |
![]() |
|
Hello Ethan, I’m afraid not… Although I plan to make one some time soon, it’s still a couple of weeks away I’m afraid. – Eduan |
|
Posted: Saturday Nov 24th, 2012 at 3:58 pm #32484 | |
![]() |
|
No problem, glad I was able to help. :) |
|
Posted: Saturday Nov 24th, 2012 at 3:57 pm #32483 | |
![]() |
|
No problem. :) |
|
Posted: Saturday Nov 24th, 2012 at 10:26 am #32477 | |
![]() |
|
Hello Linda, This is currently not possible with s2Member, although I believe it is in the new major release of s2Member. Also, the search bar is on the top-right side of this website. :) – Eduan |
|
Posted: Saturday Nov 24th, 2012 at 9:43 am #32476 | |
![]() |
|
I see. Well, could you follow the common trouble shooting tips please? They might help you solve your problem. |
|
Posted: Saturday Nov 24th, 2012 at 9:10 am #32475 | |
![]() |
|
Hello Olivier, I’m afraid not, a user made a translation, but it’s only a front-end translation. You can find it here: http://www.echodesplugins.fr/mes-traductions-de-plugins/#s2member Hope this helps. :) |
|
Posted: Saturday Nov 24th, 2012 at 9:08 am #32474 | |
![]() |
|
Hello Ethan, When you’re upgrading to the paid version, instead of paying for a new account, you must use an upgrade button. Which you can find under the My Account link. Hope this helps. :) |
|
Posted: Friday Nov 23rd, 2012 at 10:06 pm #32458 | |
![]() |
|
No problem. :) |
|
Posted: Friday Nov 23rd, 2012 at 3:36 pm #32450 | |
![]() |
|
Hello Beltane, One way you can achieve this is by simply using s2Member conditionals (Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals) to check if the user is level 0, if he is then he will get some text along the lines of “Please wait for your account to be approved”. You can read up about conditionals in this article: Knowledge Base » s2Member® Conditionals – Eduan |
|
Posted: Friday Nov 23rd, 2012 at 12:33 pm #32427 | |
![]() |
|
I will send him an email, so that he can contact you. :) Done, he will contact you as soon as he can. ;) |
|
Posted: Friday Nov 23rd, 2012 at 12:31 pm #32426 | |
![]() |
|
Hello Leo, This would be possible, but it’s outside s2Member, you gotta use WordPress functions to do this, check their codex: http://codex.wordpress.org/ You would of course use the s2Member conditionals, but you would use WordPress functions in order to check which post it is. – Eduan |
|
Posted: Friday Nov 23rd, 2012 at 12:28 pm #32425 | |
![]() |
|
Hello Pam, So what you’re trying to achieve is modify the button according to the user’s selections right? In that case you might be interested in this article: Knowledge Base » Using variables in a shortcode Also check out my hack which might help you, just gotta customize it to your needs: http://eduantech.com/code-snippets/donation-button-that-gives-access Hope this helps. :) |
|
Posted: Friday Nov 23rd, 2012 at 12:26 pm #32424 | |
![]() |
|
Hello Maximilian, I’m not aware of any way to do this without modifying the core files, or using front-end translations. – Eduan |
|
Posted: Thursday Nov 22nd, 2012 at 1:29 pm #32370 | |
![]() |
|
Hello Jeff, I suppose this is being caused because all your content is protected with s2Member correct? Have you set up a membership options page, and filled it with content? Dashboard -› s2Member® -› General Options -› Membership Options Page If you have, and you’re having these problems then could you please try the following trouble shooting tips? Thanks: Hope this helps. :) |
|
Posted: Thursday Nov 22nd, 2012 at 11:14 am #32367 | |
![]() |
|
Hello Olivier, Here’s a French translation by another community member: However I’m afraid it’s only front-end. – Eduan |
|
Posted: Thursday Nov 22nd, 2012 at 10:08 am #32361 | |
![]() |
|
Hello Michael, Currently s2Member doesn’t have this functionality I believe. You will need to either send the email manually, or make a simple script that notifies the user when he’s upgraded. – Eduan |