• Resolved chweifly

    (@chweifly)


    Q: What’s ChenPress?
    A: It’s a WordPress WYSIWYG plugin which replace the default editor with FCKeditor 2.0 FC.

    Q: What’s the meaning of the plugin name?
    A: "ChenPress" just the combine of my name ChenWei and WordPress.

    Q: Download?
    A: Click here to download ChenPress

    Q: install?
    A: 

    • Download the zip file and extract the file ‘chenpress.php’ and folder ‘chenpress’ from it.
    • Upload these files to your server and make sure it goes into the ‘wp-content/plugins’ directory.
    • Visit your WordPress administration interface’s Plugins page and activate the plugin.
    • Creat files foders under ‘wp-content’, just like the following structure: 
    • wp-content\files
    • wp-content\files\File
    • wp-content\files\Flash
    • wp-content\files\Image
    • wp-content\files\Media
    • Change the files foders’ properties to 777 use FTP

    Q: Which files have been modified to the default FCKeditor 2.0 FC?
    A: I modified only three files:

    • /fckconfig.js
    • /fckeditor.js
    • /editor/filemanager/browser/mcpuk/connectors/php/config.php

    Q: So, what’s the creative work of ChenPress?
    A: Just the file "chenpress.php", whick combine FCKeditor 2.0 FC to WordPress.

    Q: How could I make ChenPress suitalbe?
    A: Just configuring the following three files:

    • chenpress.php
    • chenpress\fckconfig.js
    • chenpress\editor\filemanager\browser\mcpuk\connectors\php\config.php

    ==================================
    ==== Detail Function Configuration

    Q: Can I change the default location of upload files?
    A: Just open the file: "chenpress\editor\filemanager\browser\mcpuk\connectors\php"
    And modify the parameter: $fckphp_config[‘UserFilesPath’] = "/wordpress/wp-content/files" ;

    Q: Can I change the toolbar?
    A: Just open the file: "chenpress\fckconfig.js"
    And modify the parameter: FCKConfig.ToolbarSets["CPToolbar"] = …

    Q: Can I change the smiley?
    A: Just open the file: "chenpress\fckconfig.js"
    And modify the parameter: FCKConfig.SmileyPath and FCKConfig.SmileyImages

    Q: Where is "quicktags"?
    A: Just open the file: "chenpress.php", and delete the following code:

    // Nuke Quicktages
    ob_start(‘nuke_the_quicktags’);
    function nuke_the_quicktags( $lookmanoqtags ) {
    $lookmanoqtags = preg_replace(‘|<div id="quicktags">.*?</div>|s’, ”, $lookmanoqtags);
    return $lookmanoqtags;}

    Q: Support?
    A: Here ??

Viewing 15 replies - 31 through 45 (of 88 total)
  • <backquote>(2) I would like to always show ChenPress, not Quicktags – can you tell me how?</backquote>
    Use ChenPress 1st release.
    <backquote>So switching between the two messes up formatting – unless you use the break HTML tag in quicktags mode.</backquote>
    Thats FCKEditor’s way of working, reading the post textarea as html. But you can copy and paste into notepad and then copy and paste it into chenpress.

    <backquote>(2) I would like to always show ChenPress, not Quicktags – can you tell me how?</backquote>
    Use ChenPress 1st release.
    <backquote>So switching between the two messes up formatting – unless you use the break HTML tag in quicktags mode.</backquote>
    Thats FCKEditor’s way of working, reading the post textarea as html. But you can copy and paste into notepad and then copy and paste it into chenpress.

    <backquote>(2) I would like to always show ChenPress, not Quicktags – can you tell me how?</backquote>
    Use ChenPress 1st release.
    <backquote>So switching between the two messes up formatting – unless you use the break HTML tag in quicktags mode.</backquote>
    Thats FCKEditor’s way of working, reading the post textarea as html. But you can copy and paste into notepad and then copy and paste it into chenpress.

    Thread Starter chweifly

    (@chweifly)

    ?2?é????????‘??ˉ??-????oo???

    If anyone have any problem, please read “readme.txt” carefully.

    Most of problems are about “path”, please check and do some more try.

    If you do not need “switch button”, but just “ChenPress”, you can download the old version “ChenPress v1.5”: https://www.irm.cn/abc/download/chenpressl.5.zip

    Thread Starter chweifly

    (@chweifly)

    Because I can’t edit the old forum post, so there are maybe some differences between forum post and “readme.txt” which included in the download zip file.

    “readme.txt” always the correct version. So, if you have some problem please check “readme.txt” first.

    Sorry for the flood… thought the posts didn’t appear in my opera browser.

    me too, stuck in path…
    im acutally use winxp localhost, and apache webserver…

    its seems not work for me..
    i try to install the wp in here

    localhost/reg

    and plugin

    localhost/reg/wp-content/plugin/chenpress … … …

    at config files i set to default, and i created the files dir…

    but its still stuck….

    Hey, what happened to the download? I tried to grab the zipfile several times today, and each time it arrived as a different size (and slowwwwly) and each time it came down corrupted.
    Looking forward to checking it out when this small problam is resolved.

    Question: Images and Thumbnails:

    I’m using your ChenPress WYSIWYG … and I love it!
    I use it for the non technical users that need WP.

    Your plugin lets the user upload and use pics in their posts very easily and displays them in any size they want… but the problem is that the page is in fact loading the full image instead of using a Tumbnail size, so takes for ever sometimes.

    Other plugins, like for instanc IImage Browser (https://wp-plugins.net/index.php?id=185) create an automatic thumbnail size image from the original and let you link both in your post so you just display a small photo and if you click on it you get the bigger one.

    Can we have that feature with your WYSIWYG editor?
    Or perhaps mix FCK with IImage Browser?

    It would be just awesome! ??

    Congrats and thanks for your kind work so far.

    Jose

    I have a problem using the plugins chenpress and smart link.
    For smart link I use tags like this [horido->]
    but everytime, I open the post with chenpress it will be converted to [horido-& g t ;] (I had to change because of the html-tags) which destroys the code for me.

    Does anyone know a help for this thing?

    My issues from previous post have been solved – Thanks Chen for a great plugin.

    New problem though:
    using Chenpress on a subdomain (ex: https://sub.domain.com) – the image browser will automatically add a www in there, thus breaking the proper image reference (ex: https://www.sub.domain.com/wp-content…etc). Thought I might have found in the filemanager config.php on line 39:
    $fckphp_config[‘urlprefix’]=$fckphp_config[‘prot’].$_SERVER[‘SERVER_NAME’];

    Is this the line that needs to be changed? If so, to what?

    Thanks in advance for any help.

    how do I get it to wrap paragraphs in tags and not the <br> tags?

    Thread Starter chweifly

    (@chweifly)

    to TerranceDC:

    fckconfig.js
    FCKConfig.UseBROnCarriageReturn= true ;

    Thread Starter chweifly

    (@chweifly)

    to jensos:

    you need use “smart link” in the source mode.

    Hey im trying this everything worked perfect
    installed, activated i can write and post evreything

    but one problem i can’t upload images or create extra folders!
    i get this error when i try to upload a picture:
    >> Error, “Over disk quota, Unable to determine the size of a folder.”

    and when trying to Create New Folder i get this
    >> You have no permissions to create the folder.

    ANY idea how i can fix this?

Viewing 15 replies - 31 through 45 (of 88 total)
  • The topic ‘FCKeditor Plugin ChenPress’ is closed to new replies.