PDA

View Full Version : Hidden smilies?


emtee
03-22-2005, 07:59 PM
I want to add a few new smilies but don't want them to appear on the smilies list. How do I do this? It shouldn't be too hard, but I can't find it anywhere. And I can't think of the approach how I can make the hack and where to start at.

I found a "cheating way" though: If I put it in bbcode, it won't show in the "hidden smilies" in smilies list, but it will show in bbcode. I don't want it to show in bbcode! I want it to be hidden completely, only to be used by those who I send the special smilies codes.

Anyone can help me with this? Thanks in advance.

Deaths
03-22-2005, 08:18 PM
I'm not sure if this'll work, but try setting the displayorder to 0.

emtee
03-22-2005, 09:10 PM
Tried to set display order to 0, it displays first before General category which is display order 1. Thanks though, nice idea. :) It just didn't work yet.

vB should include this in the next 3.0.8 version! :D

I'm pretty sure the code will be something like:

if (smilies_display_order == "0")
{
dont_show_this_smilies_categories;
}

Deaths
03-22-2005, 09:13 PM
You can post a suggestion @ vb.com :)

KW802
03-22-2005, 11:48 PM
I had not realized before reading this thread that there are no smilie category permissions like there are for post icon permissions. Yeah, that would be a nice addition indeed.