Quote:
Originally Posted by Remi
thanks for sharing this hack
Is it posible to restrict the use of this hack to one group, superadmin for example.
Thanks
|
Well, you could just add a template conditional to hide it from normal members if you want. Just change the "$ve_secure_login" to:
HTML Code:
<if condition="$bbuserinfo[usergroupid]==6">
$ve_secure_login
</if>
I DON'T know if that actual code will work, since I didn't test it, but yo could create any other sort of conditional like that. Another option would be to add the if in the construct php code.