Page 2 of 2

PostPosted: Tue Apr 18, 2006 2: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.

PostPosted: Tue Apr 18, 2006 3: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>

PostPosted: Tue Apr 18, 2006 7: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]

PostPosted: Tue Apr 18, 2006 7: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...

PostPosted: Sat Apr 22, 2006 4: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!

PostPosted: Sat Apr 22, 2006 9: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>