XF 1.3 wrong smilies do appear in postings

snoopy5

Well-known member
Hi,

I just upgraded my forum to 1.3 and tried change some smilies. I first disabled the old smilies in the ACP, so they do not appear anymore in the texteditor choice and only left those activated, which I wat to use for future postings.

But when a user types i.e. the textform for a smilie in his posting like

Code:
:)

, it shows still my old deactivated smilie and not the XF-smilie which is avalable in the editor. Same problem if I click on a smilie in the editor. I see the correct XF-smilie in the editor, but when I publish the posting, it changes the smilie to my old deactivated smilie icon which I just disabled in the ACP.

Both smilies have the same textcode. The same happens with other "overlapping" smilies with same textcode

I guess this is the reason why it gets mixed. But how can I make the setting, that for future postings it consistantly only takes the icons which I enable in the ACP?

Do I have to run a query for this somewhere ?

What could be the reason for this?
 
I did it as Tracy recommended it. I changed the code for the blue one and immediately all earlier blue ones appeared suddenly in yellow. Additionally I turned the blue one off in the ACP, so it does not appear in the editor choice with all the smilies.

Still one problem occured. The now yellow icons are not showing up in the email notifications, although they appear in the posting (of new posts made after the changes of course). What could be the reason for this?
Probably because in the email notifications they would have to be done as attachments. The BBcode smiles are from an image that is being served from your server (either from a sprite sheet - which is the normal XenForo installed route or an individual image).
 
Probably because in the email notifications they would have to be done as attachments. The BBcode smiles are from an image that is being served from your server (either from a sprite sheet - which is the normal XenForo installed route or an individual image).

mmmmhhhh,

so what do I need to do, that the original XF smilies appear also in the emails?
 
Top Bottom