Advanged Tiny_mce into editing groups?

I have search for this, but not found anything to this... 

If you edit a group you have only the compactJS Tiny_mce editor, So we have no html and some needed editing tools.
How can I set this working. I have look at the grp.php and there you have two "case" editing where the editor is.

I have try to set this to tiny_advanged, but then I got only html screen. 

Someone can help with this please?

Thanks...

Kids first
Quote · 14 Sep 2008

Bumb... sorry guys i really need this, but can't find a answer to this....  Wink

Kids first
Quote · 15 Sep 2008

Hi killerhaai you can do this (edit/added code is green)

 

Edit file: grp.php

 

Find: case 'edit'

And: $_page['extra_js'] = $oTemplConfig -> sTinyMceEditorCompactJS;

Edit to: $_page['extra_js'] = $oTemplConfig -> sTinyMceEditorJS;


Find: case 'create'
And: $_page['extra_js'] = $oTemplConfig -> sTinyMceEditorCompactJS;

Edit to: $_page['extra_js'] = $oTemplConfig -> sTinyMceEditorJS;
--------------------


Edit file: templates/base/scripts/BxBaseConfig.php


Line ~ 231:

editor_selector : "blogText|guestbookTextArea|story_edit_area|comment_textarea|classfiedsTextArea",

 

Edit to:

editor_selector : "group_edit_html|blogText|guestbookTextArea|story_edit_area|comment_textarea|classfiedsTextArea",

Quote · 15 Sep 2008

Many thanks okweb....
working perfect!!!!

Kids first
Quote · 15 Sep 2008

You can edit tinymce config in the file templates/base/scripts/BxBaseConfig.php

----
Quote · 16 Sep 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.