CKeditor
CKeditor
1 year 6 months ago
Where do I find the language for CKeditor. All of the buttons have not been translated into Dutch
Please Log in or Create an account to join the conversation.
Re: CKeditor
1 year 6 months ago
Hi Han,
Please try to follow this link ( www.kunena.org/docs/en/faq/ckeditor-configuration ) to change the CKeditor language.
Regards,
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: CKeditor
1 year 6 months ago
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.
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.
Please Log in or Create an account to join the conversation.
Re: CKeditor
1 year 6 months ago
Hi Han,
Please try to check this issue on Kunena's default template (Aurelia).
Thanks
Please try to check this issue on Kunena's default template (Aurelia).
Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: CKeditor / SCeditor
1 year 6 months ago
Hi
I checked again both Kbee and Kunena Aurelia and the buttons are checked as 'No', but still pop up.
I checked again both Kbee and Kunena Aurelia and the buttons are checked as 'No', but still pop up.
Please Log in or Create an account to join the conversation.
Re: CKeditor
1 year 6 months ago - 1 year 6 months ago
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.
Using NTS KPraxis but that should be the same.
Last edit: 1 year 6 months ago by Joomla!NL.
Please Log in or Create an account to join the conversation.
Re: CKeditor
1 year 6 months ago
I have checked again and buttons still show up. In NTS Kbee the SCeditor has been chosen.
partial list;
partial list;
Please Log in or Create an account to join the conversation.
Re: CKeditor
1 year 6 months ago
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,
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: CKeditor
1 year 6 months ago - 1 year 6 months ago
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?
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: 1 year 6 months ago by Han.
Please Log in or Create an account to join the conversation.
Re: CKeditor
1 year 6 months ago
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:
That are the only ones that load images from media/kunena/core/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;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.437 seconds