The Arcive of vBulletin Modifications Site. |
|
Make ADVANCED Editor Default for Posting Details »»
|
|||||||||||||||||||||||||||
|
Make ADVANCED Editor Default for Posting
Developer Last Online: Apr 2015
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: ![]() After: ![]() STEPS:
HTML Code:
.b-editor--cke-toolbar-is-hidden .cke_top {
display: block;
}
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
That's the same method I've been using. It works but not perfectly. Awhile back, Glenn posted a line of javascript on VB.com. The code "clicked" the A button on page load. I meant to implement his hack, but forgot about it :erm: and can't find the post again.
|
|
#3
|
||||
|
||||
|
Quote:
Code:
http://www.vbulletin.com/forum/forum/vbulletin-5-connect/vbulletin-5-connect-questions-problems-troubleshooting/vbulletin-5-support-issues-questions/4268334-many-question |
| Благодарность от: | ||
| Replicant | ||
|
#4
|
||||
|
||||
|
Thanks!
|
|
#5
|
|||
|
|||
|
how about limiting advanced editor? such as removing all font selection options and only leaving default, is that possible?
|
|
#6
|
||||
|
||||
|
Would love this for 4.2.. never mind..just need to disable quick reply.
|
|
#7
|
|||
|
|||
|
I am using VB Cloud, and get this error when I try to save the edit:
HTML Code:
.b-editor--cke-toolbar-is-hidden .cke_top {
display: block;
}
Quote:
Thanks, CC |
|
#8
|
|||
|
|||
|
Quote:
However, to add additional css, go to Site Builder > Style > Custom CSS, and paste it there. This actually puts it in the correct place for you. |
| Благодарность от: | ||
| CrazyChef | ||
|
#9
|
|||
|
|||
|
Works great - Thanks!!!
|
|
#10
|
||||
|
||||
|
Works great on 5.4.0
Best Regards |
![]() |
|
|