3289 comments found.
How to remove memberships from home page so they can only be seen when logged in?
You can edit view/front/index.tpl.php and replace
<?php if ($this->memberships): ?>with
<?php if ($this->memberships and $this->auth->logged_in): ?>
Hi
I have purchased membership managemnt pro 5.01
all seems good, but when someone registers. when they click the submit button, it just hangs. the icon spins constantly forever. the account is created in the database and the member can login in, if they leave the register page themselves,
this is same with all setting. i have to have auto register and no verifiication on as no email received either
Please configure your SMTP settings from the admin configuration page
how do I link my website to membership-pro
Sorry, Im not sure I understand your question.
can you send me a link on how to use this software, Editing pages, Adding pages, Adding php scripts just general editing…
sateeshh_v and gewa13 – Same is needed here. Example, when a user registers an account, they login. Within a protected page, can we show a membership option so they can pay? I have tried to create a membership and set “private membership” to yes, and “published” to yes, and nothing shows up under the protected “membership page”. What is the code to add “private memberships” to protected pages?
Private memberships are not visible, those are used for certain situations, where you want to assign membership to your friends, or some clients.
I need to call an API once a membership is created to link the account to another system, where is the best place to do that in the code? lib/Membership.php possibly? I want to be specific here, I don’t want to do this for people that just create accounts and never select a membership.
I also need to call an API to check and set usage limits. I’m thinking I need to do this in the ipn.php file where payment_status = completed in case the user has changed plans. If they have changed, I need to set the usage limits accordingly. It looks like the system creates a new row for each reoccurring membership plan in UM table.
Seeing as you built all this, I’m just trying to understand the best places to integrate things i need for my business model. Memberships and payments are something that go together but have different processing locations.
For membership use buyMembership() in /lib/Front.php, as for the usage limit, sure you can use ipn file.
Can we do membership subscription payment from user dashboard ? how can i add payment button in user dashboard, i can see the membership plan information – need paynow button require below subscription plans information, how to add this option ?
Each plan already has payment button. Im not sure what are you asking
i am not getting any payment button, how to fix this issue ?
Thats strange. Could you please email me from my profile page with your front end username/password as well as url
HI Need support, after admin login – settings pup_up page not showing – it’s auto closing unable to open that page.
Sorry, what pop up page?
@gambletorium Did you find out how to remove the “Latest News” on top?
Hi, so we have an existing site that sits in the root folder and we’ve installed the latest MMP version in a subdirectory which means we need to interrogate membership capability into our existing site.
Are there any “hooks” to enable this kind of integration? Just like the previous versions where on the admin panel there were some PHP instruction codes to hook to init.php and login.php.
I understand that the new version has built-in page creation for membership protection pages, but we have an existing site and we’re trying to figure out what the best course of action is for us.
Please let us know your recommendations! Thanks
you can still do it, by including init.php file
I just bought and installed today. I have spent a lot of time trying to find where to edit the top menu. I saw in the comments where you told someone that Menu is auto generated based on your actual page items from the admin panel. I don’t find this to be true. I need to find where to change the Latest News to something else, or remove it. The Sign In button should say Sign up, not Sign In. Where do I edit the menu? Thanks
Language phrases could be changed fro the admin panel, as for the actual layout of menu items, look in /view/front/header.tpl.php
Привет!
Скажите, а вы делаете на заказ, под сайт, с функциями которые нам нужны?
Спасибо!
Hello, I have a question before purchasing, if I wanted the user to have the option to buy several memberships from different services, would that be possible? Or better yet, do you offer a service to personalize the code?
Currently only one active membership per user. Sure, you can contact me from my profile page.
I’m sure you are tired of this one (I searched here), but my registration will just not work. I am brand new user so on the latest version. It creates an account but just spins and does not send and email or load.
Yes, I have gone over the SMTP config settings Yes, I have put the site in debug mode, no errors or warnings Yes, I have reviewed the server logs Yes, I have tried Amazon SES Yes, I have tried Mailjet Yes, I have tried different ports and SSL vs TLS Yes, I have the website email matching the verified sender email No, I have not changed any of the PHP objects in the lib folder.
This is quite frustrating. As you can imagine I have had to create multiple ESP accounts, update DNS records, verify senders, and do more than just above to even get to the point of putting in SMTP settings into the system. I have probably tested 35 accounts and various SMTP settings on my installation and no luck. I’m concerned with how much I may be junking up the DB as I noticed deletions in the admin aren’t necessarily cascading through parent and child tables.
What am I missing here? This isn’t my first rodeo with SMTP or sending emails.
In addition to this, I have a verified paypal account, set the IPN link on the account from the gateway settings and when I try and purchase a plan I just get the “Things don’t appear to be working at the moment. Please try again later” with no error or reason why it’s not working. There’s not a lot of settings here to mess up…
I’m liking what you have built here. It is perfect for my needs, but I need it to obviously work. I purchased extended support, please advise on these issues. Searching in these comments are not giving me the answers I need.
Thank you.
Im not sure what the issue is, but most likely misconfiguration. I can have a look at your install, please email me from my profile page
if the registration spins for you, like it did me… Try this: Put the application in debug mode in lib/config.ini.php. When the registration just spins, hit the REFRESH button to see if an error actually gets produced. I wasn’t doing that step. I was able to determine that SMTP restrictions on the web host and not the STMP settings in the application were the problem.
For anyone else… the reason my paypal wasn’t working was the currency code was sent to USA instead of USD.
Hi, so I am still running the 2015 version and lately I have been running into issues with the user accounts not being updated with the memberships after user makes a purchase. I have been manually updating the users with their memberships but it’s been really annoying for both ends, so I’m trying to figure out what’s happening, and whether its possible that because it’s running an old version things just…stopped working?
Some things that might help: I only accept payment through Paypal, and I have checked the Paypal IPN history and I can see the notifications, but somehow idk how it works, it does not get sent to the membership side of things.
Another weird thing, I no longer can see the dashboard view, its blank, and when I log into admin, I cant click on anything unless I click on Hello Admin… on top right. Also I cant update news or add news, unless I go into database and delete the row for the news that’s there, then I can add news, but I still cant update it.
I think in the past I have contacted you regarding this and you said its not possible to upgrade to the latest version because of some password hash thing? but I was wondering if I could upgrade, and then just send all the users to reset their password? as long as I don’t lose any other data in the process. not sure how that works.
If you think you can help me fix this, as I am not a developer, I’ll happily pay for the $30 support renewal, I just need this to work again, doesn’t need to be running the latest version.
Most likely your php version is not supported. 2015 version would need php 5.6. I can take a look , and see if there is something I can do. Please email me from my profile page
I am trying to add a custom page to the menu once a member logs in.(front/setup.tpl.php). setup.tpl.php is currently just a copy of dashboard.tpl.php for testing. When I add below to index.php, the page loads but only the “main” div and not the rest (header/footer). Can you tell me how to route this properly? I checked the comments and tried a few different setups but no luck. thx
$router->get('/dashboard/setup', function () use ($tpl)
{
$tpl->template = 'front/setup';
$tpl->title = 'setup';
});
Nevermind. I figured out what I needed to modify in front.php.
Can you clarify the settings on the configuration page for the STMP option (mailjet). They provided me with an API key/secret. Do I use that for the username/password fields or do I use the key pair? Thanks
Those would be the credentials username/password
Hi, im having some issues with membership pro. When user try to register, submit button keep loading and do nothing. Im using v4.61. Thanks.
Did you configure your SMTP settings in admin configuration?
Hi,
Is there a way to increase the password requirement to 14 characters minimum or will MFA be available?
There is no need to do that. Passwords are hashed and not stored in database, its the most secure way
Do you have any documentation on editing the content beyond the built in editor? How do I control the menu on the site, like removing the latest news link? How do i edit css files and get it to overwrite what is in the cache/main-master.css which is minified. Thx
Menu is auto generated base don your actual page items from the admin panel. As for the css you can edit files in /view/front/css/
I have a question: If I switch debug = true, my page stays white. It seems that the membership integrations no longer work. I have many external pages that are not created via the admin, where I use this: At the top of the page: define(“_WOJO”, true);require_once(”../init.php”);
This within a page: if (Membership::is_valid([1,2,3])) : ...blablub… else : ..blablub.. endif; Does this no longer work or what is the problem? I have PHP V8.3.8. If I switch debug = false, everything is back. What is the problem? Can I leave it like this? I always do a normal error query.
Leave debug to false always.