The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I did it B4 but forget and I upgraded to 3.6.6 and it went back , I beleave its on .newreply.php but where ?
TIA DM |
#2
|
|||
|
|||
![]()
It's in the forum root directory of your Vbulletin directory.
Find out how many pixels is your current one and then search it in the PHP file. But, I think you can change it in the Settings of the template though. |
#3
|
||||
|
||||
![]()
I found it In functions_editor.php
// set the height of the editor based on the editor_height cookie if it exists $editor_height = $vbulletin->input->clean_gpc('c', 'editor_height', TYPE_UINT); $editor_height = ($editor_height > 100) ? $editor_height : 250; Changed to // set the height of the editor based on the editor_height cookie if it exists $editor_height = $vbulletin->input->clean_gpc('c', 'editor_height', TYPE_UINT); $editor_height = ($editor_height > 175) ? $editor_height : 325; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|