Hi all
There is new version of CKeditor.
1st. change important to hole system is
* Replace textareas by class name
or
* Replace textareas by code
2nd. change important for me is
* Replace DIV elements on the fly
You can see demo after downloading hole ckeditor
Maybe some one whan't to explain How to add this ck for sNews. All changes... there is no php file. All is on .js.
I'm trying to run it but don't know what to change in snews.php file in article form function...
-----------------------
Just the thing

Jost finde the way to active text area in hire
http://snewscms.com/forum/index.php?topic=8497.msg60186#msg60186 change in snews.php
//echo html_input('textarea', 'text', 'txt', $frm_text, l('text'), '', '', '', '', '', '2', '100', '', '', '');
echo '<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
<textarea class="ckeditor" cols="80" id="txt" name="text" rows="10"></textarea>';
//buttons();
then i had to change in snews.php line:
function file_include($text, $shorten) {
$fulltext = substr($text, 0, $shorten);
if(substr_count ($fulltext, '&')>0){$fulltext = str_replace('&', '&', str_replace('&', '&', $fulltext));}
if ($shorten < 9999000 && preg_match('<p>',$fulltext)) {
if (substr_count ($fulltext, '<p>') > substr_count ($fulltext, '</p>')) {
$fulltext .='</p>';
}
}
to
function file_include($text, $shorten) {
$fulltext = substr($text, 0, $shorten);
if ($shorten < 9999000 && preg_match('<p>',$fulltext)) {
if (substr_count ($fulltext, '<p>') > substr_count ($fulltext, '</p>')) {
$fulltext .='</p>';
}
}
I use polish UTF-8 so this solve problem with coding

And now We have textarea in
ADD ARTICLE and
ADD PAGE working fine
BUT the save buton don't work (the plugin need's to be configure?) and second
BUTWhen I try to
edit the CKeditor is empty oO ?? it's not get date from DB...
What to do now?
then.... help...

any body?
hire is link to
developers guide