vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   e-steki Smilie Maker 1.7 (https://vborg.vbsupport.ru/showthread.php?t=100043)

tamborinegal 05-27-2006 08:24 AM

Fun hack Michelle. Thanks! :)

Nathan2006 05-27-2006 12:00 PM

Thank you Michelle

Works great!:D

Install

ChopBam 06-09-2006 03:40 AM

Hey, I just installed this mod and I'd like to use the extension .gif instead of .png. Is there any way I can do this and have it work? Thanks.

I'm willing to edit PHP files. I've already edited the template to display the .gifs.

Lea Verou 06-09-2006 08:44 AM

I remember wondering if I would make it with pngs or gifs when I started to make it. I finally decided pngs but I don't remember why, it was either easier or more compatible.
Search php.net for image (GD not Imagemagick) functions and you will probably find your way :)

gavinzac 08-28-2006 08:57 AM

will this work for 3.6?

Lea Verou 08-28-2006 03:53 PM

Yes it will.

TMM-TT 09-29-2006 11:54 AM

Quote:

Originally Posted by ChopBam
Hey, I just installed this mod and I'd like to use the extension .gif instead of .png. Is there any way I can do this and have it work? Thanks.

I'm willing to edit PHP files. I've already edited the template to display the .gifs.

Since png didn't work for me (due to a zlib error), I had to change to gif. The error I got was:

Fatal error: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /modules/e-steki_smilie_creator.php on line 34

It is something with my zlib that's not working...

To change this, I did edit modules/e-steki_smilie_creator.php:

Find this:

PHP Code:

header("Content-Type: image/png");
imagepng($placeholder,"",100); 

Change to:

PHP Code:

header("Content-Type: image/gif");
imagegif($placeholder,"",100); 


Fearlessninja 10-04-2006 07:03 PM

Quote:

Originally Posted by Davidspl
Is it possible to get the smileys to work in the shoutbox?

Yes it would be nice to see it working for the shoutbox.

ronoxQ 10-07-2006 12:35 AM

Michelle-

Can you choose which usergroups have access to the Smilie maker?

bolly.beats 11-06-2006 03:17 AM

Quote:

Originally Posted by dakar
Same issue here... everything is fine but no final image :( Maybe I need to wait till tommorow too?

here is a link

Can someone fix this issue soon. Coz after installing even i m getting the same error.
Here is my link
:alien:


All times are GMT. The time now is 05:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01314 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete