Code

Discussion on Membership Manager Pro

Discussion on Membership Manager Pro

By
Cart 2,792 sales
Recently Updated

gewa13 supports this item

Supported

3289 comments found.

How do online payments via credit or debit card work? I can’t find that option.. Which payment method should I activate? Thanks

Stripe and PayPal can be used for credit card payments. Stripe is only. Credit card, while PayPal users can use their PayPal balance as well. You can use any if the payments you want

Hello,

We are trying to connect to an external SMTP (Office 365) from the admin, using TLS

The error is Warning: stream_socket_client(): unable to connect to tsl://smtp-broadcasts.postmarkapp.com:587 (Unable to find the socket transport “tsl” – did you forget to enable it when you configured PHP?)

What can be the cause?

There seems to be a type on my end. Please edit /lib/mailer.php and on line 50 just replace tsl with tls. Make sure it’s all lowercase

Hi. Is it possible to remove password encryption and store them in database as plain text? Thank You.

I need to be able to change password trough phpmyadmin or any other external program. Do not mind security as it is for my purposes not public.

Can you just tell me ho to do that?

Not possible. Passwords are not stored in database, MMP is using salt/hash combination to generate passwords, only those are stored in database.

Hello how are you?

I would like to know how I can get the name and email of a logged in user, to create a form with these predefined data in a new page!

Similar to this example profile page: https://prnt.sc/1ifrceq
You can use this:
<?php echo App::Auth()->name;?>
<?php echo App::Auth()->email;?>

Thank you very much, it worked perfectly now!

No problem

I recently purchased and went through the setup without incident. However (like many others) when I login at https://sitedziner.com/membership/ my next page https://sitedziner.com/membership/dashboard/ merely says “file not found”. The .htaccess file is present in the directory, so I don’t know how to resolve the issue. I hope you can help – thanks

I just checked your site, and there is a conflict with some other script installed in the same directory. Install MMP on a dedicated subdomain, and access it like https://membership.sitedziner.com, or remove the other script that is causing the conflict

You mentioned in one of your replies from a while ago that you’ll see if you can implement Stripe subscription cancellation in the next update. Wondering, is this in progress?

It would be very helpful and reassuring for members to be able to cancel subscriptions by themselves, instead of having to submit a request and wait for us to manually cancel it.

That feature is not implemented yet, but there is a plan for it.

Question on cronp.php It says

define("_WOJO", true);
require_once("../init.php");
Cron::Run(1);

Where is the actual PHP page where the data is pulled for the email/notifications?

See my reply below

There is no reply, or its cutoff, can you check, please?

in /lib/cron.class.php

Questions (ALL ADMIN questions) : 1. How do we remove VAT/TAX from a. admin/memberships/history/1/ page b. graphs on the same page Please note VAT is already disabled in the configuration

2. How do we change icons for Files, HELP

3. The settings from the top needs to be moved to the HELP, what is the best way (PHP file name please) to move it?

4. When adding or editing a User we do not need the User Files , how do we get rid of that?

1. You cant remove it just like that. Few modifications will be required.
2. You can replace svg images in /assets/images/filetypes
3. Edit header.tpl.php in view/admin/ and rearrange menus the way you want.
4. Again few modifications are required, and I cant explain it in few lines of code.

5. The cron.php file says

define("_WOJO", true);
require_once("../init.php");
Cron::Run(1);

Where is the actual View, controller? Cant find it, folder/pagename would be helpful.

Hello! I hope there’s a function for giving out links instead of uploading files to the system itself.

There is no links. Files are stored locally.

Does it have API?

Sorry, no API, but it could be easily added

Hello, I would like to ask you if you can help us with some detail customization on this product. Thanks

Sure, Please email me from my profile page

I changed the header.jpg in images/header.jpg but it’s still stuck on the default header (mountains)

You need to configure your default mailer from admin configuration page.Make sure SMTP setting are correct

It worked, thank you very much for the fast response

No Problem

I can not login. I am trying to log in with a test account and there is no error message that the data is incorrect. Nothing comes. You will be redirected directly to the login page without an error message or anything else.

I activated the debug mode and there are no errors.

I don’t know what the problem is … can you please help me?

Are you login as the admin, if thats the case you need to go to /admin/ and login from there not the front end

Hi! Through the Admin panel / configuration, I changed the dir name from manager to something I do not remember.

I did the same in Database / Settings, and in .htaccess RewriteBase /..../ (let’s say I put the word e-shop here)

I do not have access to Admin but it shows a blank page because I had done some tests and I do not remember what word I put in Admin / configuration ,. What to do, is there a way to see it?

You should not change site directory field. Its automatically configured during the install. You need to go to phpmyadmin and update site_dir field. If you installed MMP in subdirectory, just add the name of the subdirectory, otherwize keep it empty. The same goes for .htaccess RewriteBase path. If installed in subdirectory. RewriteBase /dirname/ ortherwize just empty like RewriteBase /

Hi I have some questions: 1. Can I add billing manually from admin panel and update the payment status manually from admin panel too? 2. Can this automatically generate billing according to each member’s membership package?

The idea is I want to use this to do manual input of the payments and also their status for new members but also able to automatically generate billing each month without manually creating billing 1 by 1 each month. Thank you

Unfortunately, manual billing is not possible. Invoices are automatically generated once the membership is processed by one of the payment gateways

If I buy can you add for me a new page wit root and controller? I would like to create a page like livestream.php and add a player html in it

Sure, I can help you with that

I would like to buy it and get a quick customization to add to sell live streaming access event

Need to add a player page where user can watch the live streamig

You can create a page from the admin panel,,and add your streaming code to it.

Country ID is mismatch in state table. Provide updated database. And keep country field before state so in user register page.

Sorry, what do you mean country ID mismatch?

Hi! How can I use Paypal Sandbox? Thanks

Edit Paypal gateway and Set Live Mode to NO. This will switch from live to sandbox

I can’t find it… Where exactly is this function? 1. form.tlp.php 2. ipn.php 3. paypal.class.php

Can you tell me the line? Thanks

I found it in admin panel, thanks

What is the best way to set [CEMAIL] for the email templates? They all have it by default.

[CEMAIL] variable is used to replace company email. You should not change it.

Thanks for your reply, but I can’t find where you’re setting/replacing it in the code. It looks like it should be in front.class.php – It’s not working for me in my emails.

That would depend on the template, there are few different locations. Just do batch search within /lib/ folder.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey