YAFLogo

krraju82
  • krraju82
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Hi all,

How to change the editors like FCK or TinyMCE in YAF? If anyone know about this kindly get in touch with us and its pretty urgent.

Thanks in advance

Sponsor
Phe0n1x
15 years ago
It's in the Host Admin settings. There's an entire tab dedicated to editors.
krraju82
  • krraju82
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Hi

We've had a look over the admin section, but we didn't find anything as you told. Do you know how to do it? IF you could do it, how much it would cost and the duration?

Your quick reply is much appreciated.

Thank you

MrSlowly
15 years ago
Hi krraju82,

please watching below:

- Login with Admin account

- Goto Host Settings and watch image below: http://3.bp.blogspot.com/_W92Ojx2in2A/Sna7lMvqEOI/AAAAAAAABdU/ZFnvc0uLGNY/s1600-h/editor.png 

To attach FCKEditor to YAF.NET 1.9.3, you must do 3 step below:

1- Copy FredCK.FCKeditorV2.dll to Bin director

2- Copy and renaming FckEditor to fckeditorV2 and Paste to /YAFRoot/editors

3- Go to Host Settings and Select FCKEditorV2 for YAF


Attach FckEditor to YAF.NET 1.9.18, you can do with steps below:

1. Login with Admin Account

2. Go to host settings

3. Looking to Editing/Formatting Settings

4. Select FCK Editor V2 and Copy Support files of FCKEditor to /YAFRoot/Editors/fckeditorV2

Run YAF again for result

View image blow to detail: http://3.bp.blogspot.com/_W92Ojx2in2A/Snff-zUiGcI/AAAAAAAABdc/LdE-bJc8_0w/s1600-h/editor2.png 

Masil
  • Masil
  • 51.2% (Neutral)
  • YAF Forumling
15 years ago
Dear Friends

Is there any way to have a custom built editors?

I want to include 'google AJAX Language API' in the BBCodeEditor (http://code.google.com/apis/ajaxlanguage/documentation/)

i tried including the following code in the default.aspx root folder


<script type="text/javascript" src="http://www.google.com/jsapi"></script>
    <script type="text/javascript">
        // Load the Google Transliteration API
        google.load("elements", "1", {
            packages: "transliteration"
        });
        function onLoad() {
            var options = {
                sourceLanguage: 'en', // or google.elements.transliteration.LanguageCode.ENGLISH,
                destinationLanguage: ['ta'], // or [google.elements.transliteration.LanguageCode.TAMIL],
                shortcutKey: 'ctrl+g',
                transliterationEnabled: true
            };
            // Create an instance on TransliterationControl with the required
            // options.
            var control =
            new google.elements.transliteration.TransliterationControl(options);

            // Enable transliteration in the textfields with the given ids.
            var ids = ["transl1"]; // should be the BBCodeEditor
            control.makeTransliteratable(ids);

            // Show the transliteration control which can be used to toggle between
            // English and Tamil.
            //control.showControl('translControl');

var ids = ["transl1"]; // should point to the the BBCodeEditor

I also need to active the below line to show a button for users to togggle between languages.

control.showControl('translControl');

Here's an example that shows what i am trying to achieve.

http://www.kural.co.uk/Forum/test.aspx 

Any help will be much appreciated.

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
I'd add it to YAF if it was a bit better. The code is missing important things such as selection of From and To language.
jeffery.zhang
15 years ago
how can I post a picture onto the forum? when I click "Insert image", it just looks like this "[img][/img]"