CKeditor
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
Post by ntstore
Please Log in or Create an account to join the conversation.
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.
Post by Han
Please Log in or Create an account to join the conversation.
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.
Post by Han
Please Log in or Create an account to join the conversation.
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:8 months 2 weeks ago
Post by Joomla!NL
Last edit: 8 months 2 weeks ago by Joomla!NL.
Please Log in or Create an account to join the conversation.
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
Post by ntstore
Please Log in or Create an account to join the conversation.
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: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.
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;
}
Post by Joomla!NL
Please Log in or Create an account to join the conversation.
Time to create page: 0.697 seconds