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

Melereg’s picture

Never 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.

devbox’s picture

Can 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 :(

daniel.hunt’s picture

Assigned: Unassigned » daniel.hunt
Status: Active » Closed (fixed)

The 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

devbox’s picture

That 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 :(

Melereg’s picture

Look for uieforum_get_smiley_samples().

daniel.hunt’s picture

Thank you Melereg - I had presumed that he already found that function so didn't mention it.

devbox’s picture

No!
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 :)

devbox’s picture

finally I have a little nice icon box :)

http://img123.imageshack.us/img123/4296/iconsboxfj7.png

Thanks again.