The Arcive of vBulletin Modifications Site. |
|
Subscription Notifications -- Drive paid subscriptions & renewals Details »»
|
|||||||||||||||||||||||||||||||||
|
Subscription Notifications -- Drive paid subscriptions & renewals
Developer Last Online: Nov 2020
Paid Subscriptions are a means of driving revenue for thousands of forums but what do you do when a subscription is about to expire? On most forums, if the subscription does not recur automatically, users lose their status and only if they notice a change in benefits do they think to renew. By proactively informing users of their subscription expiration you can help increase paid subscription renewal rates and decrease support inquiries from subscribers.
Notifications Options & Customizations: The Subscription Notifications System can appear on your Forum Home and/or User CP pages and can display the following messages: Expired Alert 24 Hour Alert 48 Hour Alert 7 Day Alert 1 Month Alert Long Term Membership No Membership All of these messages can be configured using phrases and customized with HTML code to meet your forum's needs. Each message is enabled/ disabled through your vB control panel with a link provided to modify the message contents using the phrase system. Modifications/ Instructions: Template edits: 1-2 Plugins: 1 (adds 1 template and several phrases & settings) SQL Queries Added: 1-2 This addon should take under 5 minutes to implement and customize. Note: Minor template modifications are required for this addon to show up (see instructions file for more details)! Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||||
| Благодарность от: | ||
| blind-eddie | ||
| Comments |
|
#2
|
|||
|
|||
|
Sounds good. Anyone tried yet?
|
|
#3
|
|||
|
|||
|
This is an active mod-on from the 3.7 series. See this post for past comments.
https://vborg.vbsupport.ru/showthread.php?t=179864 |
|
#4
|
||||
|
||||
|
how do i show the number of current subscribers?
tryed to make an old simple hack to work to show the numbers but cant work it out... heres the code i have... any help would be great? Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugins>
<plugin active="1" product="vbulletin">
<title>Subscriber Count</title>
<hookname>global_start</hookname>
<phpcode><query_read("SELECT * FROM subscriptionlog WHERE status = 1");
$totalsub = mysql_num_rows($query1);]]></phpcode>
</plugin>
</plugins>
|
|
#5
|
|||
|
|||
|
Quote:
Please direct your code question to the appropriate programming sub-forum where you'll find many more programmers available to help you. Thank you. |
|
#6
|
||||
|
||||
|
How do I get the $submessage to work in other templates?
|
|
#7
|
|||
|
|||
|
You would need to add the query from the system to additional hooks to be able to use the variable. If you have a few pages in mind I can get you started with some code.
|
|
#8
|
||||
|
||||
|
Forum view (thread list), thread view, and search results.
|
|
#9
|
|||
|
|||
|
Hi,
I installed the mods and I would like to know why it displays the date on subcription that expired ? Your subscription expire on 01/12/2009! (12 January 2009) Thx you for your reply. |
|
#10
|
|||
|
|||
|
Because that's one of the options... You can disable the entire display for this condition or edit the phrase to change what is said.
|
![]() |
|
|