Code

Discussion on Membership Manager Pro

Discussion on Membership Manager Pro

By
Cart 2,790 sales

gewa13 supports this item

Supported

3287 comments found.

Hi I installed into public/embededu as that is the folder which will be where the app is that i want to control membership when I then run index.php all of the links get 404s i suspect cause the routing is not working? so i cannot get the admin or anything else to fire up. I might be doing something wrong but would appreciate your help.

Many thanks

site_dir has that and I did that with .htaccess can I check whether the install files are supposed to go at the public root of the server, or whether in a folder with the other app files. the files were installed into /embededu and that is where the files have been installed – I can see that a lot of the files are in the lib subfolder however the links from index.php, for example for signon at https://matthewparsons.com/embededu/register/ generate a 404

i have put a .htaccess in /embededu with that code and no joy

Ok, can you please email me from my profile page with your hosting panel access, and I will take a look

Can i still use the payment gateway (especially paypal) with regular licence? Do you have documentation on how to incorporate new pages that work with subscription? (i mean php pages not just wysiwyg)

Yes, you can use paypal with the regular license. As or the pages, just create a new php page within the install directory, and include init.php file, just like before, or you can even create a new route as explained in the install manual, and use it that way

i have a Laravel Platform from botble/codecanyon..will this work o CMS with vendors?

No, it will not

I become a gateway timeout on controller.php…

What can i do?

Most likely a server error. Enable debug console in lib/config.ini.php and set DEBUG to true, or take a look at your php error log

I haved added this to a test.php page outside of the framework to “protect the page” as seen in other comments and per your instructions from previous comments. This test.php for very specfic reasons cannot exist within the framework using your custom route example.

define(“_WOJO”, true); require_once($_SERVER[‘DOCUMENT_ROOT’].”/init.php”);

$logged_in = App::Auth()->is_User(); if($logged_in == 1){ $data = App::Auth(); $user = $data->name; } echo $user; print_r($_SESSION);

I login to the system, navigate to test.php page and there is no user output and session array is empty.

Any idea why?

do this instead

Debug::pre(App::Auth())

all that does is print out some of the same information I can see with a PRE tag. Issue persists.

You have an error in your code $user variable is not defined. Display errors in your php for easier troubleshooting.
$user = 'You are not logged in';
$logged_in = App::Auth()->is_User();
if ( $logged_in == 1 ) {
    $data = App::Auth();
    $user = $data->name;
}
echo $user;

The above will work if user is logged in.

Hello, Unfortunately I bought the wrong product. This does not meet my expectations. I ask for a refund of the purchase price.

Thanks!

Unfortunately there is no refund based on wrong purchases.

Hi Dear, script work very well but I need to insert SEPA in stripe payments form, so user can pay with bank transfer. Is possible ? Plz contact me if need custom upgrade for agreements. Tnx

You should be able to enable SEPA from your stripe account. According to their docs, nothing else is needed, in terms of development, only for the owner of the account, an identity verification steps

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

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