<![CDATA[ [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal - My Forums]]> https://forums.modx.com/thread/?thread=70680 <![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-541003 Quote from: johnxx at Apr 11, 2016, 05:07 PM
Quote from: vali at Mar 16, 2016, 02:50 PM
Hi There,
does anyone know if there is a similar addon like SubscribeMe?

For your information I got SubcribeMe 1.1.1-pl working fine with MODX MODX Revolution 2.4.2-pl (advanced) with minor changes.


How did you get SubscribeMe working and first of all how did you install it? It's not in the current extras list in the manager neither on the MODx Extras Page.]]>
deyand Apr 28, 2016, 02:51 PM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-541003
<![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-540345 Quote from: vali at Mar 16, 2016, 02:50 PM
Hi There,
does anyone know if there is a similar addon like SubscribeMe?

For your information I got SubcribeMe 1.1.1-pl working fine with MODX MODX Revolution 2.4.2-pl (advanced) with minor changes.

]]>
johnxx Apr 11, 2016, 12:07 PM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-540345
<![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-539686
I use Gumroad to sell MODX extras. It's very easy to set up and I think you could use it or PayPal to collect your fees, and then use a simple snippet in your template to limit pages to paid-up subscribers.

The snippet would look like this:

$subscribePage = 12; // ID of the page where they pay

if (! $modx->user->isMember('Subscribers')) {
   $url = $modx->makeUrl($subscriberPage, "", "", "full");
   $modx->sendRedirect($url);
}

return '';
]]>
BobRay Mar 16, 2016, 02:12 PM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-539686
<![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-539673 does anyone know if there is a similar addon like SubscribeMe?
]]>
vali Mar 16, 2016, 09:50 AM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-539673
<![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-477903 markh Sep 16, 2013, 07:22 PM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-477903 <![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-477883
Do you have any plans to reactivate the SubscribeMe project?]]>
SandersDesign Sep 16, 2013, 03:50 PM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-477883
<![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-440034 ]]> markh Oct 14, 2012, 05:01 AM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-440034 <![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-440010
I'm trying to reverse figure it out from http://rtfm.modx.com/display/ADDON/SubscribeMe+-+Listing+the+Products but for a non techie it's all a bit impenetrable.

I already have the basic registration and membership sections set up.

Thanks in advance.

]]>
markg Oct 13, 2012, 10:59 PM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-440010
<![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-439954
Quick question does this work with all the Paypal payment services or just with one particular Paypal service?

Thanks]]>
markg Oct 13, 2012, 04:46 AM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=5#dis-post-439954
<![CDATA[Re: [REVO] SubscribeMe: Selling access to your Premium MODX Content with PayPal]]> https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=4#dis-post-438286
The looks great, I would love to use modx for a premium content site, does this snippet:

- let users upgrade accounts ?
- if someone cancels their subscription does it stay active until for the remainder of the subscription ?
]]>
g5604 Sep 26, 2012, 06:07 AM https://forums.modx.com/thread/70680/revo-subscribeme-selling-access-to-your-premium-modx-content-with-paypal?page=4#dis-post-438286