Paid Subscriptions

Started by Grudge, August 12, 2006, 06:09:49 AM

Previous topic - Next topic

Paracelsus

Subscriptions is a core feature in v2.0 - this MOD has no usefulness in that version.

I still don't get what's wrong with sending emails to subscribers with confirmation after subscribing and renewal alert.  Confirmation mail sending to forum Admin from Paypal and from forum itself works fine though.

Can it be because I use a utf-8 language? Is there something one has to change in paypal.php, ipn.php or ManagePaid.php?

drhamad

Quote from: ChanibaL on January 27, 2009, 12:11:34 AM
Hey, i have a problem with my newly setup 2.0 beta 4, no matter what i do i get:
QuoteAn Error Has Occurred!
Sorry but the admin has not yet finished setting up paid subscriptions - please check back later.

Any ideas on what should i do? (no paypal set, using custom currency)

Use SMF support 2.0 for this question.  It is not related to this mod.
FMVperformance:  3.51m posts, 63k members, 11 boards, 1 database

Mazda3Forums - SmallVolvos - MazdaSpeeders Mazda Club - FordFusionClubMazda CX-7 Club - MyMazda6
Now introducing: MKSdrivers.com - FocusDrivers - TaurusDrivers

im5150

Can someone help me with the installation with this mod. email me at [email protected]

Thanks

Ricky.

Quote from: madfiddler on December 12, 2008, 06:43:28 AM
Is anyone getting the 1970 bug with 1.1.7?

memberx  Pending Payment  December 11, 2008, 09:44:04 PM  January 01, 1970, 12:00:00 AM

???
Well.. Anybody knows how to extend subscription date beyond 2010 ?  If someone subscribe to date beyond 2010 then it shows above error !
Or I have to inspect the MOD myself :(

Paracelsus

Quote from: Ricky. on February 06, 2009, 11:57:08 AM
Quote from: madfiddler on December 12, 2008, 06:43:28 AM
Is anyone getting the 1970 bug with 1.1.7?

memberx  Pending Payment  December 11, 2008, 09:44:04 PM  January 01, 1970, 12:00:00 AM

???
Well.. Anybody knows how to extend subscription date beyond 2010 ?  If someone subscribe to date beyond 2010 then it shows above error !
Or I have to inspect the MOD myself :(

Sorry, but I don't have that error, so I can't help you, but it seems a very weird bug.

Ricky.

Can you make subscription beyond year 2010 ?

Try to make a subcription of two yrs from now !

Paracelsus

I don't know... the solution is maybe on this part of the code in ManagePaid.template.php:

// Show a list of all the years we allow...
for ($year = $modSettings['cal_minyear']; $year <= $modSettings['cal_maxyear']; $year++)
echo '
<option value="', $year, '"', $year == $context['sub']['start']['year'] ? ' selected="selected"' : '', '>', $year, '</option>';

echo '
</select>&nbsp;
', (isset($txt['calendar9']) ? $txt['calendar9'] : $txt['calendar_month']), '&nbsp;
<select name="month" id="month" onchange="generateDays(\'\');">';

// There are 12 months per year - ensure that they all get listed.
for ($month = 1; $month <= 12; $month++)
echo '
<option value="', $month, '"', $month == $context['sub']['start']['month'] ? ' selected="selected"' : '', '>', $txt['months'][$month], '</option>';

echo '
</select>&nbsp;
', (isset($txt['calendar11']) ? $txt['calendar11'] : $txt['calendar_day']), '&nbsp;
<select name="day" id="day">';

// This prints out all the days in the current month - this changes dynamically as we switch months.
for ($day = 1; $day <= $context['sub']['start']['last_day']; $day++)
echo '
<option value="', $day, '"', $day == $context['sub']['start']['day'] ? ' selected="selected"' : '', '>', $day, '</option>';

echo '
</select><br />
', $txt['hour'], ':<input type="text" name="hour" value="', $context['sub']['start']['hour'], '" size="2" />
', $txt['minute'], ':<input type="text" name="minute" value="', $context['sub']['start']['min'], '" size="2" />
</td>
</tr><tr class="windowbg2" valign="top">
<td width="50%" align="right"><b>', $txt['end_date_and_time'], ':</b></td>
<td>
<select name="yearend" id="yearend" onchange="generateDays(\'end\');">';

// Show a list of all the years we allow...
for ($year = $modSettings['cal_minyear']; $year <= $modSettings['cal_maxyear']; $year++)
echo '
<option value="', $year, '"', $year == $context['sub']['end']['year'] ? ' selected="selected"' : '', '>', $year, '</option>';

echo '
</select>&nbsp;
', (isset($txt['calendar9']) ? $txt['calendar9'] : $txt['calendar_month']), '&nbsp;
<select name="monthend" id="monthend" onchange="generateDays(\'end\');">';



Perhaps Grudge or someone else can help us on this.

drhamad

Does anyone know if there's any upgrade process for this to the 2.0 native version?  Does it use the same storage scheme (and thus not need any change)?
FMVperformance:  3.51m posts, 63k members, 11 boards, 1 database

Mazda3Forums - SmallVolvos - MazdaSpeeders Mazda Club - FordFusionClubMazda CX-7 Club - MyMazda6
Now introducing: MKSdrivers.com - FocusDrivers - TaurusDrivers

Paracelsus

Have no idea, but since it was Grudge who developed this, he probably thought about that when they implemented this feature as core in SMF v2.

But this is more wishful thinking than anything else. ;)

Roger

It would be great if upgrading to 2.0 would carry over the data from this mod.  Or is might there be a script that will carry over the mod subscription data into the new standard subscription data?  Would love to see this.

Thanks,
Roger

jmassimo

When users who are not moderators or founders, just standard members click the link I have created to subscribe then get an error that reads:

"You are not allowed to moderate this forum. "

Any ideas?

jmassimo

I installed a button to link to the subscription page from my home page but I'm having no luck with it. Perhaps you all can help...

I installed it and made all the changes I needed for my site, but when I the "admin" of the site clicks on the sign up button I get this message:

An Error Has Occurred!
The user whose profile you are trying to view does not exist.

When a normal member clicks the sign up button they get the same message.

The link I have attached to the button is:

http://www.troutpredator.info/index.php?action=profile;sa=subscriptions [nofollow]

Any ideas??? I'm not very good with code but I appreciate any help I can get?

I'm running a pretty urls mod, does that make a difference?

When I navigate to the subscription page, the url reads:

http://troutpredator.info/profile/?u=1;sa=subscriptions [nofollow]

Where the u=1 differs depending on the user trying to subscribe.

Thanks in advance!

drhamad

#792
FYI - 1.1.x users of this mod who convert to 2.0, the subscriptions ARE carried over.

Edit: Just to be clear, I haven't done much testing with it, but I did a quick look and it seems to be all carried over, so I'd assume it all works.
FMVperformance:  3.51m posts, 63k members, 11 boards, 1 database

Mazda3Forums - SmallVolvos - MazdaSpeeders Mazda Club - FordFusionClubMazda CX-7 Club - MyMazda6
Now introducing: MKSdrivers.com - FocusDrivers - TaurusDrivers

wilsy

Quote from: drhamad on February 18, 2009, 05:37:08 PM
FYI - 1.1.x users of this mod who convert to 2.0, the subscriptions ARE carried over.

That's excellent news, thanks for that.



Busy RewindBikers offered to Good Home! 1000+ members, loads of mods, SMF Gallery PRO, TinyPortal installed with great use of blocks, ultimate profiles, PAID SUBSCRIPTIONS (works flawlessly), great theme, 1,500 posts per month - PM or email me if interested.

epfyffer

Hello,

thanks a lot for your mod. I'm trying to use it and it seems really perfect !

I just have one question : is it a functionnality that I missed to advertise the members that the subscription has reached the end time ? Typically, I will put in place one 1 year subscription in my website. Will my users, that subscribed, receive a mail 1 month before the 1 year date arrives ? Because people do not always remember when they payed for the subscription and in order to enhance the nomber of active members a remember seems quite usefull.  Because I did not find this setting and I thing this is certainly included in your mod, isn't it ?

Thanks again and waiting on your answer.
Etienne.

bburg5

I noticed that the subscription needs your paypal IPN to be set to a specific address in the forum. What can I do to get the same reaction if my online store already has to have the IPN set for it to work. Will the mod still react the way I need it too?

Thanks!

Maxtor


bburg5

While uninstalling this mod I received this error.

What, if anything, do I need to do to these files?

I have included both files and a screen shot.

Thanks

drhamad

That's the wrong index.php.
FMVperformance:  3.51m posts, 63k members, 11 boards, 1 database

Mazda3Forums - SmallVolvos - MazdaSpeeders Mazda Club - FordFusionClubMazda CX-7 Club - MyMazda6
Now introducing: MKSdrivers.com - FocusDrivers - TaurusDrivers

bburg5

Should it be the index.template.php of the theme? I uploaded the first index.php because of the screen error.

Here is the index.template.php if this is needed.

thanks

Advertisement: