TheInsaneManiac
08-18-2008, 10:00 PM
*It looks like no one needs this mod so I am no longer supporting it. However if you find yourself to be one that needs it PM me. I will add IP denying and a Post Count option.
Sometimes if you have a Paid Subscription set up to allow your members to view a new forum with content that you hold secret, you may not wish for it to get out. A while back I had a member I was fairly good friends with. I found out he was stealing some of my content and went easy on him by just removing his access. So later on down the road I found out he purchased another Paid Subscription and begun stealing content again. So this will allow you to define a list of user IDs to not allow access to your Paid Subscription area.
Features
Disable and Enable the Mod.
Manage which users are denied access to purchase Paid Subscriptions.
Manage a custom error message when a user is denied access to purchase Paid Subscriptions.
All features are accessible via AdminCP-> VBulletin Options-> Paid Subscription Access
There are 2 template edits
Find:
<td class="panelsurround" align="center">
Below Add:
<if condition="$bbuserinfo['userid'] != $vbulletin->options['paidsubscriptionaccess']">
Find:
</td>
</tr>
</table>
Above Add:
<else />
$vboptions[paidsubscriptionerror]
</if>
To Do
Figure out why it is not letting me use template hooks.
Sometimes if you have a Paid Subscription set up to allow your members to view a new forum with content that you hold secret, you may not wish for it to get out. A while back I had a member I was fairly good friends with. I found out he was stealing some of my content and went easy on him by just removing his access. So later on down the road I found out he purchased another Paid Subscription and begun stealing content again. So this will allow you to define a list of user IDs to not allow access to your Paid Subscription area.
Features
Disable and Enable the Mod.
Manage which users are denied access to purchase Paid Subscriptions.
Manage a custom error message when a user is denied access to purchase Paid Subscriptions.
All features are accessible via AdminCP-> VBulletin Options-> Paid Subscription Access
There are 2 template edits
Find:
<td class="panelsurround" align="center">
Below Add:
<if condition="$bbuserinfo['userid'] != $vbulletin->options['paidsubscriptionaccess']">
Find:
</td>
</tr>
</table>
Above Add:
<else />
$vboptions[paidsubscriptionerror]
</if>
To Do
Figure out why it is not letting me use template hooks.