Quote:
Originally Posted by EnriqueHavoc
hmm i understand.. i guess ill have to figure out how to do it with conditionals. for my board im not really worried about people finding ways to circumvent it but i wanted to let certain usergroups be able to choose explicit or bad taste smilies in private forums that my public users/clients wouldnt see.
|
Even if you go with conditionals this would not be a solution. If someone knows the URL of your smilie, he will be able to use it.
The only way to prevent specific users from using specific smilies would be a .htaccess solution combined with queries to your database.
This would be a performance impact and very difficult to be implemented.
I would not recommend requesting this feature.
Cheers,