View Full Version : Hide a certain subscription from appearing on payments.php
Wonksta
03-17-2011, 03:30 AM
Hi there
I would like to know if it's possible to hide a subscription from appearing to anyone when viewing payments.php. The reason for this is I want to keep existing subscribers paying the same amount as it's recurring but I want all new future subscribers to be paying a different price. If I change the price of the existing subscription it will break the recurring payments hence my question and I don't want that subscription available any more apart from being hidden for the sake of not breaking existing recurring payments.
Thank you
BirdOPrey5
03-19-2011, 02:02 PM
It takes some doing but yes, I just tested this and it works...
First go to your phpmyadmin and look at your subscriptions table...
Find the "subscriptionid" of the subscription you want to hide, it's a number.
Now edit your templates, edit your subscription_availablebit template.
On the very top add the line:
<if condition="$subscription[subscriptionid] != 4">
(where 4 is the subscriptionid number you want to block)'
at the very end of the template add the line
</if>
Repeat for all styles you have.
Now when you look at your subscriptions page that subscription should be hidden, but still "active" so it will work.
Wonksta
03-19-2011, 02:17 PM
Forgot to update this thread that I found Subscription Permissions under Paid Subscriptions in AdminCP which allowed me to hide a subscription from everyone.
Thanks for reply BirdOPrey5 :)
BirdOPrey5
03-19-2011, 02:59 PM
Even better. :up:
lawina
06-27-2011, 01:08 AM
It takes some doing but yes, I just tested this and it works...
First go to your phpmyadmin and look at your subscriptions table...
Find the "subscriptionid" of the subscription you want to hide, it's a number.
Now edit your templates, edit your subscription_availablebit template.
On the very top add the line:
<if condition="$subscription[subscriptionid] != 4">
(where 4 is the subscriptionid number you want to block)'
at the very end of the template add the line
</if>
Repeat for all styles you have.
Now when you look at your subscriptions page that subscription should be hidden, but still "active" so it will work.
You sir are my idol! Thanks a lot for this.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.