Posted on 19/11/2012 13:50:51
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