×

Notice

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

TOPIC: Weird code when you use emoticons

Weird code when you use emoticons 14 years 7 months ago #6422

  • zarro
  • zarro's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
When you use the emoticons menu when commenting some of the emoticons are shown with additional code next to them.

for example:
' title=':silly:' class='postemoticon' />  :woohoo: :unsure: :P <img src=ide:' title=':side:' class='postemoticon' /> <img src=hock:' title=':shock:' class='postemoticon' />




Has anyone seen something similar ?



Cheerz,

Zarro

Weird code when you use emoticons 14 years 7 months ago #6425

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
do you have a plugin from yvcomment?

Weird code when you use emoticons 14 years 7 months ago #6442

  • zarro
  • zarro's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Daniel Dimitrov wrote:

do you have a plugin from yvcomment?


Nope !

Weird code when you use emoticons 14 years 7 months ago #6454

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
You're going to need to diagnose this yourself, our guess is that an unknown plugin is changing the html markup when it shouldn't be. Usually it's a plugin made by yv that is bundled with most of their extensions such as yvComment, but obviously it's something else.

Go through all your plugins and disable one at a time and test, especially "article enhancers" that add special stuff like hyperlinks or tags.

Weird code when you use emoticons 14 years 5 months ago #7688

  • Scott
  • Scott's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
I was having this problem also when using the funny emoticon set. The problem is in the index.php you need to change the following line
$GLOBALS["JOSC_emoticon"][':s'] = "dizzy.png";

change that to
$GLOBALS["JOSC_emoticon"][':S'] = "dizzy.png";

the problem is that it is defining
:s
as the dizzy icon, then
:silly or :shock: or other emoticons that start with :s
get the dizzy icon followed by code.

Weird code when you use emoticons 14 years 5 months ago #7689

  • Scott
  • Scott's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
I was having this problem also when using the funny emoticon set. The problem is in the index.php you need to change the following line
$GLOBALS["JOSC_emoticon"][':s'] = "dizzy.png";

change that to
$GLOBALS["JOSC_emoticon"][':S'] = "dizzy.png";

the problem is that it is defining
:s
as the dizzy icon, then
:silly or :shock: or other emoticons that start with :s
get the dizzy icon followed by code.

Weird code when you use emoticons 14 years 5 months ago #7752

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
Man, this thread is very old - thanks for bringing that up, it was before we discovered this issue! But the O.P. is probably annoyed by now and already deleted JoomlaComment long ago... :blush: but thanks Scott!

Weird code when you use emoticons 14 years 5 months ago #7789

  • zarro
  • zarro's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Hi Scott,

It fixed my problem

Thanks a lot for your help

I am still using joomla comment !
Great Component thank you !
Thumbs up for the developers !

Perfection is a moving target and we are all human we make mistakes or miss a detail it happens to everyone


Cheerz,

Zarro
:woohoo:
  • Page:
  • 1
Time to create page: 0.115 seconds