Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
All CKEditor 3.1 Features
#8
And in order to make CKEditor using the default language used in GS automatically you have to use this code in edit.php (inside admin) in line 286:
Code:
<script type="text/javascript" src="template/js/ckeditor/ckeditor.js"></script>
<script type="text/javascript">
    var editor = CKEDITOR.replace( 'post-content', {
    skin : 'kama',
    forcePasteAsPlainText : true,
    language : '<?php echo substr($LANG, 0, 2) ?>',
    defaultLanguage : '<?php echo substr($LANG, 0, 2) ?>',
    entities : true,
    height: '<?php echo $EDHEIGHT; ?>',    
    });
</script>

as $LANG is already defined in common.php (inside admin/inc) from your settings...just operate a direct adaptation! (no need to have GSEDITORLANG or $EDLANG).

bye.

PS :
- mmm....suddenly what i write in the editor is not saved ?? anyone had that also ? (i mean after doing the changes as indicated by Manjast)
- i have found a small bug i think (in GS), i have installed 3 languages in GS, i have defined fr-FR as default languages in my settings, when i changed to en_US, it is well changed on the settings page if i go anywhere in GS i have all going back to french fr_FR, ??? this is observed on all browsers ? is GS generating a cookie for that alsor just writing in common.php ? i will empty the cache of browser and look to GS code.

bye.
Sharing is human real nature...
Reply


Messages In This Thread
All CKEditor 3.1 Features - by Manjast - 2010-02-04, 19:11:51
All CKEditor 3.1 Features - by Manjast - 2010-02-04, 21:20:54
All CKEditor 3.1 Features - by tyee - 2010-02-05, 13:01:44
All CKEditor 3.1 Features - by ccagle8 - 2010-02-05, 13:40:38
All CKEditor 3.1 Features - by superyms - 2010-02-05, 18:22:17
All CKEditor 3.1 Features - by Manjast - 2010-02-05, 19:13:35
All CKEditor 3.1 Features - by superyms - 2010-02-05, 23:24:38
All CKEditor 3.1 Features - by superyms - 2010-02-06, 00:51:22
All CKEditor 3.1 Features - by superyms - 2010-02-06, 02:49:23
All CKEditor 3.1 Features - by tyee - 2010-02-06, 06:26:22
All CKEditor 3.1 Features - by ccagle8 - 2010-02-06, 09:28:58
All CKEditor 3.1 Features - by superyms - 2010-02-06, 17:57:23



Users browsing this thread: 1 Guest(s)