to jdelgado:
You're right.
We all hope for the feature of creating an automatic thumbnail.
to jdelgado:
You're right.
We all hope for the feature of creating an automatic thumbnail.
Chen, the download is timing out after about 300KB for me (your homepage is slow too). Is it possible for you to repost the file somewhere? If you want, I could add it to my site, if you send it by email...
to kanngard:
Of course!
I've sent it to your email, including V1.5 and V2.0.
Thank you! Repost of the files can be found at http://dev.kanngard.net/Permalinks/ID_20050719100140.html
- Johan
This makes sense now. No matter what I did I could not get it to work. I didn't realize I had to hack so much of the confige ;-)
Can I add a feature request?
Allow the user to specify a base uploads area and have the imagebrowser automatically traverse the file system under the specified area. WYSIWordPress allows this and it is easily done in PHP. implementation into the plugin might be tricky but that is why I can't program worth a #@$%...
If you do not want to use default folder structure:
files
filesFile
filesFlash
filesImage
filesMediayou need to change lots of cold :editorfilemanagerbrowsermcpukconnectorsphpconfig.php
$fckphp_config['ResourceTypes'] = array('File','Image','Flash','Media');
==>
$fckphp_config['ResourceTypes'] = array(gallery1','gallery2','gallery3');and redifine all the code about 'File','Image','Flash','Media' in this config.php.
finally you also need to fix the FCKConfig.ImageBrowserURL and FCKConfig.LinkBrowserURL in the file fckconfig.js.
hi,
Have read all posts. Try some ideas. But still can't solve my problem which is :
On localhost FCKeditor rocks. No pb. Upload browse etc.. works
On remote nothing appears in browser. No upload possible. And NO error msg.
All chmod to 777, files folder structure ok.
here is my config.php on remote :
$fckphp_config['basedir']=substr($_SERVER['PATH_TRANSLATED'], 0, strlen($_SERVER['SCRIPT_NAME']) * - 1);
//$fckphp_config['basedir']=$_SERVER['DOCUMENT_ROOT']; (doesn't work with it uncomment either)
//$fckphp_config['basedir'] = 'C:\www\' ;
$fckphp_config['urlprefix']=$fckphp_config['prot'].$_SERVER['SERVER_NAME'];
$fckphp_config['UserFilesPath'] = "/wp-content/files" ;
localhost : OSX 10.3 / apache
remote : ibm / apache
Am lost at sea !
thx
mat
Hi!
I think chenpress is great, but I have serious problems using the image-upload: I created all folders and made chmod 777. I user the default-Place /wp-content/files, but when I want to upload a image or create a folder I get "You dont have permissions...". When I upload a image by ftp into the folder "Images" I cant see it, if I chosse "Browse the Server". To me it looks like the program uses the wrong structure to search for pictures and files, but I dont know how to find the problem. Anyone can help?
Thanks!
jens
I installed chenPress, and I am finding that chenPress ignores the fact that wordPress changes new line characters into line breaks, and doubles them.
Any way to stop this?
Hi! I installed this ChenPress, as well. Unfortunately, I experience the same problem as Jens explained above: upload of pictures doesn't work. I think it has something to do with the way this editor uploads the files... maybe it uses FTP instead of HTTP or something crazy... Who knows how to solve this problem?
[update announce] ChenPress 3.0:
http://wordpress.org/support/topic/40690
Download & Support
Please check the ChenPress' official support forum:
http://groups-beta.google.com/group/ChenPress
I'll stop supporting here.
You know how when you click an image to right align and it puts <p align="right"> in the xhtml?
Well I'd like to be able to alter this by floating the image...
I've been over the code a lot and can't find where I could alter this feature?
Any clues on which folder or files I should be looking for..???
Its OK now have worked it out - easy peasy.
For anyone who has the problem with using on a subdomain (ex: http://sub.domain.com):
Mine was a cpanel/whm install, and Apache was using http://www.sub.domain.com as the SERVER_NAME.
In the file wp-content/plugins/chenpress/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/config.php
Change the line (its around line 40)
'$fckphp_config['urlprefix']=$fckphp_config['prot'].$_SERVER['SERVER_NAME'];'
to
$fckphp_config['urlprefix']=$fckphp_config['prot'].$_SERVER['HTTP_HOST'];
The editor will then reference images correctly, instead of using '<img src=http://www.sub.domain.com....>'
Chenpress for Category Description? Is it possible to use chenpress as an wysiwyg-editor for editing the categorydescription of any category in Wordpress? Or is there any other way to get an wysiwyg-editor for this description to insert links and images easily?
Does this plugin work for WordPress 2.0?
Just tried it, it does! All kinds of better stuff than TinyMCE.
i have ImageManager and it's replace img button in wp default editor and make it an imageManager button,after installing chenpress it's back to normal img button.any button on editor back to default.why?
Hey guys, the problem isn't ChenPress, it's the MCPUK connector that ChenPress uses by default. The connector is buggy and incomplete, which is why it was dropped from the official FCK distribution.
Just switch to the default connector...
Since I updated Firefox to 1.5.0.1 I get javascript problems when I click on FCKeditor I get a list of errors and FCKeditor doesn't work, however they don't come up in Internet Explorer.
Here one of them:
Errore: Errore nell'interpretazione del valore della proprietà 'cursor'. Dichiarazione tralasciata.
File sorgente: http://ypn-js.overture.com/d/search/p/ypn/jsads/?Partner=9260501120&type=4879&adwd=468&adht=60&ctxtUrl=http%3A//wordpress.org/support/topic/34793/page/2&bc=FFFFFF&cc=FFFFFF&lc=0000CC&tc=000000&uc=339900&du=1&cb=1139246962623
Riga: 10
I get a 404 error when I try to download url. Has it been removed?
Hi, I tried to download it and it isn't there and it's a month after this post -- anybody out there know where to download chenpress?
No clue.... did you try just doing a google search for it?
<http://www.pixelficker.com/chenpress-wysiwyg-for-wordpress/>
thanks, you guys, I grabbed chenpress and I really appreciate the quick response.
Already using it and I love it, except it doesn't seem to work in firefox and I normally keep internet explorer grounded. I did post this issue to Chen's google group but if anybody else has any experiences using Chenpress with firefox, I'd love to hear about it.
Also, I was wondering if there was an appropriate place to post to share tips about free and nearly free hosts I found that have the Fantastico script for Wordpress auto-install. One was completely free, 100 megs, 2 gigs traffic, another $15 a year, unlimited space, unlimited traffic -- and those are just the two I tried myself to check out their support (which was good!)there are others with similar deals.
I have no connection or affiliatian at all to these hosts -- they're just sites I found shopping for myself.
There may be others like me who really want to use wordpress but are afraid to do the traditional installation.
IS FCK editor better than the editor in wordpress 2.0??
i did merge chenpress with the new fck-editor (2.3beta) and i have to say: rocks! you see, i'm building accessible websites with professional design, so i have little higher expectations to a wysiwyg :-)
I just installed chenpress and activated it, however it did not replace my word press editor, it is right above it and I can do anything with chenpress. Any ideas?
After installing chenpress my smart tabs dissapeared. I had one for
intouch and one for adblocks that inserted:
<!--intouch-->
<!--adblock#inline-->
into the html.
I was also wondering if there is anyway to easily add your own buttons
to the chenpress menu. I would like to see more <!--more--> as an
option.
I can manually type these all in but its a pain.
Hello!
I have found the way of adding those needed buttons as nextpage and more in Chenpress.
I found a code via Google Code Search and added to Chenpress. The creator was Felipe Coelho, do you know him? There is no way of contacting him.
If you don't understand Spanish, you can write me, or ask here, and I will try to translate the post into English.
I hope it could help you.
« Previous 1 2 3
This topic has been closed to new replies.