Smilie Sorting/Ordering

oldzy

Active member
Say I have a smilie (id #2) and another one (id #30)... can I manually edit/swap the id #'s in mysql/phpmyadmin directly w/o breaking things?
 
Yes you can, but you will need to use an intermediate value to avoid a collision. Or you can temporarily remove the index on the table while you change the ids.

Afterwards you need to edit and save a smilie in the Admin CP to prompt a rebuild of the cache:

Admin CP -> Home -> Smilies
 
Top Bottom