FCKeditor2.1.1 for phpWCMS (pico's Edition)

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Pauli
Posts: 92
Joined: Mon 30. Aug 2004, 11:53

Post by Pauli »

@ jscholtysik : I was talking about one language (English)...
(with a seperate part for German speaking people, like so many other Forums are setup)

@ squidi : don't you think I have the right to stand up in this particular thread and ask for English answers? I mean 'FCKeditor2.1PR for phpWCMS (pico's Edition)' doesn't sound like a German thing only, right? As a matter of fact this FCKeditor is VERY important.
What's your advise in this case? Ask for an English translations every time again? Sure...

Since Moderators on the forum won't do it, yes, I'll bring up the language issue if I think a topic is of interest for me. Of course. I think it's fair enough. I don't like to do it, but I want to know, I want to learn from questions, technical problems etc. So if you or others are thinking, tsss he again, well let them. Again the question, what else should I do?

It's not very stimulating to contribute, you got that right. It's more a feeling of 'I want to read new posts on the forum to stay updated on this fabulous CMS, but what a shame it's so badly moderated'
squidi
Posts: 143
Joined: Sat 17. Jan 2004, 13:49
Location: Berlin

Post by squidi »

Pauli wrote:Thx for talking fuckin' German everytime
is this your finest art to ask for English answers - you have all rights here, but not in this sound ...

squidi
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

http://babelfish.altavista.com - now take a deep breath and relax :lol:
Pauli
Posts: 92
Joined: Mon 30. Aug 2004, 11:53

Post by Pauli »

yeah yeah I rest my case

btw pico, it's working perfectly, very thx for this :)
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

updated to new Version of FCK 2.1.1

have fun ;)

Version 2.1.1

New Features and Improvements:

* The new "Insert Page Break" command (for printing) has been introduced.*
* The editor package now has a root directory called "FCKeditor".

Fixed Bugs:

* [SF BUG-1326285] [SF BUG-1316430] [SF BUG-1323662] [SF BUG-1326223] We are doing a little step back with this version. The ENTER and BACKSPACE behavior changes for Firefox have been remove. It is a nice feature, but we need much more testing on it. It introduced some bugs and so its preferable to not have that feature, avoiding problems (even if that feature was intended to solve some issues).
* [SF BUG-1275714] Comments in the beginning of the source are now preserved when using the "undo" and "redo" commands.
* The "undo" and "redo" commands now work for the Style command.
* An error in the execution of the pasting commands on Firefox has been fixed.
* [SF BUG-1326184] No strange (invalid) entities are created when using Firefox. Also, the   used by the FillEmptyBlocks setting is maintained even if you disable the ProcessHTMLEntities setting.

* This version has been partially sponsored by Acctive Software S.A..

Downladlink and Instructions see http://www.phpwcms.de/forum/viewtopic.php?p=48531#48531
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Peekay
Posts: 286
Joined: Sun 25. Jul 2004, 23:24
Location: UK

Post by Peekay »

@Pico.
I'm using your original FCKEditor with file-centre integration. I have found (only today) that when images are deleted from the PHPWCMS file-centre, they still appear in the FCKEditor image manager?. Is this an FCKEditor or a PHPWCMS issue... or is it just me! :?
Peekay
Posts: 286
Joined: Sun 25. Jul 2004, 23:24
Location: UK

Post by Peekay »

Think I answer my own question. It appears that images are not (never?) deleted from phpwcms_filestorage, which of course is where FCKEditor takes them from.
zyphlix
Posts: 3
Joined: Wed 26. Oct 2005, 23:39
Contact:

Problems using Picos package

Post by zyphlix »

Hi!

I tried using your package, but if i istall (and configure) it my firefox only shows a blank iframe.
So I tried IE and and error came up >> Unbekanntes Menüleisten-Objekt "HtmlTiles" <<

Anybody any ideas :?:

I also have problems with the permissions:
if i try to create a folder with ressource browser, i got the error "You have no permission to create the folder"
Upload image doesn't work, too

Also in imanager, ther its a permission denied php warning in move_upload_file (line 425).

I think the permissions are set well, what could be the problems ?

Thx so much for help.:!:
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

try to disable the 'HtmlTiles' in fckconfig.js

Code: Select all

// FCKConfig.Plugins.Add( 'HtmlTiles', 'en' ) ;
and remove the Entries in the ToolbarSets 'phpwcms' and 'NewToolbarClose'

or try to rename the Folder ../FCKeditor2/editor/plugins/htmltiles to HtmlTiles - haven't check this Plugin for Case-Sensitive Servers :oops:

----

second Problem - have you done this (described in fckwcms.conf.inc.php)
/* path to FCKeditor-Filemangers upload default 'picture/upload' from root
if you have installed phpWCMS in a Subfolder like cms change it to
cms/picture/upload
!!! no Slash at front and end '/cms/picture/upload/' will not work !!!

Create at this Location the Folders Image, File, Flash and Media
../picture/upload/Image
../picture/upload/File
../picture/upload/Flash
../picture/upload/Media
set the Permissions of this Folders to 777
*/
EDIT: The Sub-Folder 'upload' is fixed - so just enter 'picture' but you must have the Sub-Folder 'upload'.
Found a small Bug - goto ../FCKeditor2/editor/plugins/imanager/config/config.inc.php
and change

Code: Select all

array (
			'value'   	=> '/'.$fckedit['UploadPath'].'/Image', 				
			'text'    	=> 'FCK Images',
		),	
to

Code: Select all

array (
			'value'   	=> '/'.$fckedit['UploadPath'].'/upload/Image', 				
			'text'    	=> 'FCK Images',
		),	
same at ../ibrowser/config/config.inc.php

Sorry - will fix it in the Archive
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
zyphlix
Posts: 3
Joined: Wed 26. Oct 2005, 23:39
Contact:

THX

Post by zyphlix »

THX for the quick answer, will try it today and post the success :D
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi pico, :D

works great for me. The new feature "Insert HTML Tiles" are very fine.
In this way we can solve many problems for endusers. Complete Sets of HTML-Code we can know insert into available code .
E.g: The line-tag generating by the editor is a with=100% height=2px. For a small 1px line we changed this in source. No enduser can do this.
The alternative <hr> css dont´t work right for all browsers.
Know we can use a HTML Tiles called "line small".

Code: Select all

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" style="">
    <tbody>
        <tr>
            <td class="td_line1"><img width="1" height="1" border="0" src="/img/leer.gif" alt="line" /></td>
        </tr>
    </tbody>
</table>
or we generate this one

Code: Select all

<hr size="1" noshade="noshade" style="width: 100%; height: 1px;"/>
I think there are many aplications vor using HTML Tiles. (A better way for a line would be a CP).

Why you don´t implement the good old "enhanced Table Functions (German only)"? It is a wondeful feature and work very well for me.


Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi
Why you don´t implement the good old "enhanced Table Functions (German only)"? It is a wondeful feature and work very well for me.
the Table-Command is changed in the new Version - and I hadn't the time to do the Modifikation - will be come back asap ;)

EDITED: have checked the Table-Extension is in ? -Whats not in is the Image-Extension - do you mean this?
Last edited by pico on Thu 27. Oct 2005, 13:46, edited 1 time in total.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

:D Hi,

the good old "enhanced Table Functions (German only)" makes a good job in your last version. I can´t see an error or bug.

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

:?:
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

:idea: I have substitute the fck_table with yours from an older version.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Locked