![]() |
e-steki Smilie Maker 1.7
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! :)
DEMO: http://www.e-steki.com/forum/smmaker.php (Note that the demo is in greek. However as there is not much text in this hack, you'll probably find your way :)) 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 :p) 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! :p 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 |
1st installation :)
great jop hope to see some thing else that makes write messege on these smilies |
Thanks! I'm glad you find it nice! :D
(I was really exited when I had the idea, lol) For written message you can look on KW802's mod for 3.0.7 (it works in 3.5 as well). but the faces are predefined in his mod. The only thing that changes is the text and colours of it. Maybe I could make one that combines both features but I don't have that much php knowledge at the time :) I'm a fast learner though :p |
I'll see what I can do about combining it with the other Smilie Creator.
|
Quote:
Pleeease if you make that, include the fonts and not take them from the server so that it supports greek! :nervous: |
a combination would be awesome. this is great. how would i use this without vbadvanced?
|
Quote:
|
Quote:
OK, challenge accepted! :p Is there a Greek truetype font? PS: You missed one of the HTML comments. ;) Code:
<!-- END: FPS Smilie Creator --> |
Quote:
I can send you some. However the good thing of not taking the fonts from the server is that the user can change them so that he can put whatever he wants. For example in MpDev's graffiti wall it needed only an iconv() function to convert the sent values to UTF-8 and the replacement of the graffiti fonts of the package with greek ones. So this way it would support any given language I guess ;) You don't need to specifically make it work with greek ;) However I don't know how it would be possible to make the box be resized to fit the writing if the user had changed the font... I tried to change the code of your existing hack to support greek (with the help of a friend of mine that knows php very well) and the box was messed up and he told me that it needed lots of coding to make it resize corrtectly... :confused: |
Quote:
Yep, I started from your template but I erased most of the stuff there so that I only had the module shell and some similar things and also I took a look of how the javascript worked to understand how I should make mine, is that bad? You can see that there aren't many similarities ;) Also the php file is completely different... I hope you aren't accusing me of stealing because of some html comments! :speechless: |
Quote:
Going back to the fonts though... I'll have to experiment to see I come up with. I've never really worked with non-Latin fonts before so it'll be a learning experience for me. Did your friend keep any of his experimental changes? I'd be curious to see how far he got. |
Quote:
So, I'll send it to you tomorrow :) How should I send it? PM, e-mail or posting it here? :) I remember that it worked nicely with greek but the box was bigger than it should be :confused: |
I'll send you a PM with an email address. I'll tackle in a two-step process.... (1) get sign maker version working with Greek and then (2) combine the sign maker code with this new code.
I love new challenges. :D |
Quote:
If you need any graphics for it don't hesitate to ask me :) I love new challenges a lot too but if they aren't very far from my abilities and this one is as I only started learning php some days ago :nervous: |
I almost figured out how to make it work without vbadvanced! I hear an update coming... :p
|
Now availiable for users without vbadvanced.
Also fixed an file error in the zip which made the mod unusable as there was no e-steki_smilie_creator folder to upload to smilies as the instructions stated. I'm forgetful, I know :p |
Fun fun.
Good going Team :D |
Quote:
Are you sure you were pointing to the correct url? It's www.yourdomain.com/forums/smmaker.php Anyway, I did this too fast due to demand and is very possible I overlooked something... I'll have a look when I fix something in the look of the template. :) I'll send an update when I sort those issues out :) |
Sorry .. must have been deleting post as you posted .. problem solved.
Had initially installed the vba version and not set permissions for the new page. |
I tried both and I get a red x instead of the created smilie. :(
|
Quote:
Btw the zip file of the non-vba version is now updated to contain a slightly better template (see screenshots) Also now the screenshots are from an english, default version of vbulletin :) |
Quote:
HTML Code:
http://www.mywasteoftime.net/modules/e-steki_smilie_creator.php?face=http://www.mywasteoftime.net/images/smilies/e-steki_smilie_creator/faces/yellow.png&eyes=http://www.mywasteoftime.net/images/smilies/e-steki_smilie_creator/eyes/1.png&mouth=http://www.mywasteoftime.net/images/smilies/e-steki_smilie_creator/mouth/1.png |
Quote:
|
Quote:
|
Quote:
If you go at the image's url you'll see a bunch of php warnings. The problem is that the script for some reason, cannot use the images and all the other warnings come from that issue. What I can't determine is WHY it cannot open the images... It could be a fault chmod but since I can see them they are readable and do exist. :confused: I'll think about it more and post when I think something that could be causing this apart from an old gd version... Btw I know there are more important issues about the smilie maker than looks but there is a template update, you are having the old template :) |
What's the difference between: vba e steki smilie creator.zip and smmaker.zip?
I tried both but both are for vbadvanced (which I don't have)... I think I'll wait for the vBulletin standalone version. |
ermm smmaker is supposed to be for boards without vbadvanced... Did I forget to change the readme?
|
Quote:
|
Quote:
I guess you don't mean a human toilet but that box with sand inside right? |
Quote:
https://vborg.vbsupport.ru/ but the one thing i can't seem to figure out is how to make the cat flush the toilet...? :ermm: SORRY guys, i'll go back on topic now... |
Quote:
|
Quote:
|
OK going for it. i just think a lot of people love this one :)
|
Oh guys, I enabled the GD in my server ( included Thumbsnail for the PNG ) but it won't work at all :(
|
Tell me how it went lairnoc :)
Btw if anyone has a feature to suggest don't hesitate! :) |
Quote:
When you say that it doesn't work at all? It shows the template, right? You just don't see the image? Can you paste the url of the "image" please or tell the url so I can test it out? |
I got this error :
Code:
Warning: imagecreatefrompng(): URL file-access is disabled in the server configuration in /home/.lasso/forum/forum.com/forum/modules/e-steki_smilie_creator.php on line 11 |
Quote:
The other warnings are caused by only 3 of the first ones similar to the one I quoted. Since the file doesn't load, each time the script uses the variable that contains it's contents you get an error ;) |
Quote:
|
the template-english.html has nothing for me to copy to a new template
|
All times are GMT. The time now is 04:08 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|