CKeditor

  • Han
  • Han's Avatar Offline Topic Author
  • Senior Member
  • Senior Member
  • Thanks: 1
  • Posts: 64

CKeditor was created by Han

Posted 8 months 2 weeks ago #16724
Where do I find the language for CKeditor. All of the buttons have not been translated into Dutch
Post by Han

Please Log in or Create an account to join the conversation.

Replied by ntstore on topic CKeditor

Posted 8 months 2 weeks ago #16736
Hi Han,
Please try to follow this link ( www.kunena.org/docs/en/faq/ckeditor-configuration) to change the CKeditor language.

Regards,

Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Post by ntstore

Please Log in or Create an account to join the conversation.

  • Han
  • Han's Avatar Offline Topic Author
  • Senior Member
  • Senior Member
  • Thanks: 1
  • Posts: 64

Replied by Han on topic CKeditor

Posted 8 months 2 weeks ago #16745
Hi 
my be that you have noticed my topic on the Kunena site.

I have switched over to the SCeditor but found that various settings, such as avoiding the boxes fot Twitter, and the like do not respond.
Post by Han

Please Log in or Create an account to join the conversation.

Replied by ntstore on topic CKeditor

Posted 8 months 2 weeks ago #16747
Hi Han,
Please try to check this issue on Kunena's default template (Aurelia).

Thanks

Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Post by ntstore

Please Log in or Create an account to join the conversation.

  • Han
  • Han's Avatar Offline Topic Author
  • Senior Member
  • Senior Member
  • Thanks: 1
  • Posts: 64

Replied by Han on topic CKeditor / SCeditor

Posted 8 months 2 weeks ago #16748
Hi
I checked again both Kbee and Kunena  Aurelia and the buttons are checked as 'No', but still pop up.
Post by Han

Please Log in or Create an account to join the conversation.

Replied by Joomla!NL on topic CKeditor

Posted 8 months 2 weeks ago #16749
Strange. I'm using CKEditor, but switched to SCEditor with the same settings and I don't see the the buttons.
 
Using NTS KPraxis but that should be the same.
 
Last Edit:8 months 2 weeks ago Post by Joomla!NL

Attachments:

Last edit: 8 months 2 weeks ago by Joomla!NL.

Please Log in or Create an account to join the conversation.

  • Han
  • Han's Avatar Offline Topic Author
  • Senior Member
  • Senior Member
  • Thanks: 1
  • Posts: 64

Replied by Han on topic CKeditor

Posted 8 months 2 weeks ago #16750
I have checked again and buttons still show up. In NTS Kbee the SCeditor has been chosen.
 
partial list; 
 
Post by Han

Attachments:

Please Log in or Create an account to join the conversation.

Replied by ntstore on topic CKeditor

Posted 8 months 6 days ago #16764
Hi Han,
I tried testing on the Aurelia template (Kunena's default template), the configuration options don't seem to work on SCEditor but only on CKEditor. So this is not a template error, but you can use CSS to hide functions you don't want to display.

Regards,

Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Post by ntstore

Please Log in or Create an account to join the conversation.

  • Han
  • Han's Avatar Offline Topic Author
  • Senior Member
  • Senior Member
  • Thanks: 1
  • Posts: 64

Replied by Han on topic CKeditor

Posted 8 months 6 days ago #16767
Hi Hung Pham,

thank you for all the support you have given so far!

How/where can I find the functions of CSeditor and what CSS code should I use to hide a function?
Last Edit:8 months 6 days ago Post by Han
Last edit: 8 months 6 days ago by Han.

Please Log in or Create an account to join the conversation.

Replied by Joomla!NL on topic CKeditor

Posted 8 months 6 days ago #16768
SC editor is very crappy. In my previous post I stated that I didn't see the icons, but this was because I was testing on localhost and there is an error in the path to the images.
But try this is your custom css file:
Code:
#kunena.layout .sceditor-button-soundcloud div{     background:none; } #kunena.layout .sceditor-button-ebay div{         background:none; } #kunena.layout .sceditor-button-instagram div{             background:none; } #kunena.layout .sceditor-button-twitter div{                 background:none; } #kunena.layout .sceditor-button-map div{                 background:none; } #kunena.layout .sceditor-button-video div{                 background:none; } #kunena.layout .sceditor-button-poll div{                 background:none; }
That are the only ones that load images from media/kunena/core/images/
Post by Joomla!NL
The following user(s) said Thank You: ntstore, Han

Please Log in or Create an account to join the conversation.

Time to create page: 0.697 seconds