The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Delete functions from advanced texteditor - edit post
Hello,
id like to delete some functions (framed red) in the advanced text editor ?edit my own post?. I deleted these functions from ?new post? and ?reply post? (framed green). Code:
#cke_11, #cke_9, #cke_34, #cke_41 { display: none; } I tried it whith: Code:
#cke_75, #cke_73, #cke_98, #cke_105 { display: none; } So, I tried it with: Code:
#cke_75, #cke_73, #cke_98, #cke_105 { display: none; } #cke_146, #cke_144, #cke_169 #cke_176 { display: none; } I know the difference between first and second is 64 Quote:
Quote:
How I can delete these f****** functions from ?edit post?????? I'm going crazy! Best regards! |
#2
|
||||
|
||||
Search google for regex and css. The problem here is you are having different cke sessions in the classes. The regex will be able to select all the classes that begin with cke_.
|
2 благодарности(ей) от: | ||
MarkFL, Schneeflocke |
#3
|
||||
|
||||
You don't have to do the math. You just need to inspect it and check the id. See attached screenshot.
|
#4
|
|||
|
|||
Hey,
many thanks for your help!! Yes, I inspect the cke id. The id changes with the posts - cke_65, ck_136, cke_207 etc. . So, what now? (Sorry, but its the first time i've worked with it. ) Best regards! |
#5
|
||||
|
||||
Then let's hide by position of the toolbars.
Code:
.cke_toolbox > .cke_toolbar:first-child, .cke_toolbox > .cke_toolbar:nth-child(1), .cke_toolbox > .cke_toolbar:nth-child(7), .cke_toolbox > .cke_toolbar:nth-child(9) { display: none; } |
2 благодарности(ей) от: | ||
bridge2heyday, MarkFL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|