3289 comments found.
Good day,
I am currently setting up the tool.
How can I make it so that a custom field cannot be edited in the frontend.
So the member should see the field, but if I enter something here as an admin, the member is not allowed to change it.
I am looking forward to an information.
Greetings Sven
Custom fields added to user profile will also appear on registration page. If you set one of them as required, and user is not able to add anything to it, it will trigger an error and user will not be able to complete registration.
Hi, I don’t have the registration active. I manage the members manually. Because I only need a member area in which I can provide information.
Here I have a field in which I enter something. This is visible in the member area but may no longer be edited here.
Ok, in that case, please email me from my profile page, and I will provide solution for you.
before i buy i want to know if i can integrate my own existed database users table with this script ?
You can import your users via phpmyadmin, probali not all of the fields, but the most important Ones should be ok. User would need to reset password aterwards, sunce passwords are gphashed.
Can your “membership Manager Pro be installed on a site without Wordpress, or does t depend on Wordpress?
MMP is stand alone script, and does not need word press.
hi team , wonderful work , can this system send to admin & clients mail or notification when the Membership end ?
It sends to user, but not the admin.
can you add this option ? or add notification to admin in Dashboard?
That would be pointless. Imagine receiving 100 or even thousands of emails notifying you about user membership expiration.
The “admin” login does not seem to be working.
Its working fine. Make sure you are actually going to admin panel: http://wojoscripts.com/mmp/admin/
Username: admin
Password: password
Hi, how can I obtain User id data from logged in user to use in my customized page?
Thank you
Use
App::Auth()->uid
Is there some api? I like to use with a software just for check license with a http Get.
Dear Author We are having a little issue with SMTP settings and require your assistance.
We are trying to setup gmail to send out email notifications but it seems that it does not work.
Can you please help?
Regards David
You will not be able to use Gmail, since your site is not authorized to use it, or your hosting will most likely not allow emails to be sent from 3rd party SMT! Instead use your default hosting SMTP settings
I use ubuntu, and have postfix installation for SMTP server. I got this error when the user register.
Fri Jan 15 01:21:43.901732 2021 pid 665778 PHP Fatal error: Uncaught Swift_TransportException: Connection could not be established with host smtp.mydomain_name.com [Connection timed out #110] in /var/www/atthohir/lib/swift/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:269\
I open all 25 and 110 ports connection.
Any idea to solve this problem?
Thanks,
This seems to be wrong mydomain_name.com, you need an actual smtp host with username and password, and most likely ssl port like 465.
Hello,
I want to change all prices in my site from USD to EUR. If I change in Site Config page Default Currency from USD to EUR, is it going to affect existing users who already subscribed with USD.
If yes, can I simply remove line in code that is checking is payment done in certain currency – where can I find that code? I have version v2.00
Subscribed paypal users will not be affected. You can change your currency from payment gateway as well as configuration page
Hi, i’ll like to add flutterwave as payment gateway, what will it cost pls? ready to make payment now.
I have replied to your email. flutterwave api is not very clear.
Is it possible to assign certain file to certain member? I saw there is group feature, but I need to assign file to certain member not group.
That feature will be added in upcoming update.
Hi,
I just purchased your package and have gone through the installation. With a bit of tweaking to my php and server settings managed to finish the install process cleanly. So far I have it up and running on Localhost. Have added some custom fields, added picture avatars to user profiles and everything seems to work pretty well. There are a few things I need to add however. And am wondering about the best way to proceed.
1. Is there functionality to add a “Disclaimer” with Acccept/reject at the end of the signup process?
2. I would need to add a custom field to the user profile that will hold a QR code graphic that I will generate with user data (for covid contact tracing purposes). If you could point me in the right direction for this and as well as a logical place where I can hook out to my php QR code generator that would be helpful.
Thank you
You have privacy policy page, that you can modify to fit your disclaimer content. As for additional user field, you would first need to add your field to user table, then edit registration page in /view/front/ and finally process new field in /lib/front.class.php in function registration()
Thanks for the tips, saves me a bit of poking around in the code. Saw mention of a “modal” version of the login interface. Is that a built in feature? because I would like to overlay the login window on an existing web site.
Yes, there is a modal built in, but not for login. This would be bit difficult to explain , as it will require few good customizations.
sent you an email about custom work, pls reply asap
hi still wating for a reply
I have replied to 6our email.
you have not replied pls, i have not received anything from you, pls reply it is urgent.
i have sent the email 3 times again, awaiting your reply as soon as possible, if i dont hear from you, i’ll assume you’re not interested pls.
I have replied yesterday. Check your spam as well.
Any customized features package that we may ask to add?
Sorry, I’m not sure what you mean by that. Can you please explain?
Hi, i mean to add some features, like custom request
Please email me from my profile page,
Please check your email
I’m using Mysql 8 and PHP 7.1. Getting errors when logging in or registering. It creates the user but doesn’t redirect or do anything. I know it says only Mysql 5.x in requirements but I have no choice. Can you please help? Thanks! Errors below:
Array ( => SQLSTATE[HY093]: Invalid parameter number => SQLSTATE[HY000]: General error: 2031 => SELECT days, period FROM `memberships` WHERE id = :s_id LIMIT 1; => SQLSTATE[HY093]: Invalid parameter number )
nevermind got it, was the default membership thing
Yes, makes here you have default membership set, if enabled.
Hola,
Ya encontré el error. El script no funciona con la version PHP 5.3.3 - Me dejé llevar por la información que aparece en index.php y en config que dice PHP version 5.3+
Perdón… este mensaje no era para este script… jeje!
Where did you see 5.35. v.7 is needed
how to add menu page on menu top
Hello, my MMP have error: Fatal error: Class ‘PDO’ not found in /home1/censu438/public_html/sbnpp.org.br/user/lib/db.class.php on line 14
How i make work?
You need to enable PDO extension. You should be able to do or from your hosting panel, if not, you need to contact your hosting company.