1
kgwolf
Removing and Selecting Editors in CBB
  • 2008/2/11 14:05

  • kgwolf

  • Just popping in

  • Posts: 32

  • Since: 2008/1/21


I want to remove a couple Editors from CBB,
the standard editors you have when you click select are.
TextAreaForm
DHTMLarea form
Koivi Editor
I want just Koivi and the other two removed. I have played and played with the templates to no avail, any help would be appreciated.

2
kgwolf
Re: Removing and Selecting Editors in CBB
  • 2008/2/12 3:39

  • kgwolf

  • Just popping in

  • Posts: 32

  • Since: 2008/1/21


Maybe this will help
xoops 1.0.18
Cbb 3.05
Frameworks 1.22
Any Ideas?

3
phppp
Re: Removing and Selecting Editors in CBB
  • 2008/2/12 3:42

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


In /class/xoopseditor/textarea/editor_entry.php

$config = array(
...
"order" => 0, // 0 will disable the editor
...
);


Same as others.

4
phppp
Re: Removing and Selecting Editors in CBB
  • 2008/2/12 3:44

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Or in modules/newbb/include/plugin.php


// Set allowed editors
// Should set from module preferences?
$customConfig["editor_allowed"] = array("FCKeditor");

5
kgwolf
Re: Removing and Selecting Editors in CBB
  • 2008/2/12 3:51

  • kgwolf

  • Just popping in

  • Posts: 32

  • Since: 2008/1/21


ROTFLMAO! I have learned alot
/Frameworks/xoops22/class/xoopseditor/
I just deleted the ones I didn't want! Thanks guys!

6
kgwolf
Re: Removing and Selecting Editors in CBB
  • 2008/2/12 4:00

  • kgwolf

  • Just popping in

  • Posts: 32

  • Since: 2008/1/21


Thanks, I will mess with that on my play server this way if I ever need them again, I have them.

7
kgwolf
Re: Removing and Selecting Editors in CBB
  • 2008/2/25 13:01

  • kgwolf

  • Just popping in

  • Posts: 32

  • Since: 2008/1/21


Man 2.0.18 must be a half breed
In /class/xoopseditor/textarea/editor_entry.php

$config = array(
...
"order" => 0, // 0 will disable the editor
...
);


I found it in.
/Frameworks/xoops22/class/xoopseditor/

And then here...

Or in modules/newbb/include/plugin.php

I found
/newbb/include/plugin.dist.php
I tried both ways and nothing, is this maybe why I cant get them to work in the news module also?

8
Christien
Re: Removing and Selecting Editors in CBB
  • 2008/5/13 3:12

  • Christien

  • Just popping in

  • Posts: 78

  • Since: 2004/11/15


How to remove the links from the dropdown menu afters a editor has been disbled?

9
kgwolf
Re: Removing and Selecting Editors in CBB
  • 2008/5/15 7:58

  • kgwolf

  • Just popping in

  • Posts: 32

  • Since: 2008/1/21


I can't remember. Though XOOPS was almost doing what I wanted, when I asked a question, I was being redirected to non existent links to solve issues.
I was spending to much time trying to get it to do what I wanted than actually enjoying the CMS. Therefore I went to another until the help database improves.

10
limecity
Re: Removing and Selecting Editors in CBB
  • 2008/6/8 11:32

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


has anyone got the answers on how to remove the unwanted editors from CBB ?
http://www.mounthiking.com
all your hiking gears and gadgets


Login

Who's Online

147 user(s) are online (92 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