MyBB Community Forums

Full Version: Setting multiple smilies to "Show on Clickable Smilies List?"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have over 150 large-sized smilies on my board. However, a large number of them appear in the "Clickable Smilies" list and stretch the forum tables out a lot.

Is there any way to set ALL smilies to "Show on Clickable Smilies List?" = False?

That way I could just go back and enable the smaller ones.

Thanks
I think that if you click on edit next to a smilie in the ACP, there is a "Show on Clickable Smilies List?" option set that to no. I think that is what you want.
Yeah, but I have like literally 300 smilies, I was wondering if there was a way to do that on all of them at once Smile
Run this SQL code in phpMyAdmin

UPDATE mybb_smilies SET showclickable = 'no'
Hey, awesome, I will definitely do that when I get my webserver problems resolved Smile Thanks!