![]() |
|
|
|||||||
| Subrion Core Discussion Here we discuss everything that is related to Subrion CMS core functionality. Additional features related to plugins and templates engines. New features that are related to Manage Pages functionality or anything that's not related to Subrion packages. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) | ||
|
Junior Member
Join Date: Apr 2007
Posts: 22
![]() |
Characters added to article text when saved ...
Quote:
Quote:
Last edited by redeye; 04-21-2007 at 04:30 PM. |
||
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Jan 2007
Posts: 289
![]() |
Hi,
Please modify your admin/edit-article.php file find the following line PHP Code:
PHP Code:
The bugfix will be included in the next patch Thanks Red
|
|
|
|
|
|
#3 (permalink) |
|
Junior Member
Join Date: Apr 2007
Posts: 22
![]() |
The admin/edit-article.php file I'm using has that code!!
Code:
<td colspan="2"><strong>Article Body:</strong><br />
<?php require_once("../classes/xaFckeditor.class.php");
$Editor = new FCKeditor('body') ;
$Editor->Value = $_POST ? stripslashes($article['body']) : $article['body'];
$Editor->Height = 300;
$Editor->Create()
?>
</td>
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|