djcaseanova
03-16-2015, 10:00 PM
With necessity comes creation... or something of that nature. Anyway after long research and irritation that I could not get my "Advanced Editor" to default, I created a work around.
VERSION USED: vBulletin 5.1.5
Use at your own risk, this works for me, but I am no programmer or modder. If it doesn't work, undo and move on.
I only used the Default Theme for modifications, this should work for them all, but again, I am not sure. Apply this workaround for any theme needed.
Before:
http://www.treasure-post.com/images/forumpics/adv_editorBefore.jpg
After:
http://www.treasure-post.com/images/forumpics/adv_editorAfter.jpg
STEPS:
Log in to AdminCP
Click Styles & Templates >> Search in Templates
http://www.treasure-post.com/images/forumpics/adv_editor1.jpg
Search Templates >> Select your style
Search For: "additional.css" (Do not include " ")
Search Titles Only: Yes
Click FIND
http://www.treasure-post.com/images/forumpics/adv_editor3.jpg
Open css_additional.css template
http://www.treasure-post.com/images/forumpics/adv_editor4.jpg
Paste the Code (below) >> Save & Reload
http://www.treasure-post.com/images/forumpics/adv_editor5.jpg
Open New Tab/Window and make sure modification works (before leaving admin just in case)
Done
.b-editor--cke-toolbar-is-hidden .cke_top {
display: block;
}
VERSION USED: vBulletin 5.1.5
Use at your own risk, this works for me, but I am no programmer or modder. If it doesn't work, undo and move on.
I only used the Default Theme for modifications, this should work for them all, but again, I am not sure. Apply this workaround for any theme needed.
Before:
http://www.treasure-post.com/images/forumpics/adv_editorBefore.jpg
After:
http://www.treasure-post.com/images/forumpics/adv_editorAfter.jpg
STEPS:
Log in to AdminCP
Click Styles & Templates >> Search in Templates
http://www.treasure-post.com/images/forumpics/adv_editor1.jpg
Search Templates >> Select your style
Search For: "additional.css" (Do not include " ")
Search Titles Only: Yes
Click FIND
http://www.treasure-post.com/images/forumpics/adv_editor3.jpg
Open css_additional.css template
http://www.treasure-post.com/images/forumpics/adv_editor4.jpg
Paste the Code (below) >> Save & Reload
http://www.treasure-post.com/images/forumpics/adv_editor5.jpg
Open New Tab/Window and make sure modification works (before leaving admin just in case)
Done
.b-editor--cke-toolbar-is-hidden .cke_top {
display: block;
}