Getting the templates option back in FCKeditor?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/18/2008 4:18:38 PM
Gravatar
Total Posts 20

Getting the templates option back in FCKeditor?

Do you know how I can get the templates option back into FCKeditor? (It's the 5th button on this demo page: http://www.fckeditor.net/demo/toolbar) I want to make it easy on my users to make nice pages without the need to go into the Source and code the html.

3/19/2008 6:52:55 AM
Gravatar
Total Posts 18439

Re: Getting the templates option back in FCKeditor?

The configuration file used for FCKeditor is determined by this Web.config setting:

<add key="FCKeditor:CustomConfigPath" value="~/ClientScript/mojofckconfig.js" />

You should make a copy of mojofckconfig.js with a new name and set it to the new name in Web.config

Then look for the toolbar named "Full" inside that file and add Templates as an item in that toolbar. mojoPortal does assign specific toolbars so you have to edit the one name Full rather than create a new custom one.

Hope it helps,

Joe

3/19/2008 10:15:03 AM
Gravatar
Total Posts 20

Re: Getting the templates option back in FCKeditor?

Ooh, that was really cool! Thanks.

You must sign in to post in the forums. This thread is closed to new posts.