LFO is a custom plugin and file browser that allows you to save and open files right off of the web server that FCKeditor is running from. Since it takes a custom browser, it is only available for a PHP environment. It has only been tested on Slackware Linux with Apache but should run on Windows/IIS as well. You can get it at http://www.polites.net/projects/ .
A note about security: This custom browser allows for writing files to your web server. If you don't understand the security implications of this and the precautions you should take, please learn before installing.
Fri, 12/29/2006 - 16:45
#1
RE: LFO plugin
<table width="530" rules="" frame="" cellspacing="1" cellpadding="1" border="0" align="center">
to
<table width="530" cellspacing="1" cellpadding="1" border="0" align="\"center\"">
any Idea?
RE: LFO plugin
That's odd that it only is changing one of the sets of quotations. I'm on vacation now but I'll take a look when I get back next week.
RE: LFO plugin
RE: LFO plugin
Website is running on a Apache/Linux with PHP 4.4.1
Client: WIN-XP with FireFox 1.5 and IE 6.0
FCK Vers. 2.11
this is a Part of the 'Original' Code:
<!-- KopfBlock /-->
<table width="530" cellspacing="1" cellpadding="1" border="0" align="center">
<tbody>
<tr>
<td width="452"><img width="450" height="33" border="0" src="http://www.simondigital.de/picture/uplo ... sd-neu.png" alt="" /></td>
<td> </td>
</tr>
<tr>
<td width="450">
<div align="center"><strong><font size="5" face="Arial, Helvetica, sans-serif" color="#00125c">SD-Newsletter KW xx - 2005</font></strong></div>
</td>.....
and this after Save and reload:
<!-- KopfBlock /-->
<table width="530" cellspacing="1" cellpadding="1" border="0" align="\"center\"">
<tbody>
<tr>
<td width="452"><img width="450" height="33" border="0" src="\"http://www.simondigital.de/picture/upload/Image/pic_News/sd-neu.png\"" alt="\"\"" /></td>
<td> </td>
</tr>
<tr>
<td width="450">
<div align="\"center\""><strong><font size="5" face="\"Arial," color="#0001c0" sans-serif="" helvetica="">SD-Newsletter KW xx - 2005</font></strong></div>
</td>....
my last example was from two different Files
I have tried to set different Values in fckconfig.js for:
FCKConfig.EnableXHTML =
FCKConfig.EnableSourceXHTML =
FCKConfig.ProcessHTMLEntities =
FCKConfig.IncludeLatinEntities =
FCKConfig.FormatSource = FCKConfig.FormatOutput =
FCKConfig.GeckoUseSPAN =
FCKConfig.ForcePasteAsPlainText =
FCKConfig.ForceSimpleAmpersand =
FCKConfig.UseBROnCarriageReturn =
FCKConfig.IgnoreEmptyParagraphValue =
no succes - also done a new clean installation
RE: LFO plugin
RE: LFO plugin
Hi
now I see that the Posting here is also goes to a different Display.
You will find the Original Snipets at:
http://www.hdk-online.de/download/before.txt
and
http://www.hdk-online.de/download/after.txt
As far as I understand the File changes by saving - when I look to the saved File with a Editor.
RE: LFO plugin
Ah, I get it. Darn magic quotes. That's why I couldn't replicate it, I have that turned off. I didn't have time to package up the fix but you can get the new file from http://www.polites.net/projects/commands.txt
Rename the file to commands.php and replace the file in the PHP connector directory of the LFO browser. Let me know how it works for you
RE: LFO plugin
have now updated to Version 2.2 and now the Svae-File don't work any more?
It writes only a File wit 'undefined' as Content
any suggestion?
RE: LFO plugin
RE: LFO plugin
RE: LFO plugin
I identified the issue last night. A function was deprecated in 2.2. Get the newest version of the plugin and browser at https://sourceforge.net/projects/lfobrowser . You can keep your config file as is.
RE: LFO plugin
great - thanx for your Support
it works now
RE: LFO plugin
I've extended the LFO browsers with several features:
A configuration option to allow or deny specific files or folders; The ability to load selective content/specific parts of files; and the historySave feature to keep a history of a file. Some other small changes have been made too.
Read more, try the demo and download on http://fckplugins.saulmade.nl/ -> "The LFO Plugin and FileManager extensions" pane
RE: LFO plugin
Thanx.
RE: LFO plugin
The 'selective content' extension could be updated to load immediately the only part of a file if only one exists in the file. This will reduce the number of clicks you need to make by one...
If that was not what you are asking, I guess you want the plugin to be triggered to load a specific file onload of the editor. Try the wiki about API Events for this > http://wiki.fckeditor.net/Developer%27s ... PI#line-43
RE: LFO plugin
I have again added new features to the LFO plugin:
Update 30-12-2006 adding new features and a fix :
- ScriptImage option: Show javascripts as images? Scripts not shown as an image risk to be accidentally deleted when editing text. (Each set of scripts, i.e. script that succeed each other, will be shown as one image)
- Locale string was missing - fixed
- Different folders possible per filetype (File/Image/Flash/Media)
- Absolute paths option
- Decode and Encode functions can be set for filenames
- Option to safe nicely indented HTML
Read more, try the demo and download on http://www.saulmade.nl/FCKeditor/FCKPlugins.php > "The LFO Plugin and FileManager extensions" pane