3288 comments found.
Is there a way to make the membership period not end
Not really, but you can set it for 2-3 years. That should be enough
Any chance you can add a built in help desk so members can submit tickets and admin view and reply?
Email piping support would even be huge bonus.
Unfortunately I will not be adding those features.
The source code is not encrypted? So I can modify it to add features for personal use?
That’s correct.
Hi, Thankyou for answering the following question it was helpful to know the script is capable of this. Is there any way to just take a single payment rather than a subscription?
What I am looking to do is build a custom form for customers wanting to register in a directory. After the customer selects multiple options in my cutom form it calculates an advertising cost (I have built the form) – I want to submit this form to the payment processing script and return successfully before the advert is published.
I assume the script is capable of this.
Hope this makes sense.
Also, how easy is the membershipmanager to integrate into your CMS ?
I am using the CMS already which is a great product 
1. You can chose between recurring.one time payment
2. This script does not support your unique feature, but it could be integrated. As for CMS pro!, it already has built in membership feature.
Hi,
Slightly complex query, for which I apologise!
I want to offer one membership type, but at two different prices – the first will be standard and shown on the site.
However the second needs to be hidden from public view so I can offer it at a discounted price to invited people only. I would also need to gather information from a custom field on the “hidden” membership. Is this possible?
Many thanks, Emma
Hi Emma, Yes It is possible, but some modification needs to be done.
Hi, Is there any way to just take a single payment rather than a subscription? Thanks
Hi, Is there any way to just take a single payment rather than a subscription? Thanks
Yes it is. You can choose what type of payment it is from membership menu
thanks for that i will do just that and move onto another host. Great script and look forward to more good work from you
wont the script just run in php 5 with changes. if not looks like i will be going for a new host with 5.2 support.
Unless you’re willing to change all the incompatible php code, I would suggest changing hosting company
dont know whats going on here
Notice: Undefined index: localhost in /www/110mb.com/c/i/n/e/m/a/t/i/ciworks/htdocs/setup/install.php on line 55
Notice: Undefined index: cinematics_log in /www/110mb.com/c/i/n/e/m/a/t/i//htdocs/setup/install.php on line 55
Notice: Undefined index: rocket007 in /www/110mb.com/c/i/n/e/m/a/t/i/cinemks/htdocs/setup/install.php on line 55
already i feel doomed as my server is using php 5 only. is this the reason for this error. is there a workaround or someway i can upgrade php 5.2 as server wont be rushed into upgrade they say. disgusted
None of those Notices are MMP related, and yes you need 5.2+ to run the script
I’ve got the July 26 copy – that’s the latest at the time I posted.
Sorry about that. I thought I fixed that issue. I will re-upload fixed version today
On line 36 in gateways\paypal\ipn.php it shows:
$url = ($demo) ? 'www.paypal.comw' : 'www.sandbox.paypal.com';
The ‘w’ at the end of ‘paypal.com’ is a mistake. I removed it and everything appears to work as it should now.
Have you downloaded the latest update?
Hi, if a user hasn’t verified their email address and attempts to login, is there a way for them to have their verification email Re-sent? If not, can you add this feature?
Oh ok, thank you.
Hey,
Is there anyway I can export a CSV file containing the members?
Thanks, Jojo
Not without writing a code that will allow you to do that, You can always use phpmyadmin to export user table in csv format
Ive emailed you.
Hi there, this is a great system and I have been able to implement it fine, but i was wondering how i create my own login page, I’ve tried playing around with the index.php files but its quite hard, is there something you can show me? Please and thank you.
Email me from my profile, for code sample.
when i try and select user membership type it reloads the page and clears the form – actually its doing it everywhere there is a drop list – very strange? It reloads every other browser page open also
Can you email me with your site url and admin username/password I’ll take a look. It seems like an ajax issue and your server
Hi, can we import users from the old version?
Thanks
No you can not. It’s totally different way of membership processing and password encryptions.
I got that part, but does it matter what url I send them back to with the auto return feature (not ipn)?
I see. By default user will be returned to account page, you can change this in /gataweys/paypal/form.tpl.php look for <input name="return" value="<?php echo SITEURL;?>/account.php" type="hidden" /> and replace the value with your own url