Kevin
Well-known member
If anybody else might be interested...
Attached is sql query for doing an update to your existing smilies as opposed to wiping out all of your existing smilies and the re-adding them. This way if somebody has many, many smilies installed already but want to use the new sprite versions for the default smilies then you won't have to wipe them all out and then re-add in the many, many other smilies.
This query will only be of use to if...
If you don't have your smilies with the same titles then it should be easy enough for you to find the ones that have a different title & change the "WHERE title = '{x}';" to what you are using instead.
As usual, your mileage may vary but the query worked fine for me when run from phpMyAdmin.
Thanks again, Kier, for providing the initial set of values for the base 30 and to goblues & gldtn for the last couple of ones. You guys saved me a lot of time that I would've ended up spending in the smilie editor.
EDIT: Fixed "Devil" position.
Attached is sql query for doing an update to your existing smilies as opposed to wiping out all of your existing smilies and the re-adding them. This way if somebody has many, many smilies installed already but want to use the new sprite versions for the default smilies then you won't have to wipe them all out and then re-add in the many, many other smilies.
This query will only be of use to if...
- The paragraph above applies to you.
- You have all 30 of the base smilies configured with the same titles as used here (http://xenforo.com/community/help/smilies).
- You have the 5 extra smilies configured and titled (exactly) Alien, Poop, Ninja, Devil, Geek.
If you don't have your smilies with the same titles then it should be easy enough for you to find the ones that have a different title & change the "WHERE title = '{x}';" to what you are using instead.
As usual, your mileage may vary but the query worked fine for me when run from phpMyAdmin.
Thanks again, Kier, for providing the initial set of values for the base 30 and to goblues & gldtn for the last couple of ones. You guys saved me a lot of time that I would've ended up spending in the smilie editor.
EDIT: Fixed "Devil" position.