PDA

View Full Version : delete functions from advanced texteditor


Schneeflocke
05-04-2016, 10:46 AM
Hello,

Id like to delete some buttons (framed - red). Where can I delete these functions?
https://vborg.vbsupport.ru/external/2016/05/25.jpg (http://www.directupload.net/file/d/4345/nbwa94f8_jpg.htm)

In with template can I find it?

Thanks!!!!

Best regards.

noypiscripter
05-04-2016, 07:40 PM
The easiest solution is to hide them using CSS via css_additional.css template or Sitebuilder > Style > CSS Editor.

#cke_11, #cke_9, #cke_34, #cke_41 {
display: none;
}

Note that users who know the BBCodes can still use them by typing manually.

Schneeflocke
05-04-2016, 08:01 PM
Great, many thanks!!