×

Notice

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

TOPIC: Not Able To Use Emoticons

Not Able To Use Emoticons 8 years 9 months ago #31640

  • Toni
  • Toni's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hi, I installed CComment Core en everything work fine but I can't select any emoticons, if I click on the emoticons button which should display the emoticons but it doesn't display any emoticons. The error I get: Uncaught TypeError: Cannot read property 'toggleClass' of null

Not Able To Use Emoticons 8 years 9 months ago #31641

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Do you have any other javascript errors on the page?

Not Able To Use Emoticons 8 years 9 months ago #31656

  • Toni
  • Toni's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Nope, that's the only one
Website link where Ccomments is placed = nerdyfuture.byethost24.com/index.php/science/53-future-cars

Not Able To Use Emoticons 8 years 9 months ago #31658

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Toni,
Most probably it isn't working because your template contains invalid html:
<html>
<head>
<link href="http://nerdyfuture.byethost24.com/templates/nerdyfuture/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<style>
     @media screen and (max-width:900px) { .Caption p{display: none !important;} }
     @media screen and (min-width:900px) and (max-width:1200px) {}
     @media screen and (min-width:1200px) {}
</style>
</head>
</html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>

then
</head>
 
<div class="page-wrap">
 
<body class="site com_content view-article no-layout no-task itemid-129">

and nearly at thee end:
				<!-- End Content -->
					</div>
		</main>
	</div>
		<!-- Footer -->
		<div id="wrapper">
		<div class="container">
		<footer class="footer" role="contentinfo">
		Footer
		</div>
		</div>
	</footer>
	</div>

Regards,
Daniel

Not Able To Use Emoticons 8 years 8 months ago #31791

  • Toni
  • Toni's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hi, I tried to remove the html but it didn't solve anything, I have managed to make the emoticons clickable and usable, the problem is that the emoticons show up as characters, for example it show up as : with ) not as an emoticon.

Website link where Ccomments is placed = nerdyfuture.byethost24.com/index.php/science/53-future-cars

Not Able To Use Emoticons 8 years 8 months ago #31811

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Toni,
Yes, they show as characters, because this is not a WYSIWYG, but a bbcode editor. We are planning to add a bbcode WYSIWYG editor in the next release, but it is not yet there.

Regards,
Daniel

Not Able To Use Emoticons 8 years 7 months ago #31952

  • Joshua Davies
  • Joshua Davies's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
HI there,

I'm getting a similar problem. However, the emoticon button is working for me but its not rendering the emoticon in the comment. It is only showing the function
e.g.
: )

The strange thing is when emoticons are used they are displayed correctly in the jomsocial integration on the jomsocial activity feed.

Not Able To Use Emoticons 8 years 7 months ago #31955

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Have you turned off bbcode support in the backend of the component?

Not Able To Use Emoticons 8 years 7 months ago #31957

  • Joshua Davies
  • Joshua Davies's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Im assuming this is the same as the UBB code support found in Settings > com_content > Layout?

If so, disabling this hasn't helped, still getting the function only. It did remove all the other options except for the emoticons though...

Not Able To Use Emoticons 8 years 7 months ago #31975

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ubbcode should be on.
this
:)

is UBBcode. It gets replaced by the parser with :)

If you want to use emoticons, ubbcode should be on.
  • Page:
  • 1
Time to create page: 0.133 seconds