Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-06-2016, 12:44 PM
Schneeflocke Schneeflocke is offline
 
Join Date: Apr 2016
Location: Germany - Berlin
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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;
}
But in ?edit my own post?, they are still there (framed blue).
I tried it whith:
Code:
#cke_75, #cke_73, #cke_98, #cke_105 {
	display: none;
}
It worked for the first post. In the second post the functions are still there ?
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;
}
Now, it worked fort the first and the second post (yeah!), but not fort the third (cry!!!)!

I know the difference between first and second is 64
Quote:
11-75= 64
9-73=64 ...
, and the difference between second and third is 71, between third and fourth is 71
Quote:
75-146=71
73-144=71 ...
? etc.

How I can delete these f****** functions from ?edit post??????

I'm going crazy!

Best regards!
Reply With Quote
  #2  
Old 05-06-2016, 08:21 PM
Replicant's Avatar
Replicant Replicant is offline
 
Join Date: Sep 2014
Location: Phoenix, Az. USA
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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_.
Reply With Quote
2 благодарности(ей) от:
MarkFL, Schneeflocke
  #3  
Old 05-06-2016, 10:18 PM
noypiscripter's Avatar
noypiscripter noypiscripter is offline
 
Join Date: Jul 2013
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You don't have to do the math. You just need to inspect it and check the id. See attached screenshot.
Attached Images
File Type: png ckeditor.png (65.9 KB, 0 views)
Reply With Quote
  #4  
Old 05-07-2016, 06:24 AM
Schneeflocke Schneeflocke is offline
 
Join Date: Apr 2016
Location: Germany - Berlin
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #5  
Old 05-11-2016, 07:02 PM
noypiscripter's Avatar
noypiscripter noypiscripter is offline
 
Join Date: Jul 2013
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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;
}
Reply With Quote
2 благодарности(ей) от:
bridge2heyday, MarkFL
  #6  
Old 05-14-2016, 07:50 AM
Schneeflocke Schneeflocke is offline
 
Join Date: Apr 2016
Location: Germany - Berlin
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks @ noypiscripter!!!
Reply With Quote
Благодарность от:
MarkFL
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:46 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04839 seconds
  • Memory Usage 2,241KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (5)post_thanks_box_bit
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (1)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete