posted 17 years ago
Smilie order is based on the internal DB Id number. So the only way to do this is to delete and reload your smilies database table.
It is possible to do this via the admin screens but someone painfull since each smilie has to be entered by hand.
If you have some DB skills, it is possible to dump the contents of forum_smilies table to a script (MySQL and most other DBs have tools to do this), edit the script so that the order is what you want, then do a DELETE * FROM JForum_Smilies, and reload all of the records with the correct order.
(Of course, shut down JForum while changing the table!)
[originally posted on jforum.net by monroe]