The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
SSL For Subscribers Only
I've just added a little enhancement to my 3.6, however this should work should as well with the 3.5 branch. It's really very simple and requires a template edit and a plugin.
Create a new plugin using the global_start hook. PHP Code:
Code:
<if condition="$ssl == on"> <if condition="is_member_of($bbuserinfo, 55)"><!--change this to your subscriber group--> <else /> <meta http-equiv="refresh" content="5;url=http://www.yourdomain.com/subscribe.php"> </if> </if> This allows the user to briefly see that you do have SSL available but in 5 seconds redirects them to your subscriber page with more reasons to subscribe. If the user is already a subscriber no redirection takes place. Hope someone finds it useful. max |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|