![]() |
Actually, you can still show the rank if you use a template conditional. Do a check for is_member_of and display the titles based on that.
|
Quote:
Thing is....I may be able to edit code and get a hack to work, but a coder I am not. lol You don't suppose Ole Illu could trouble you for another bit of a teeny hack would ya? Just give me the code and tell me where to put it and I will good as gold! Oh...there are actually tons of folks here that would be ever so gratefull to you as well! :p |
Hi,
I cant find this line of text in the includes/functions_subscriptions.php Code:
function construct_payment($method, $cost, $currency, $subscriptionid, $title, $userinfo) Thanks, Chris |
You will find it on line:
Code:
362 |
Hello, very nice program and I thank you. I believe I installed it correctly and made the 1 line of code change that was needed for the new VB.
The problem I am having here is: people are paying paypal, and not showing up as subscribed so right now I'm having to manually add 10-100 people a day which is killing me. I have a group set up and everything, they just don't seem to be added to be able to view the forums. but when I use your "add user" feature then they can view the forums. So for some reason the script is not adding them to the subscription group. Any thoughts? |
It's more than one line in the new VB, and I saw the same problem today on my own site. Testing takes a while on these things because I have to wait for payments to trickle in. I'm going to look into it tomorrow.
|
Quote:
|
Quote:
|
OK. I've had some time to poke around and found the one line of code that was making the subscriptions not set up properly.
Remove this line from your functions_subscriptions.php Code:
|
OK. Let's try this code to handle the emails going out that shouldn't be:
in your includes/cron/subscriptions.php file Find: Code:
user.languageid Code:
,subscription. reoccur Code:
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (user.userid = subscriptionlog.userid) Code:
LEFT JOIN " . TABLE_PREFIX . "subscription AS subscription ON (subscription.subscriptionid = subscriptionlog.subscriptionid) Code:
vbmail_start(); Code:
if (!$subscriptions_reminder[reoccur]){ Code:
vbmail_end(); Code:
} |
All times are GMT. The time now is 12:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|