1
DriedGraze
Editing the message field size in newbb

Does anyone know how I change the height of the message field in newbb? You know the one I mean? Where you type your post before selecting 'Submit'.

Thanks.

2
wuddel
Re: Editing the message field size in newbb
  • 2007/5/2 3:47

  • wuddel

  • Just popping in

  • Posts: 71

  • Since: 2005/9/13


look in the file /modules/newbb looking for searching. i can't look right now but i think

EDIT: what did i wrote? ... please see 2 messages down
cu wuddel

[size=x-small]sorry about my sh** english [/size]

3
DriedGraze
Re: Editing the message field size in newbb

I appreciate the reply but other than looking in /modules/newbb I'm not quite sure I understand. I have looked all over the newbb folder for a file that might have some parameters to edit but have had no luck as yet. Do you know which file it is?

4
wuddel
Re: Editing the message field size in newbb
  • 2007/5/2 11:46

  • wuddel

  • Just popping in

  • Posts: 71

  • Since: 2005/9/13


sorry that was only the half of the text

modules/newbb/include/plugin.php

// default value for editor width, height (string)
$customConfig["editor_width"] = "100%";
$customConfig["editor_height"] = "400px";


...hope this is the parameter!
!! not tested !!
cu wuddel

[size=x-small]sorry about my sh** english [/size]

5
DriedGraze
Re: Editing the message field size in newbb
  • 2007/5/2 23:01

  • DriedGraze

  • Just popping in

  • Posts: 63

  • Since: 2006/3/21


Thanks for taking the time to help. Sadly, this is what is contained within my plugin.php.....

<?php
// $Id: plugin.php,v 1.1.1.1 2005/10/19 16:23:50 phppp Exp $
//  ------------------------------------------------------------------------ //
//                XOOPS - PHP Content Management System                      //
//                    Copyright (c) 2000 XOOPS.org                           //
//                       <https://xoops.org/>                             //
//  ------------------------------------------------------------------------ //
//  This program is free software; you can redistribute it and/or modify     //
//  it under the terms of the GNU General Public License as published by     //
//  the Free Software Foundation; either version 2 of the License, or        //
//  (at your option) any later version.                                      //
//                                                                           //
//  You may not change or alter any portion of this comment or credits       //
//  of supporting developers from this source code or any supporting         //
//  source code which is considered copyrighted (c) material of the          //
//  original comment or credit authors.                                      //
//                                                                           //
//  This program is distributed in the hope that it will be useful,          //
//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
//  GNU General Public License for more details.                             //
//                                                                           //
//  You should have received a copy of the GNU General Public License        //
//  along with this program; if not, write to the Free Software              //
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
//  ------------------------------------------------------------------------ //
/* some static xoopsModuleConfig */

// requiring "name" field for anonymous users in edit form
$GLOBALS["xoopsModuleConfig"]["require_name"] = true

// display "register or login to post" for anonymous users
$GLOBALS["xoopsModuleConfig"]["show_reg"] = true

// perform forum/topic synchronization on module update
$GLOBALS["xoopsModuleConfig"]["syncOnUpdate"] = false;

// redirect to its URI of an attachment when requested
$GLOBALS["xoopsModuleConfig"]["download_direct"] = false;

// MENU handler
/* You could remove anyone by commenting out in order to disable it */
$valid_menumodes = array(
    
=> _MD_MENU_SELECT,    // for selectbox
    
=> _MD_MENU_CLICK,    // for "click to expand"
    
=> _MD_MENU_HOVER        // for "mouse hover to expand"
    
);
?>


I'll scour the other files in that folder to see if I can find what you have but in the meantime, if you discover something, please let me know.

6
wuddel
Re: Editing the message field size in newbb
  • 2007/5/3 3:45

  • wuddel

  • Just popping in

  • Posts: 71

  • Since: 2005/9/13


i use cbb3.08 and you?
cu wuddel

[size=x-small]sorry about my sh** english [/size]

7
DriedGraze
Re: Editing the message field size in newbb
  • 2007/5/3 11:23

  • DriedGraze

  • Just popping in

  • Posts: 63

  • Since: 2006/3/21


cbb 2.32

Login

Who's Online

147 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 147


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits