Developer forum

Forum » Development » Forum - FCKeditor

Forum - FCKeditor

George Nelzo Pereira
Reply

Hi...

I'm trying find that file DwCustomConfig... to configure FCKeditor toolbar. (have that in the Forum Settings)
Someone have any ideas where is that file or where I can change the toolbar buttons (I need create one to link one especific page).

Thanks.


Replies

 
Morten Bengtson
Reply
This post has been marked as an answer

DwCustomConfig is not a static file. It is the editor settings that you have specified in the administration which are transformed into javascript at runtime. I don't think you can extend the editor as you describe, unless you choose to modify the standard FCKeditor scripts you can find in /Admin/Editor/

I am not exactly sure what it is you need, but maybe you can use a custom editor template, that contains predefined markup. You can add your own templates in /Files/Templates/Editor/mytemplates.xml

A second solution is to implement a NotificationSubscriber for Dynamicweb.Modules.Forum.Notifications.Frontend.AfterContent and replace the output.

A third solution is to implement a Ribbon bar extension so that you can extend the ribbon toolbar (not editor) with a custom button or something.

/Morten

 

Votes for this answer: 1
 
George Nelzo Pereira
Reply

Hi Morten,

Thank so much for your reply.

Have a good day.

 

 

You must be logged in to post in the forum