The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
4.1.4 How to change CKeditor text area default Height
I've been looking and looking but I can't figure out where to edit the default height for the text area/box in CKEditor, specifically in the quickly reply sections. Using Firebug I'm not getting anything that I can find (yet).
anyone have an idea or know where I can edit this piece of code? |
#2
|
||||
|
||||
Add the following code to additional.css template
Code:
/* Quick Reply Editor */ #cke_contents_vB_Editor_QR_editor { height:300px!important; } /* Quick Reply Editor - END */ /* Go Advanced Editor */ #cke_contents_vB_Editor_001_editor { height:450px!important; } /* Go Advanced Editor - END */ Change variables to suit your needs. |
#3
|
|||
|
|||
Are the Quick reply editor in threads the same as the one in VM's? I want to change the one if VM if possible.
|
#4
|
||||
|
||||
This code
Code:
/* Quick Reply Editor */ #cke_contents_vB_Editor_QR_editor { height:300px!important; } /* Quick Reply Editor - END */ Code:
/* Visitor Message Editor member.css */ #cke_contents_vB_Editor_QR_editor { height:300px!important; } /* Visitor Message Editor member.css - END */ Change height attribute to suit your needs. |
#5
|
|||
|
|||
Thanks a lot that works!
|
#6
|
|||
|
|||
Quote:
btw... what's VM? --------------- Added [DATE]1308695859[/DATE] at [TIME]1308695859[/TIME] --------------- Never mind, saw what VM stood for when i looked at the other post in this thread. Does anyone know how to make the standard code editor text area taller? For whatever reason I get about 2 rows of text worth of size when I switch out of WYSIWYG mode |
#7
|
||||
|
||||
Screenshot?
|
#8
|
|||
|
|||
I would like to change the width of the text area throughtout my forum (topic, thread, post, post-reply, etc).
Please provide the code. Thanks in advance. Please also give me intructions how-to and where-to insert the code. I am a total newbie... Sorry for all the additional requests |
#9
|
||||
|
||||
What version of the software are you using? Do you have an image of how you want to change it?
|
#10
|
|||
|
|||
Quote:
http://vivapack.net/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|