The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#197
|
||||
|
||||
Create a usergroup with the permissions that you want your paid members to have.
Change the permissions of your registered usergroup so that they can't see the threads, posts, etc. In your navbar template, do a conditional to show a link to subscribe to your registered usergroup. After they subscribe, promote them to the new usergroup with access. Making this work is going to hinge on how good you are with template edits and such so that you make it clear to your users what they need to do to see your content. I would also edit the template that users see immediately after they register. The screen should inform them that the final step is to pay up. But, this bit of advice is off topic for this thread. Please post your future questions in the other thread so that others may help you as well. |
#198
|
|||
|
|||
Curious if the reoccurring Email reminders problem was solved?
|
#199
|
||||
|
||||
Reocurring email reminders was not a problem with this hack as far as I know. What was solved is that it stopped emailing people who have pay-pal subscriptions which automatically renew.
Make sure you didn't change the frequency that the subscriptions cron job runs. If you did, your subscribers will get multiple emails. |
#200
|
|||
|
|||
Yea Amy, that was what I was asking.
So, I was looking at the coding and it looks like it would be relatively easy to add in trial periods (PayPal allows for up to 2). You'd just need another 2 variables (trial period 1 and trial period 2 -- you can enter -0- if you don't want trial periods) and this hack would offer ALL the functionality PayPal offers... Has anyone else added in trial periods? |
#201
|
|||
|
|||
I noticed the notification url form field is missing from this hack:
PHP Code:
|
#202
|
||||
|
||||
Quote:
|
#203
|
|||
|
|||
"notify_url" is for the paypal verification script to send a notice to vbulletin and say if the payment is done or refused...
"return" is the one to send you back to page X... if you want to modify that url so users are taken back to a thanks page of some sort, you can do that with THAT input. |
#204
|
|||
|
|||
IPN setup isn't available for all types of PayPal accounts.
Specifying notify_url at the form submission time is a more compatible way for notifications to work, and in fact vB itself does submit it, so I see no valid reasons of the field removal in this hack. |
#205
|
|||
|
|||
Quote:
Is there any reason why you can't simply generate the code from PayPal, including trial periods, and paste it in the appropriate places in this hack? Seems to me this hack would easily allow for trial periods (e.g. 1 week for $5, then $10/mo there after). |
#206
|
||||
|
||||
Quote:
|
#207
|
|||
|
|||
Yes, subscriptions worked nicely before this hack installation.
This is taken from one of the numerous manuals on PayPal integration: Quote:
Quote:
|
#208
|
||||
|
||||
To replace the notify url line, simply go to includes/functions_subscriptions.php and find (2 time)
Code:
<input type=\"hidden\" name=\"return\" value=\"$vboptions[bburl]\" /> Code:
<input type=\"hidden\" name=\"notify_url\" value=\"$vboptions[bburl]/subscriptions/paypal.php\" /> It may work fine with the notify url, but if it ain't broke for you, I don't suggest that you "fix" it by adding in the notify url. Amy |
#209
|
|||
|
|||
Quote:
Same thing happened for us. Successfully using the subscription service for about a year. Did your mod last week - the subscription works up to a point - it connects with PayPal, sends us an email and the customer an email - but now it does not update the account on our forum. I've tried out the code above - doesn't make a difference. We are running the 3.0.3 (patched for the security bugs.) This is the first time I've had a problem with a mod. :ermm: |
#210
|
||||
|
||||
As I said, I can't guarantee that it will. The reoccurring subscriptions are sending back specific ipn variables that I just don't believe would be sent the other way. I haven't had a chance to look at vbulletin 3.5 yet to see what it offers in subscriptions. It may be a moot point if it handles recurring subscriptions out of the box.
Amy |
#211
|
|||
|
|||
Quote:
Here's an update from my earlier message today. 1. All of our regular non-recurring subscriptions work fine - everyone gets their account updated a.o.k. 2. None of the recurring subscriptions get their accounts updated. It sure looks like this is an issue with the mod since standard subs work like a charm. Comments anyone? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|