Closed (fixed)
Project:
UIE Forum
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Aug 2007 at 17:18 UTC
Updated:
8 Aug 2007 at 10:56 UTC
If I choose to set the Enable Smilies options I can lovely have the emoticon that replace some text as :)
But I get also the square at left with the icons.
This can be ok, but I'd like that the icons clicked add its text, but the bad think I can do is drag the icon into the post adding a full image tag to it :(
Comments
Comment #1
Melereg commentedNever came across this one, but it appears to be a feature of Firefox and Opera and works with pretty much any site. Tried google, microsoft, yahoo, vBulletin and phpBB so I wouldn't change this behaviour.
Comment #2
devbox commentedCan you tell me why the icon :idea: is not in the icons box?
How is the icons list sorted?
Why the icons box keep some blank spaces instead of the following icon?
p.s.: I'm already looking this in the function uieforum_get_smiley_list() but I don't understand it :(
Comment #3
daniel.hunt commentedThe images that this module use are a selection of most of the ones you can use in posts.
Over time, some have been added, some have been removed, and the order has changed. Overall though, it has remained untouched by the code changes I've made. The list is a hardcoded one, so you can manually change them if you want to.
As for this bug report - it isn't an actual bug in the forum I'm afraid, this is common practice for modern browsers
Comment #4
devbox commentedThat the list is hardcoded I can see it :)
The problem is that the order of the list does not follow the code.
And if I write an icon that is ignored by the browser... IMHO is a bug :)
Ok, theorically is not a bug, pratically yes :(
Comment #5
Melereg commentedLook for uieforum_get_smiley_samples().
Comment #6
daniel.hunt commentedThank you Melereg - I had presumed that he already found that function so didn't mention it.
Comment #7
devbox commentedNo!
I didn't find uieforum_get_smiley_samples().
Now I see it and it works.
Now I REALLY must THANK YOU ALL for your kindness to all my post and my issues for ueiforum, also if I still wait some help for the email issue :)
Comment #8
devbox commentedfinally I have a little nice icon box :)
http://img123.imageshack.us/img123/4296/iconsboxfj7.png
Thanks again.