The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
Id like to delete some buttons (framed - red). Where can I delete these functions? ![]() In with template can I find it? Thanks!!!! Best regards. |
|
#2
|
||||
|
||||
|
The easiest solution is to hide them using CSS via css_additional.css template or Sitebuilder > Style > CSS Editor.
Code:
#cke_11, #cke_9, #cke_34, #cke_41 {
display: none;
}
|
| 2 благодарности(ей) от: | ||
| MarkFL, Schneeflocke | ||
![]() |
|
|