Version: 1.7, by Lea Verou
Developer Last Online: Jul 2012
Version: 3.5.3
Rating:
Released: 11-03-2005
Last Update: 12-03-2005
Installs: 180
Uses Plugins Template Edits
Additional Files
No support by the author.
This modification allows you to create personalized smilies by choosing eyes, mouth and face. The smilie set that was used for the graphics is one of the most popular and beautiful ones (see screenshots). It is possible to create up to 18000 different smilies for this so hours of fun are guaranteed! Additionaly, it includes plugins for custom WOL location, so that they don't show up as unknown and a handy bbcode (bbcode example: [smilie=1,2,3]) to put those smilies in posts. There is a field in the smilie maker which displays the bbcode that should be used so that the user can copy it from there. Every action is made via javascript so that the page does not reload. It is fully phrased so translations are now a piece of cake!
Important:You need GD enabled in your server to use this (and almost all image-creating-on-the-fly mods so you better tell them to enable it if they haven't already ) Also this doesn't work in some forums that have the hack for transparent pngs in IE.
Installation
-1 product file which adds 5 plugins, 1 template, 4 AdminCP settings and 15 phrases.
-2 php file uploads
-1 folder with images upload
-1 small template edit Detailed instructions are included in the accompanying zip file.
Please be kind and click INSTALL if you have installed this mod. I *can* see this you know!
I hope you enjoy this mod as much as I enjoyed making it
Changelog: Version 1.7 -Made the tables for the eyes, mouth and face collapsible
-Added 15 more eyes, 15 more mouths and 2 more faces
-Added text to show till a smilie is made so that the user doesn't think that nothing is happening. The text disappears after the creation of the smilie.
-Fixed the bug with the preview of the BBcode.
Version 1.6 -Added AdminCP option to hide the creation buttons to guests and show a message instead
-Added AdminCP option to hide the bbcode editbox so that forums with a lot of traffic don't get a big server load from many dynamic smilies. (to completely disable the functionality though you have to disable one plugin and not perform the suggested template edit)
Version 1.5
-Added Random Smilie button
-Added bbcode like [smilie=1,2,3] to use custom smilies in posts. Beware that this may be server-intensive in big forums.
-Editbox that displays the bbcode that should be copied, which also changes with javascript instantly.
-Fully phrased now
-Template and phrase addition is done with the attached product
-Link in the smilie popup to the smilie maker
-Custom WOL locations
-A lot shorter image URL
As english is not my native language I may have done some grammar mistakes. I would really appreciate it of you reported them in this thread
Thanks to KW802's mod for inspiring me on how to use the javascript.
Translations availiable
was wondering in my modules folder i see a error log and in that log is this
[29-Nov-2005 15:08:36] PHP Warning: imagedestroy(): 3 is not a valid Image resource in /home/****/public_html/modules/e-steki_smilie_creator.php on line 32
was wondering in my modules folder i see a error log and in that log is this
[29-Nov-2005 15:08:36] PHP Warning: imagedestroy(): 3 is not a valid Image resource in /home/****/public_html/modules/e-steki_smilie_creator.php on line 32
what causes this?
Was that the only error it had? Cause it's quite strange that the variable contained a valid image resource for the other functions and only at the end it didn't
yeah thats the only one i see in there but its in there alot...
Well if that's the only one there is nothing to worry about. It just frees the memory that the variable that holds the image was taking up.
However it seems very strange to me that there are only errors with imagedestroy()