3288 comments found.
gwa13. I got it up an running. Thanks for a great program!!!
I’m glad it all worked out for you.
Can’t login never received my email
Hey,
I want to put the login box on a homepage that I made. How can I do that?
Thanks, Jojo
See the structure of index.php page and transfer login part to your home page
I did. So do I create a totally separate database?
Yes. You need a databse in order to install the script.
So I am a big time newbie. I have researched the membership plugins for about 2 weeks. This seems to be the best one. However, installation seems complicated.
But the other membership plugins seem to cumbersome. Are the instructions easy to follow?
What’s so complicated about the installation. Everything is fully automated. Create databse, upload package and point your browser to url where you’ve uploaded package, and follow installation wizard. You can also read instructions that came with it.
How can I do that?
The button code is this:
<li id="showreel_link"><a href="/member/channels.php">Watch Channels</a></li>
Thanks!
But for some reason it’s not working. I’ll tell you what im trying to do. I have a paid membership and a trial membership. On my homepage I have a button called “Watch Now”, and I have set it up so that if a user doesn’t have a paid membership it redirects to account.php . But now I have set up a trial membership. I want it so that if a trial member clicks the “Watch Now” button, it needs to redirect to a trial member page, if not, just redirect to account.php. So I have a separate page for paid members and trial members, but I only have one button, and that button needs to go to the paid member page if the user has paid or go to the trial page if the user has activated the trial membership.
Thanks in advance, Jojo
So just modify button url with the code I provided previously
Hey,
I have a trial membership and a paid membership. On my homepage I have a button for paid subscribers, but I wanna have two membership based protection codes on one page,
if (!$user->checkMembership("3,4"))
redirect_to("login.php");
?>
How can I do that?
For example,
I want one for paid member redirect and one for trial member redirect.
Thanks, Jojo
You can use something like:
if (!$user->checkMembership("3")) {
redirect_to("login.php"); //membership 3 redirect
} elseif(!$user->checkMembership("4")) {
redirect_to("login.php"); //membership 4 redirect
} else {
redirect_to("login.php"); //if none above redirect elsewhere
}
just replace login.php with the page you want to redirect
When I tried to buy a paypal subscription it took me to sandbox.paypal.com ? I already set it up with my paypal email and everything.
Make sure Live Mode under gateway setup is set to Yes
Forgive me if this has been asked before, so I understand this will handle users/password management, but I have a couple questions…
1. Can I actually define a folder and this script will password protect it?
2. Is it possible to have free memberships based on approval by admin?
Thank you in advance for any info you can give 
1. No. MMP protects your pages only not files/folders.
2. Free membership is the same as registered user. You can control user registration/activation process from admin configuration
Got it – Thanks
I’ve purchased and installed the script – all went well.
Sorry but I’m confused as to how the user finds my pages generated by the page builder.
If they log in they land on the account admin page, thats OK, but how do they then find the pages I’ve generated ?
Sorry if I’ve missed something simple – been a hard day !!
Thanks
DSkey
Once you build the page, you create a link to it, from your main site.
Hello,
Played with the script a bit.
How would a user go about cancelling their membership?
Say they no longer wanted their subscription to recurr?
Thanks, Tbone
They would have to do it with paypal/moneybookers
Hey,
My script was working fine but a few weeks ago the Subscribe button disappeared, so I had to reupload everything including the database. Then after a few days it happened again, the subscribe button is not their and the required field red ”*” is not there. Is there any easy fix to this? And why does this keep happening?
Thanks, Jojo
Make sure your site url in admin configuration is set correctly.
Is it easy to add custom profile fields? (i.e. postal address, mabile no. etc?)
It would require a bit of modification.
Hi gewa13
This is THE BEST application I have ever seen in codecanyon.
A simple question before purchase: Is there a feature for directory/folder protection? If not, how difficult would be to add it?
Thanks, Sotiria
Unfortunately folder protection it’s not available. It would be kind of complicated, since you have to deal with .htaccess and permission issue.
Gewa13,
How difficult would it be to add a one time only fee + recurring fee membership package.
As an example, new member must pay $1 upfront + $5/month.
First payment would be $6, then $5/ month thereafter.
Paypal supports that option, but not moneybookers. So you can have $20.00 for a first Day/Week/Month, and than $15.00 every Week/Month/Year. The script would need to be modified to support the feature.
Hey,
can this be combined with the CMS pro somehow? I already have users on my site and I’m wondering if this advanced system can be used in the same database without breaking any content.
If it’s too difficult I’ll just use the CMS one, but I’d be interested in purchasing this if it can be combined with the CMS pro =)
Thanks.
CMS pro has most of the features as Membership Manager, you can protect pages based on user membership
Yes it was Paypal. I do see a transaction record in my paypal account but I do not see the record in the admin panel. Yes, my paypal business email address is the same as entered under gateway configuration.
Can you email me from my profile, so I can show you how to enable debugging option.
Hey, I was testing out this script on my website and I paid for a membership subscription and it did take the payment, but it did not show up on on my test account nor on the admin panel. So I could not access the membership protected pages. What am I doing wrong?
Thanks, Jojo
Was it paypal? Do you see transaction record in your paypal account? Is you paypal business email address the same as entered under gateway configuration?