Cristián Lávaque
My Latest Replies (From Various Topics)
| Author | Replies |
|---|---|
| Author | Replies |
| Posted: Friday Mar 9th, 2012 at 5:25 pm #7795 | |
|
|
|
|
You’re welcome, Barbara. We’re working on a very improved user management for the coming major release, so I hope that’ll make it easier for you in the future. |
|
| Posted: Friday Mar 9th, 2012 at 5:18 pm #7789 | |
|
|
|
|
OK. Could you show me the shortcode for the Auth.Net pro-form you’re using that gives you this error in the logs? Is this a new subscription the user is creating with you or is it an existing one he had with this Auth.Net account you’re using? |
|
| Posted: Friday Mar 9th, 2012 at 5:07 pm #7784 | |
|
|
|
|
Thanks very much for the confirmation guys! We’re glad you got that working finally. :) |
|
| Posted: Friday Mar 9th, 2012 at 5:04 pm #7783 | |
|
|
|
|
You’re welcome! I’m glad that solved it. :) |
|
| Posted: Friday Mar 9th, 2012 at 5:02 pm #7782 | |
|
|
|
|
You’re welcome, Andy. Glad you solved it. :) The super admin has access to everything. s2Member won’t restrict it, like with the Admin, if I’m not mistaken. You can use a plugin like the User Role Editor to view all the capabilities he has. |
|
| Posted: Friday Mar 9th, 2012 at 4:43 am #7703 | |
|
|
|
|
Hi Andy. Funny that your existing members aren’t getting the same menu the new ones get. I wonder if it’s related to caching? Do you have a caching plugin installed? By the way, most of your conditions are repeating the same thing. You could try a shorter code like this: [hilite pre_code]'resources-level-1')); if (current_user_can('access_s2member_level1')) wp_nav_menu(array('theme_location' => 'resources-level-2')); } else { echo "You can't access this"; } !> |
|
| Posted: Friday Mar 9th, 2012 at 4:22 am #7701 | |
|
|
|
|
Hello Min. Yes, you can do this. Please look here, the last setting (auto extend): About the Admin adding more time, it can be done editing the EOT time in the user’s profile. I hope that helps you. :) |
|
| Posted: Friday Mar 9th, 2012 at 4:10 am #7700 | |
|
|
|
|
Hi Tom. I tried the link and saw the blank page. It is not the page you linked to the one shown white, but the Membership Options Page, where I got redirected to when trying to view the protected page. This is the URL in my address bar: Those are the Membership Options Page Variables: Now, if I go to that URL directly, it loads fine, the problem seems to be in the redirection. The redirection results in a 414, which means that the URL is too large. This is most probably the same problem with the one you get after checkout. To fix that, you’ll need to change a setting in your server so it allows longer requesets. I believe it’s this one: I hope it helps! |
|
| Posted: Friday Mar 9th, 2012 at 3:59 am #7699 | |
|
|
|
|
Hi Ian. We may not officially integrate it soon. There are very many gateway requests, including that one. For now we’re concentrating on improving the API that’ll make it possible to create new integrations, so that they’ll be easier. You may want to take a look at this, in case you feel like trying to integrate it yourself following this tip: I hope it helps. :) |
|
| Posted: Friday Mar 9th, 2012 at 3:53 am #7697 | |
|
|
|
|
Hi Barbara. You could export your users and in the CSV search for those that have the custom capability you want, and create the list of users for that custom capability. Or you could try listing those users using the get_users function. http://www.primothemes.com/forums/viewtopic.php?f=4&t=14734#p33168 I hope that helps. :)
|
|
| Posted: Friday Mar 9th, 2012 at 3:45 am #7696 | |
|
|
|
|
Hello. Could you please post the related log entries, x’ing out private info (e.g. email addresses)? Are these new subscriptions you’re selling, or is the user already logged in and with a subscription which he’s trying to modify? Could you give more details about the situation that’s giving you that error? Thanks! |
|
| Posted: Friday Mar 9th, 2012 at 3:41 am #7695 | |
|
|
|
|
Hi Vashte. Where emails working properly before? Did you change something recently? Yes, please post the related log entries x’ing out private info (e.g. email addresses). Have you tested deactivating other plugins one by one and trying to reproduce the problem after each? |
|
| Posted: Friday Mar 9th, 2012 at 3:25 am #7694 | |
|
|
|
|
Hi John. No, it’s probably a problem in the way it was installed. This article may help you: |
|
| Posted: Friday Mar 9th, 2012 at 1:22 am #7690 | |
|
|
|
|
Hello Lee. You can send them privately using this form: |
|
| Posted: Friday Mar 9th, 2012 at 12:33 am #7687 | |
|
|
|
|
Cool. :) |
|
| Posted: Friday Mar 9th, 2012 at 12:30 am #7686 | |
|
|
|
|
Glad it got sorted out. Thanks for the update! :) |
|
| Posted: Friday Mar 9th, 2012 at 12:20 am #7685 | |
|
|
|
|
I honestly don’t know how that’d go before I tried it and checked that everything works fine. You can try it, but I suggest it with a test installation and see how it goes. You can Google migrating WordPress user tables from one site to another, see what you find. Maybe you find some pages that confirm it can be done without repercussions. |
|
| Posted: Friday Mar 9th, 2012 at 12:07 am #7682 | |
|
|
|
|
The way I’d probably do it, knowing the limitations of PayPal, would be to create a regular subscription and when the 13th month gets charged, I’d refund it and email the member about it, thanking him for having stuck with the membership that far and that I look forward to have him another year as a member. |
|
| Posted: Thursday Mar 8th, 2012 at 2:31 pm #7637 | |
|
|
|
|
Glad that helped. No, no list available. I can say it will be great, though. :P |
|
| Posted: Thursday Mar 8th, 2012 at 5:17 am #7610 | |
|
|
|
|
You’re welcome. :) |
|
| Posted: Thursday Mar 8th, 2012 at 5:11 am #7608 | |
|
|
|
|
Hi Matthew. I’m not fully sure if this is the reason, but I noticed in your item number that you separated the Level, ccaps and fixed term with colons, but the function’s documentation separates them with pipes.
Could you try that and see if it works right? I hope it helps.
|
|
| Posted: Thursday Mar 8th, 2012 at 4:53 am #7606 | |
|
|
|
|
Hi Steve. Thanks for the kudos. :) About your question, another user just asked that and Jason replied here: I hope that helps. |
|
| Posted: Thursday Mar 8th, 2012 at 4:47 am #7605 | |
|
|
|
|
Hi Rebecca. Well, you have two options. Either move all the new theme and posts to the existing installation, which would leave the userbase untouched, or move the userbase to the new installation. I’m not sure which one is best, though. I’ve never needed to do either one. Since you’ll probably have to move the new site to its final location, you could probably just copy every table from the new installation to the old one, except for the user related tables. I have never tried this, though, you should test it in a clone of the existing one first. Also remember you’ll have to double check that all your content access restrictions match what your users have bought. I’ll let others share their thoughts on your question. |
|
| Posted: Thursday Mar 8th, 2012 at 4:35 am #7604 | |
|
|
|
|
Hello Felisha. The best way would be adding custom capabilities. Then, in order to add them, you’d have to create a form that lets the user choose and submit it to the page with the pro-form or button to check out, which will be updated with what the user chose in the previous step. I hope that helps. :) |
|
| Posted: Wednesday Mar 7th, 2012 at 5:47 pm #7592 | |
|
|
|
|
Well, you can bypass the BuddyPress registration using a free registration pro-form. But this would be usable by anyone, not just those who purchased through ClickBank, and doesn’t even recognize if you purchased or not, so it’s not very useful unless you hide it in a URL that only those getting the email see. Now, here’s an idea: you could put the free registratino pro-form in a page protected with Specific Page restriction and then what you sell is the access to that page. |
|








Pre-Sale FAQs
Video Tutorials
Community Forum
Knowledge Base
News/Updates
s2 Codex / Docs
GPL v2 License
Contact A Human
About Us
Our Customers
Support Policy
Privacy Policy
