1
Rhomal
CBB 3.0 file missing
  • 2006/2/27 22:56

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


According to these instructions:

Quote:
A: Go to newbb/include/plugin.php
// 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
// Set to true if your attachment would be corrupted after download with normal way
$GLOBALS["xoopsModuleConfig"]["download_direct"] = false;

// Set the default editor
$GLOBALS["xoopsModuleConfig"]["editor_default"] = "";

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


I looked for newbb/include/plugin.php yet in CBB 3.0 or 3.01 I cant find that file. Am I missing something? I want to change my default editor type to Koivi.

2
marcionline
Re: CBB 3.0 file missing

In fact, this archive would to be in this folder. I suggest that you download the module of the site of the publisher and upload the file.

http://xoopsforge.com/

3
Rhomal
Re: CBB 3.0 file missing
  • 2006/2/28 2:31

  • Rhomal

  • Quite a regular

  • Posts: 274

  • Since: 2004/10/5


Quote:

marcionline wrote:
In fact, this archive would to be in this folder. I suggest that you download the module of the site of the publisher and upload the file.

http://xoopsforge.com/


odd I must have gotten a bad d/l first time around. After d/l'ing again everything seems in order.

Now to make koivi a default editor I need to change this:

$GLOBALS["xoopsModuleConfig"]["editor_default"] = "";

to this?

$GLOBALS["xoopsModuleConfig"]["editor_default"] = "koivi";

Login

Who's Online

177 user(s) are online (138 user(s) are browsing Support Forums)


Members: 0


Guests: 177


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