1
Mindman
CBB 3.07: How can I force the Extended DHTML Editor to be the default when posting??
  • 2007/1/2 23:18

  • Mindman

  • Just popping in

  • Posts: 41

  • Since: 2006/11/17


Anyone have any idea? I want it to always default to just the plain 'ol DHTML editor when posting. I will remove the other ones if necessary. Any ideas??

2
Mindman
Re: CBB 3.07: How can I force the Extended DHTML Editor to be the default when posting??
  • 2007/1/3 23:33

  • Mindman

  • Just popping in

  • Posts: 41

  • Since: 2006/11/17


Nobody knows? Wow...

3
irmtfan
Re: CBB 3.07: How can I force the Extended DHTML Editor to be the default when posting??
  • 2007/1/4 4:39

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


search in forum before posting
newbb/include/plugin.php

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

change it to what you want.e.g:

$customConfig["editor_default"] = "dhtmltextarea";

4
Mindman
Re: CBB 3.07: How can I force the Extended DHTML Editor to be the default when posting??
  • 2007/1/5 17:21

  • Mindman

  • Just popping in

  • Posts: 41

  • Since: 2006/11/17


Quote:

irmtfan wrote:
search in forum before posting
newbb/include/plugin.php

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

change it to what you want.e.g:

$customConfig["editor_default"] = "dhtmltextarea";


Okay, I did that, uploaded the file, updated the module, and it still defaults to the other editor. What am I missing here?

5
irmtfan
Re: CBB 3.07: How can I force the Extended DHTML Editor to be the default when posting??
  • 2007/1/6 5:09

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


its strange!
do you have xoopseditor last version installed?

xoops version?
cbb version?

any php error you mentioned?

6
TheCleric
Re: CBB 3.07: How can I force the Extended DHTML Editor to be the default when posting??
  • 2007/1/7 9:04

  • TheCleric

  • Just popping in

  • Posts: 22

  • Since: 2006/12/26


I think that the editors are called:

plain text -> "textarea"
Extended DHTML form -> "dhtmlext"
FCK WYSIWYG editor -> "FCKeditor"
Koivi WYSIWYG editor -> "koivi"


Editor choice is also stored in a cookie, if the user chooses an editor.

Login

Who's Online

198 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 198


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