3280 comments found.
Hi,
register take a lote of time loading account is created but still loading button loading and not redirectuing
register take a lote of time loading account is created but still loading button loading and not redirectuing
You need to configure your mailer SMTP from the admin configuration page
I don’t see passwords being salted, only hashed in the latest version. How can I use salt as well?
You dont need to use salt. MMP is using now default php password_hash
Thanks
How do I show the login page as the landing page when a user loads the website?
You can use .htaccess to rewrite url, or you would need to modify internal routing which is bit complicated to explain
Thanks, That did the trick 
All pages are : Not Found The requested URL was not found on this server.
.htaccess is fine.
Not in a subdirectory either.
mod rewrite is enabled.
fixed by adding this to apache config 000-default.conf
<Directory /var/www/html> AllowOverride All Require all granted </Directory>
Is there a coupon option? When signing up by selecting a plan user can enter a coupon code?
Admin can mark it compulsory or optional?
Yes there is a coupon option, for non recurring memberships.
we’re close and the client is on me now. I need to launch soon. Can you assist with the issue of when an existing logged in member purchases a memberships, how do I give them access without them having to log out? any thoughts on this?
I have replied to you few minutes ago.
how can add costume php code for example to page services ?
Well, that’s kind a hard to explain, but if your coding skills are sufficient, you should not have any issues
Does the login page support handling a redirect url? I have a custom_page.php where I’m checking to see if the user is logged into their account. If not I want to send them to login.php?redirect_url=www.mysite.com/custom_page.php and once authenticated send them back to the redirect_url set. Thanks.
If user is not logged in, a message will be displayed if the page is protected by the membership. There is no automated redirect.
Deat Author, after seeing a lot of scripts, I’m convinced with your script for a membership based shuttle service. The customization options I’m looking for are only two. 1. Membership Limit(my shuttle will be having 14 seats only). If all seats are full, the system shouldn’t allow purchasing new memberships. I’m not sure if this is available. 2.Will you be able to provide customization support ? I’ll pay separately.
I have replied to you
can you please reach out about custom changes, if you are free I think you could help me modify things rather quickly. I have experience with all this, I can make it smooth for you.
Sure, please email me from my profile page with your request
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