3289 comments found.
If I have a monthly plan subscription of $5/mo and increase it to $7/mo, will members that previously signed up at $5 be charged that amount on their next renewal…. or the new $7?
membership prices will remain the same, as the original price
hello when i try to edit my profile in configuration something like logo invoice logo i dont see the botton to save it i need help please
can you please email me from my profile page and access to your site, so i can have a look?
I have three plans setup, two are paid, one is free. If a user is subscribed to a paid plan, is there a way to hide the free plan from the dashboard? Since only one plan can be subscribed to at a time, my assumption is if the user accidentally activated the free plan, their privileges from the paid plan would be lost.
I’m aware of if “(Membership::is_valid([1]))” but since the dashboard.tpl loops through the plans, there doesn’t seem to be an easy way to implement it.
Currently active plan is selected(highlighted) an dyes, user can switch from plan to plan. In upcoming update, I will add few additional step, when upgrading/downgrading plans
The main issue is the user will not know selecting the free plan will remove the privileges from the paid plan. To prevent that, is there a manual way to hide a specific plan if a user is subscribed to another? (in my case, a paid plan)
well, what happens if user actually wants to switch from one plan to another? Currently active plan does not have buy or try button, so it makes it clear thats the plan user has. Now if you want to hide al the other plans, but keep only user active one, there is a workaround, that will require some adjusting in code. I can provide patch for you please email me from my profile page
Thanks, I figured out how to code it the way I need. Did have a couple other questions: 1) Stripe recurring – do recurring payments go out based on the rows in the cronjobs table? (triggered by the cronjob) 2). Trying to setup a member contact page but the default contact page in the admin doesn’t have any form fields and the output page doesn’t either (no input boxes or a submit button) . How can I get it setup?
You need to setup cron job, for recurring memberships, just run daily, and point to /cron/cron.php. As for the form, there is contact form on contact page, which is site wide contact page
Yes, I’ve seen the contact page (in admin and front end) but mine just has the intro text (no form fields).
Please email me from my profile wit your site url
Hello, is it possible to limit concurred users so that only two users with same username can be logged in, every other attempt will logout one or be blocked? Is it possible on protected page to include text for different type of membership tiers which will be shown based on users membership tier (bronze, gold or platinum)? Is there any spam prevention on login page, or if user enters wrong password many times? Can it be connected to Patreon? And it can be used without Stripe and PayPal, admin can add users manually? Thanks!
Script has already built in login protection, where only one user name can be active at the time. You can enable/disable this feature> You can choose to have one or more membership per page content, For example silver and gold can access page A,but you can not have different content on the same page for different membership. You can use it without any payment gateways, just disable them, and manually activate user memberships. Can it be connected to Patreon? Probably, I have not looked into Patreon API Currently there is no spam login prevention, but could be easily implemented
Are the Stripe subscriptions set up for automatic renewal, or is that functionality not integrated in this way?
Yes, renewals are automated via cron job
Can the user cancel the subscription on their own, since we don’t see that information?
No, user will need to send support request, and you would need to cancel subscription method
This looks exactly what we need but one issue. Can you add Square recurring? We are using square for everything else.
no promises, but it might come in the future
i have issuers to install it
What’s the issue?
When I finish the installation all file or image video I uploaded it tell me the file can not be uploaded
You need to configure file directory path as per install manual
i bought this script ages back and never used it. I have installed on my domain and the offline payment isnt working. On checking the gateway/offline folder – has only two files: form.tpl.php and offline_logo.svg. The download is fresh from your dashboard. Kindly assist. Since buying the script, i never installed
Offline payment is used to display instructions only to your users, on how to send payment, account info etc…
hi, im jose. you did some custom modifications in my webpage that i have with your script time ago.I was talking always with someone named Alex and i ask him to help me with something else and he didnt answer back. Please i need help with some problems that have you scripts. For example when you buy the script you ahve some info in home page or in contacts that i simple change a word and now it doesnt show at all all that info, and always says “Noting to process”. Please help me to solve that
Please email me from my profile page.
Hi. When the user’s membership is about to expire, does it automatically send a notification? and is there a way to edit this notification template?
Yes it does via cron job
Okay. How many days before expiration does it send the alert or is it sent on the day of expiration?
Additionally, can the email template be edited?
you can set the days yourself
Okay thanks. I had not seen the option in admin demo, i guess its done in code. I will buy
Hi, where are the files on the frontend that the user wants to access? How can I show the user, for example, a music file, to make them interested? What’s the deal? Is this script selling tariff plans with access to the WASTELAND?
this 2nd email i get error when i run setup Fatal error: Uncaught Error: Undefined constant PDO::MYSQL_ATTR_INIT_COMMAND i
i need help or i want refund
Make sure your php version is 8.4 and PDO extension is installed. You can usually install those from your hosting panel, if not contact your hosting company
i getting server 500 error i followed the intructions
Live Preview is not more working
Its working, just a small glitch with the certificate
Hi, i’ve added multiple apps together all saas based, and using sso for businesses only, each app has its own membership/subscription options by default, im looking for an addition script i can add to the apps that i can set up an all in 1 vip subscription membership for which will then unlock all the apps ie bypass their built in subscription processing, will this app do this ?
Sorry, no script in the world will let you do that, unless is custom made for that specific task
Hi there, Gewa!
I am having a problem with the Contact Form.
After filling out the required fields and activating the SUBMIT button, the loading spinner spins indefinitely, without a successful submission indication.
After inspecting the page with Chrome’s Dev Tools, the 500 error code is revealed: Failed to load resource: the server responded with a status of 500 () /view/front/controller.php
*My default mailer configuration is aligned with the SMTP protocol.
Thank you!
I also attempted to register with the sign-up form, and received the same result. Continuous loading spinner with a 500 server error code.
*While tapping into the SYSTEM INFORMATION link (from the admin dashboard settings icon), I receive the following redirect page:
This page isn’t working…. www.mywebsite.com is currently unable to handle this request. HTTP ERROR 500
The problem is with your SMTP settings in the admin panel configuration page. Make sure those credentials are correct.
I have ensured that the SMTP settings are correct. The problem still persists, unfortunately.
I have also encountered another hiccup. By logging-in from the frontend log-in page (entering the credentials of a manually created USER), the redirect heads back to the index home page, not the member’s dashboard page.
No need to follow up with any troubleshoot suggestions. I am simply going to close the book on this project and focus upon another system – but thank you for the opportunity. Cheers!
I can definitely have a look at your install, but In positive, the issue is with the SMTP settings. You can also enable debug console in lib/config.ini.php and set DEBUG to true, this will show you any errors or warnings. As for the user being redirected, to home page instead of dashboard, make sure user you created is not the admin type, such as editor. They must login via the admin panel
Is there option possiboe for videos downloads in memberarea? Because in demo i could`t find this
You can use any type of digital format
Hi Gewa13!
I uploaded the latest 5.1 version to my root directory, created a database (per instructions), ensured that the PHP version was configured to 8.4+, and then pointed my browser to the root directory (for setup).
The following error message is returned:
Database connection error! This application is currently experiencing some database difficulties
Description: SQLSTATEHY000 Access denied for user ‘root’@’localhost’ (using password: YES) File: lib/Database.php Line: 50
While troubleshooting on my own, I deleted the config.ini.php file from /lib and ran the setup wizard by pointing to https://mywebsite.com/setup.
It seemed to finally connect, but once I navigated to the admin url, the page was completely blank. Likewise with the root index url.
I did notice, upon viewing the created MySQL Database, that its size currently reads 0 bytes.
For some reason, database did not get populated. Check your php error logs, if you cant figure it out, please email me from my profile page with your hosting panel access and I will take a look
It looks to be working properly.
I eventually switched to a VPS hosting plan, thus giving me full control over the PHP extension files – enabling the crucial INTL extension; which my shared hosting plan did not permit.
Seemed to do the trick.
Thanks for the offered assistance, all the same.
Cheers!
No problem. I m glad it ll worked out
Hello Gewa, Im unable to view the picture on the setup wizard images on the MMP 5.1 install.pdf file. Also I want to know what would be the database name. If possible do you have the guide to have a step by step on how to config it would be aappreciated.
Thats strange, you need to setup your database from your hosting panel . Here are detailed instructions: https://ckb.wojoscripts.com/category/getting-started/