Xenforo Extended Smilies

Xenforo Extended Smilies 1k

No permission to download

Shelley

Well-known member
Shelley submitted a new resource:

Xenforo Extended Smilies (version v1) - Xenforo Extended Smilies

TgtqV.png
View attachment 32167

Summary: Xenforo extended smilies that extend on the default pack which will give your xenforo users more of a variety of emotions/smilies to choose from.
Install: upload to your smiley folder and start adding them via the admincp >> smiley manager
Additional notes: Png-8 variants will come soon.

Read more about this resource...
 
Thanks for releasing these! :cool:

{And hopefully by the time I get home late tonight somebody will have posted the co-ordinates. :giggle: EDIT: NM, I see that the zip contains the individual files, not the spritesheet. :oops: }
 
great looking smilies, going to start adding them now :)

I just wish there was a mass importer, maybe there is and I haven't seen it.
 
Better yet with a sql query to do all the manual adding ;)
;)
Code:
INSERT INTO  `DATABASENAME`.`xf_smilie` (
`smilie_id` ,
`title` ,
`smilie_text` ,
`image_url` ,
`sprite_mode` ,
`sprite_params`
)
VALUES (
NULL ,  'Android',  ':android:',  'styles/default/xenforo/smilies/android.png',  '0',  ''
), (
NULL ,  'Black Alien',  ':blackalien:',  'styles/default/xenforo/smilies/Blackalien.png',  '0',  ''
), (
NULL ,  'angelic',  ':angelic:',  'styles/default/xenforo/smilies/angelic.png',  '0',  ''
), (
NULL ,  'arghh',  ':arghh:',  'styles/default/xenforo/smilies/arghh.png',  '0',  ''
), (
NULL ,  'bag',  ':bag:',  'styles/default/xenforo/smilies/bag.png',  '0',  ''
), (
NULL ,  'banghead',  ':banghead:',  'styles/default/xenforo/smilies/banghead.png',  '0',  ''
), (
NULL ,  'blackeye',  ':blackeye:',  'styles/default/xenforo/smilies/blackeye.png',  '0',  ''
), (
NULL ,  'bookworm',  ':bookworm:',  'styles/default/xenforo/smilies/bookworm.png',  '0',  ''
), (
NULL ,  'bored',  ':bored:',  'styles/default/xenforo/smilies/bored.png',  '0',  ''
), (
NULL ,  'brb',  ':brb:',  'styles/default/xenforo/smilies/brb.png',  '0',  ''
), (
NULL ,  'cat',  ':cat:',  'styles/default/xenforo/smilies/cat.png',  '0',  ''
), (
NULL ,  'chicken',  ':chicken:',  'styles/default/xenforo/smilies/chicken.png',  '0',  ''
), (
NULL ,  'coldfeet',  ':coldfeet:',  'styles/default/xenforo/smilies/coldfeet.png',  '0',  ''
), (
NULL ,  'couchpotato',  ':couchpotato:',  'styles/default/xenforo/smilies/couchpotato.png',  '0',  ''
), (
NULL ,  'dead',  ':dead:',  'styles/default/xenforo/smilies/dead.png',  '0',  ''
), (
NULL ,  'depressed',  ':depressed:',  'styles/default/xenforo/smilies/depressed.png',  '0',  ''
), (
NULL ,  'dummy',  ':dummy:',  'styles/default/xenforo/smilies/dummy.png',  '0',  ''
), (
NULL ,  'dummy1',  ':dummy1:',  'styles/default/xenforo/smilies/dummy1.png',  '0',  ''
), (
NULL ,  'facepalm',  ':facepalm:',  'styles/default/xenforo/smilies/facepalm.png',  '0',  ''
), (
NULL ,  'finger',  ':finger:',  'styles/default/xenforo/smilies/finger.png',  '0',  ''
), (
NULL ,  'greyalien',  ':greyalien:',  'styles/default/xenforo/smilies/greyalien.png',  '0',  ''
), (
NULL ,  'grumpy',  ':grumpy:',  'styles/default/xenforo/smilies/grumpy.png',  '0',  ''
), (
NULL ,  'happy',  ':happy:',  'styles/default/xenforo/smilies/happy.png',  '0',  ''
), (
NULL ,  'headphone',  ':headphone:',  'styles/default/xenforo/smilies/headphone.png',  '0',  ''
), (
NULL ,  'hilarious',  ':hilarious:',  'styles/default/xenforo/smilies/hilarious.png',  '0',  ''
), (
NULL ,  'hungover',  ':hungover:',  'styles/default/xenforo/smilies/hungover.png',  '0',  ''
), (
NULL ,  'hungry',  ':hungry:',  'styles/default/xenforo/smilies/hungry.png',  '0',  ''
), (
NULL ,  'inpain',  ':inpain:',  'styles/default/xenforo/smilies/inpain.png',  '0',  ''
), (
NULL ,  'jimlad',  ':jimlad:',  'styles/default/xenforo/smilies/jimlad.png',  '0',  ''
), (
NULL ,  'joyful',  ':joyful:',  'styles/default/xenforo/smilies/joyful.png',  '0',  ''
), (
NULL ,  'lurking',  ':lurking:',  'styles/default/xenforo/smilies/lurking.png',  '0',  ''
), (
NULL ,  'mask',  ':mask:',  'styles/default/xenforo/smilies/mask.png',  '0',  ''
), (
NULL ,  'meh',  ':meh:',  'styles/default/xenforo/smilies/meh.png',  '0',  ''
), (
NULL ,  'nailbiting',  ':nailbiting:',  'styles/default/xenforo/smilies/nailbiting.png',  '0',  ''
), (
NULL ,  'peeking',  ':peeking:',  'styles/default/xenforo/smilies/peeking.png',  '0',  ''
), (
NULL ,  'playful',  ':playful:',  'styles/default/xenforo/smilies/playful.png',  '0',  ''
), (
NULL ,  'pompus',  ':pompus:',  'styles/default/xenforo/smilies/pompus.png',  '0',  ''
), (
NULL ,  'shifty',  ':shifty:',  'styles/default/xenforo/smilies/shifty.png',  '0',  ''
), (
NULL ,  'shy',  ':shy:',  'styles/default/xenforo/smilies/shy.png',  '0',  ''
), (
NULL ,  'singing',  ':singing:',  'styles/default/xenforo/smilies/singing.png',  '0',  ''
), (
NULL ,  'smug',  ':smug:',  'styles/default/xenforo/smilies/smug.png',  '0',  ''
), (
NULL ,  'sorry',  ':sorry:',  'styles/default/xenforo/smilies/sorry.png',  '0',  ''
), (
NULL ,  'sour',  ':sour:',  'styles/default/xenforo/smilies/sour.png',  '0',  ''
), (
NULL ,  'spitoutdummy',  ':spitoutdummy:',  'styles/default/xenforo/smilies/spitoutdummy.png',  '0',  ''
), (
NULL ,  'stinkyfeet',  ':stinkyfeet:',  'styles/default/xenforo/smilies/stinkyfeet.png',  '0',  ''
), (
NULL ,  'stop',  ':stop:',  'styles/default/xenforo/smilies/stop.png',  '0',  ''
), (
NULL ,  'troll',  ':troll:',  'styles/default/xenforo/smilies/troll.png',  '0',  ''
), (
NULL ,  'wacky',  ':wacky:',  'styles/default/xenforo/smilies/wacky.png',  '0',  ''
), (
NULL ,  'wideyed',  ':wideyed:',  'styles/default/xenforo/smilies/wideyed.png',  '0',  ''
), (
NULL ,  'woot',  ':woot:',  'styles/default/xenforo/smilies/woot.png',  '0',  ''
), (
NULL ,  'wtf',  ':wtf:',  'styles/default/xenforo/smilies/wtf.png',  '0',  ''
), (
NULL ,  'yuck',  ':yuck:',  'styles/default/xenforo/smilies/yuck.png',  '0',  ''
);

Once you've done that, edit a single smilie in the ACP, save, and they will all be there in the list in the post editor.
 
I will add all. Give me just a bit... sorry, work in the way... hah.

I've added the spritesheet into the release thread via the image uploader. You might as well use this sprite as when I make the update all the coordinates will be the same when I start adding more and more onto the spritesheet otherwise we'll get different sprite versions that will need their coordinates shifted all the time.
 
I've added the spritesheet into the release thread via the image uploader. You might as well use this sprite as when I make the update all the coordinates will be the same when I start adding more and more onto the spritesheet otherwise we'll get different sprite versions that will need their coordinates shifted all the time.

Heh, I just got finished copying each image into the same location as your original pic. No worries, on to the coordinates and sql. (y)

I had it going like this:

YL2zQP.png
 
The spritesheet you added is missing some. I will have to add them at the bottom, and keep going from there.
 
Thanks for the sql stewart1champ but some of the smilies are blank now. The blank ones are:

Angelic, Black Eye, Cold Feet, Depressed and Hilarious
 
Top Bottom