×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: A little smiley bug I just noticed.

A little smiley bug I just noticed. 12 years 3 months ago #15067

  • Martin Eriksen
  • Martin Eriksen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
I added photo.

Nothn much to worry about tough - maybe just fix it for the nextt release.
Attachments:

Re: A little smiley bug I just noticed. 12 years 3 months ago #15068

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Online
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I see! I just tested it and I can confirm the problem. The easiest solution for now would be to go to:
components/com_comment/joscomment/emoticons/modern/index.php

and change the symbols needed for that icon to something else.

original
$GLOBALS["JOSC_emoticon"][';))'] = "Wink-2.gif";
change to
$GLOBALS["JOSC_emoticon"][':wink:'] = "Wink-2.gif";

The problem is that we use the php function str_replace and because the first icon is ;) it just replaces that and doesn't check further.

I'll see how other people have solved that and fix it in the next version.
Thanks!
Daniel
The following user(s) said Thank You: Martin Eriksen

Re: A little smiley bug I just noticed. 12 years 3 months ago #15069

  • Martin Eriksen
  • Martin Eriksen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Thnx.
  • Page:
  • 1
Time to create page: 0.098 seconds