Page 1 of 1
IMsmilie pack

Posted:
Mon Apr 10, 2006 1:33 am
Author: Flex
Hi,
Good work with the site and wish you luck.
I have a small question.... I've downloaded the IMsmilie pack from your site and as well as here I get a blank box when I select "smilies" in "shoutbox". Can anyone tell me how I can add them and where in order to get them to appear.
Thanks
Re: IMsmilie pack

Posted:
Mon Apr 10, 2006 7:05 am
Author: Helter
Mike posted a fix to display .png's on another page. Im sure the fix is similar. Ill see if I can find it

Posted:
Mon Apr 10, 2006 3:02 pm
Author: Flex
Thanks, I await your response.
Re: IMsmilie pack

Posted:
Mon Apr 10, 2006 4:22 pm
Author: Dr. Bantham
I changed my my mind due to this bug and the fact that PNG graphics do not display transparent backgrounds properly in many browsers. How do I revert back to the original smilies? I manually coverted each one them back to GIF's, but the ShoutBox smilies are still not available.
Re: IMsmilie pack

Posted:
Mon Apr 10, 2006 6:34 pm
Author: Helter
I am not even certain that the shoutbox issue is related to the png smilies, though it does appear that way. I will disable the smiley dl until I can get mikes fix, though, just in case.

Posted:
Wed Apr 12, 2006 4:09 pm
Author: Flex
No word on Mikes fix yet?

Posted:
Mon Apr 17, 2006 2:06 am
Author: Flex
I've noticed the smilies popup in shoutbox has been fixed on this site, Can you tell me how to fix this please? Is it just a matter of adding an extra smlie in there?

Posted:
Mon Apr 17, 2006 3:09 am
Author: Adrian Rea
Are you adding them in ACP >General Admin > Smilies?
A
Re: IMsmilie pack

Posted:
Mon Apr 17, 2006 6:38 am
Author: Flex
Yes I have as discribed above I am only having issues with the smilies not appearing in "shoutbox" same as it was happening on this site and as mentioned by okkie here:
http://integramod.com/forum/shoutbox_max.php its been fixed, but how? Okkie?

Posted:
Mon Apr 17, 2006 6:44 am
Author: Adrian Rea
I beleive the smilies were all changed back to gifs
A

Posted:
Mon Apr 17, 2006 7:02 am
Author: Flex
Bummer if that's the case, I really liked the png ones <img>
Re: IMsmilie pack

Posted:
Mon Apr 17, 2006 8:52 pm
Author: Helter
they look the same as the png ones. Note, after you change back to gif smilies, it may take several hours to a full day for them to display correctly. I dont know why.

Posted:
Tue Apr 18, 2006 12:24 am
Author: Flex
so are the gif ones available for download and where or do I have to convert them to gif? <img>
Re: IMsmilie pack

Posted:
Tue Apr 18, 2006 12:37 am
Author: Helter
yes, I removed the png smilies untill we can enable the js to display png's. The smilie pack in the dl section is the gif version of the same images

Posted:
Tue Apr 18, 2006 1:47 am
Author: Flex
thanks a bunch

Posted:
Tue Apr 18, 2006 3:10 am
Author: Dr. Bantham
I reinstalled the smilie pack with the GIF versions, deleted Portal cache files, cleared and re-compliled all styles and cleared the browser chache. The ShoutBox smilie selection popup box (mini version portal block) is still blank. Please help.

Posted:
Tue Apr 18, 2006 4:14 am
Author: Flex
I got that as well and the way I fixed it was by populating the "posts icons" section in ACP. But I've now gone back to the png version since it looks so much better on the dark background I have. <img>

Posted:
Tue Apr 18, 2006 8:18 am
Author: Michaelo
Edited All smilies in the smilie directory are available to admin during smilies install/add (ACP) however, the size is used to determine if a particular file is an image file. This should not affect loading of PNG files.
To test just add a png image to the smilies directory and see if it displays when you add a smilie in ACP->Smilies-> [Add a new smiley Button]
In admin_ranks.php the system only searches for GIF images, to change this to allow PNG images alter the code in admin_ranks.php as follows] FIND: (line ~108)if (strpos($file, '.gif'))REPLACE WITH:if (eregi("gif", $file) || eregi("png", $file)) [/code]

Posted:
Tue Apr 18, 2006 8:45 am
Author: tmotley
I am quite sure I've done nothing special on my site but...
I installed the *.png smilies. My shoutbox smilies box displays the *.png smilies just fine...

Posted:
Sat Apr 22, 2006 5:58 pm
Author: Dr. Bantham
"Flex";p="2118" wrote:I got that as well and the way I fixed it was by populating the "posts icons" section in ACP. But I've now gone back to the png version since it looks so much better on the dark background I have. <img>
Can you tell me what you mean when you say "populating" the posts icons in ACP. I found the "posts icons" section, but there are no such options available. Thanks in advance!

Posted:
Sat Apr 22, 2006 10:03 pm
Author: Flex
All I meant by that is for you to make sure that you can actually see your icons/smilies within "post icons", in other words that you don't have any broken links, if so, just edit them one by one (don't know of an easier way) and replace them.
I hope that help in any way <img>