Recent Topics

1 Jul 15, 2008 03:12    

== UPDATE ==
03-16-2009
Afwas wrote:

In the meantime the connection between the FCKEditor Image Button and the B2evolution filemanager is stable, so I release 0.10.2 which can be found where 0.10.1 was: https://sourceforge.net/project/showfiles.php?group_id=160495&package_id=284155
Once again if you have 0.10.0/1 installed you only want the three files in the root of the folder.

Good luck

== UPDATE ==
03-15-2009
Afwas wrote:

I made a quick bugfix. Version 0.10.1
[list]
* File Manager through imageButton is now optional (see User Settings)
* Fixed bug that displayed wrong buttons in B2evoluton File Manager (Dashboard -> Files)
* Enabled the flashButton
* Minor tweaks
[/list:u]
If you already have 1.10 installed all you want is the four files in the main folder.

== UPDATE ==
03-03-2009

I just released version 1.10. It has file / image support using the native B2evolution filebrowser. Furthermore I upgraded to the latest version of FCKEditor (v2.6.4) so I advise you to delete old files from this plugin before you upload new ones.

Have fun

http://www.blog.hemminga.net/B2evoforum/FCKEditor-0.10.png

== UPDATE ==
01-21-09
Iupdated the plugin. The plugin now used the latest stable version of FCKEditor (FCKeditor_2.6.3). Furthermore I found some show stopping bugs I think I cured now.
Current version of this plugin is 0.9.3.

==

I have a first draft of what's to become a sister plugin of the TinyMCE one. Over the years FCKeditor has become one of the leading WYSIWYG editors in the web.
Coffman (Victor Fariñ)a wrote one that works on the 1.8+ series of B2evo. @LINK@ I aim at B2evolution 2.4+ together with the latest version of FCKeditor.

It looks really nice. What I've got is a fully working version with a choice of two menu bars. The 'Default' is impressive:

http://www.blog.hemminga.net/B2evoforum/FCKeditor.png

I won't allow you to testwrite in my blog ;) but you can enter a comment in [url=http://www.blog.hemminga.net/index.php/2008/07/15/plugin-fckeditor-javascript-wysiwyg-rte-?blog=8]this post in my blog[/url]. There you see the other option: a WYSIWYG editor for Comments. Actually it's the same plugin with a 'Basic' toolbar.

Download [url=http://downloads.sourceforge.net/evocms-plugins/jquery_fck_editor_plugin-0.10.2.zip?use_mirror=osdn]jquery_fck_editor_plugin-0.10.2.zip[/url]

Have fun

2 Jul 15, 2008 06:35

The only Text areas showing on the Reply section of that post are..
Name
Email
Website
There is no text area to reply

This error shows at the top of the page...
WARNING: unhandled sorting: ptyp_IDWARNING: unhandled sorting: ptyp_ID

Browsers.. Firefox, Opera and Safari

5 Jul 17, 2008 05:58

how can i set the config.php
my blog is at: e:\\vhost\\yxduo\\wwwroot\\blog
how can i set UserFilesPath and UserFilesAbsolutePath ?

6 Jul 17, 2008 15:03

hi hong0,

That's part of development. I already have a basic solution, but still thinking ahead. Expect a new release in a couple of days.
I plan for a check on a config file that is writable (CHMOD 777) and if it is, do the settings from within the plugin. I'd rather pass some values to the script upon creation, but unfortunately FCKeditor insists on having a config file on disk.

Good luck

7 Jul 18, 2008 15:24

What about QuickTags, Smilies, Video plugin, More, Next Page etc... ?

Is it possible to add those buttons to FCKeditor?

8 Jul 19, 2008 13:17

Hi sam2kb,

Unfortunately that will probably never be possible.
I can point the smilies to the B2evo folder /rsc/smilies/
All 'magic' codes from plugins will work, like adding [:adsense:] however this doesn't display in the WYSIWYG screen and it does transform < and > to html entities, unfortunately.

The editor itself feels very fast and responsive, so I think this is a nice companion to the TinyMCE plugin.

Development plans:
a) create a shortcut to a user editable config file, which, if writable, should be managed from the plugin settings
b) add a better toolbar for comments and probably another one for writing / editing in Simple mode
c) Look at built in extra's like the skin system and file upload

Lot's of fun to play with.

Have a nice day

9 Jul 21, 2008 20:59

hi

new user with small quistion

are there any way to include Read more tag in fckeditor ??

thanks

10 Jul 21, 2008 21:29

Hi husam,
Welcome to the forums!

Click the "Source" button and enter the following
Read more - <!--more-->
No teaser- <!--noteaser-->
Next page - <!--nextpage-->

Moved to plugin thread

11 Jul 25, 2008 01:33

I released a new version. I cracked the config system so there are now lots of Settings to configure, including choice of three toolbars and skins. Those are set in the plugin Settings and users can change to their preferences in the User Settings.
For thos impationt for the next release: the Confg file is in the plugin folder, you can change that by hand.

Still a long way to go. I want this plugin to be as good or better as the TinyMCE plugin. Anyway a start is made.
Download: [url=http://downloads.sourceforge.net/evocms-plugins/jquery_fck_editor_plugin-0.9.2.zip?use_mirror=osdn]http://downloads.sourceforge.net/evocms-plugins/jquery_fck_editor_plugin-0.9.2.zip[/url] and watch BOPIT for further releases.

Have fun

13 Sep 05, 2008 14:44

This is the current toolbar for the Comment textarea.

I thought that this little toolbar would appear in the comment text area when for "jQuery FCKeditor plugin" I checked the plugin setting "Use in comments" ?

After installing, the "jQuery FCKeditor" itself appears perfectly in the main (Write) text area (though rather slowly and together with an inactive "normal editor", but the comment thing ? No.

What did I miss here ? Am I just too stupid for using b2evolution (I've got lots of other small issues.... :D) ?

14 Sep 10, 2008 18:55

Hi dk,

Can I have a look at your blog? The comment thing should work as advertised. So I need to have a look at the source to see if everything is loaded properly.

Good luck

15 Sep 14, 2008 07:11

Hi Afwas,
After install of 0.9.2 plugin (on b2 2.4.2), I have JS error.
It did'nt load any FCK toolbar, and I lost my evo_toolbar.

missing } after property list
http://localhost/b2evo242/admin.php?ctrl=items&action=new&blog=4
Line 38

<script type="text/javascript">
34 jQuery(function(){
35 jQuery.fck.config = {path:'/b2evo242/plugins/jquery_fck_editor_plugin/fckeditor/'};
36 jQuery('textarea#itemform_post_content').fck({
37 toolbar:
38 config: {
39 CustomConfigurationsPath: /b2evo242/plugins/jquery_fck_editor_plugin/
40 </head>

Don't know exactly where it should be fixed... I think I found the file (jquery_fck_editor_plugin.php), but I see a closing } and closing tag </script>:-/

Mel

16 Sep 14, 2008 15:41

Hi everyone,
Would it be possible to include an editor like that by default in the next version of B2?
++

17 Sep 14, 2008 17:09

fdeconiac wrote:

Hi everyone,
Would it be possible to include an editor like that by default in the next version of B2?
++

none of the plugins/features/addons are likely to be shipped with the b2core unless they are really necessary-where as i partially agree with.. their threshold of necessity is so high (:- , this is what i got of my conversations with the developers : p they dont like b2 to be 'bloated' but you are always welcome to seek and install em (:

18 Sep 19, 2008 05:14

mel_t wrote:

Hi Afwas,
After install of 0.9.2 plugin (on b2 2.4.2), I have JS error.
It did'nt load any FCK toolbar, and I lost my evo_toolbar.

missing } after property list
http://localhost/b2evo242/admin.php?ctrl=items&action=new&blog=4
Line 38

<script type="text/javascript">
34 jQuery(function(){
35 jQuery.fck.config = {path:'/b2evo242/plugins/jquery_fck_editor_plugin/fckeditor/'};
36 jQuery('textarea#itemform_post_content').fck({
37 toolbar:
38 config: {
39 CustomConfigurationsPath: /b2evo242/plugins/jquery_fck_editor_plugin/
40 </head>

Don't know exactly where it should be fixed... I think I found the file (jquery_fck_editor_plugin.php), but I see a closing } and closing tag </script>:-/

Mel

Just add a new information. Problem is occuring only in admin backoffice. Comment toolbar is fine.

19 Sep 19, 2008 12:37

Hi mel_t,

I'll have a look asap (probably sunday).

Good luck

20 Nov 04, 2008 18:06

mel_t and Afwas,

I get the same problem when I install the plugin (0.9.2). If I uninstall FCK, the evo_toolbar comes right back.

Any solution yet??

Thanks,
Ray

21 Jan 05, 2009 18:13

Any progress on this plugin or has it come to an end?

Thanks!

23 Jan 15, 2009 18:12

Hi all,

I've been playing with both the FCKEditor and the Yahoo editor. This resulted in two plugins. The Yahoo editor plugin is dead slow, but works fine for a simple editor in comments. The FCKEditor plugin should work fine. However it has some drawback, notably you can't easily edit the toolbars -- it is however easy to change between multiple predesigned toolbars. Also at that time the FCKEditor was hacked resulting in massive database troubles for those affected.
I halted work on both plugins. Blueyed did the wonderful TinyMCE editor plugin. That's the one you want for B2evolution.
If however there is enough interest in one or both of these projects I might be tempted to continue development. I'm going to need feedback on it though.

@esanchez: see second post on this page: http://www.blog.hemminga.net/index.php?blog=8

You find the most recent version here: https://sourceforge.net/project/showfiles.php?group_id=160495&package_id=284155 (but I haven't looked at it since)

@all: What is your opinion about this editor: http://avidansoft.com/dsrte/index.php

Have fun

24 Jan 15, 2009 19:19

Afwas,

I just gave this a try and, wow! - it works really well.

I need to do more testing but I'm really impressed and happy because some of some users can't type any code at all and this editor will solve their problem.

Here's the link by the way - http://manual.b2evolution.net/Plugins/tinymce_plugin

I'm running 2evolution 2.4.2 on xampp on Windows. Going to try later against prod...

As far as the other editors, if tinyMCE works, I guess we should stay with it. We should just make it part of the standard install too. Wordpress has a nice editor and tinyMCE will match it.

See this entry for more comments:
http://plugins.b2evolution.net/index.php/2006/11/15/tinymce#comments

25 Jan 19, 2009 16:45

Afwas wrote:

Hi all,

I halted work on both plugins. Blueyed did the wonderful TinyMCE editor plugin. That's the one you want for B2evolution.

In b2evo 2.4.6 "New Year" TinyMCE editor work only for administrator, not for other users (blogers...)

You find the most recent version here: https://sourceforge.net/project/showfiles.php?group_id=160495&package_id=284155 (but I haven't looked at it since)

After install of 0.9.2 plugin (on b2 2.4.6), It did'nt load any FCK toolbar, and I lost my evo_toolbar.

After install of 0.9.1 plugin (on b2 2.4.6), FCK toolbar loads, but have problems with valid XHTML - I can' post messages...

@all: What is your opinion about this editor: http://avidansoft.com/dsrte/index.php

Simple and enough...

By the way, there is another great editor Wymeditor
http://www.wymeditor.org/
What do you think obout it?

There is also WP plugin:
http://wordpress.org/extend/plugins/simple-wymeditor/

Have fun
Thanks, for your work...
Beni

26 Jan 21, 2009 03:31

I found some show stopper bugs in the jQuery FCKEditor plugin that I cured. Furthermore I upgraded to the latest stable version of FCKEditor (FCKeditor_2.6.3)

Please somebody (preferably more than one) test this version and write a review (Does it work as expected? Do you like it? How does it compare to TinyMCE plugin? What would you like added?)

Download: [url=http://www.blog.hemminga.net/B2evoforum/jquery_fck_editor_plugin-0.9.3.zip]jquery_fck_editor_plugin-0.9.3.zip[/url]

Thanks.

27 Jan 25, 2009 17:30

Hi! I'm testing this plugin... Great amazing discovery!!!! ;)

a small problem I'm running into is that the "<!more> tag (I misspelled on purpose) is not working when inserted?

edit: mmm... I it's working now... sorry~!!!

28 Jan 25, 2009 17:43

Hi wpompen,

Anyway thanks for reporting. I need to check more possible 'conflicts' between plugins.

Have fun

29 Jan 25, 2009 20:40

Is it a good idea to let the editor use the css that is used by the skin of the blog your editing an article in?

:)

30 Feb 06, 2009 22:39

have a quick question, using b2evolution for more than one blog and when you do the file upload/ attach as a link / embed etc.. it of course doesnt work i have it set to the media folder they use but say blog1 uses /media/blog1/files_in_here and blog2 uses /media/blog2/files_in_here how do i specify the path to use per blog/usr, this is for my company and i do not know exactly how they set that up but it if there is a way to fix it like /media/'$whichblog'/ like i said im not too familiar how the structure of b2evo works but any advice would greatly help, thanks.

31 Feb 06, 2009 22:49

sunshine_killer, have you considered using LiveWriter for posting?

It makes it really easy to create post and copy and paste images and automatically uploading them to an "images" folder you configure.

Do a search on LiveWriter and find the instructions on how to configure it. Works like a charm. Then you can use the FCKEditor to edit the posts -- though yuo can also do this via LiveWriter

32 Feb 07, 2009 01:25

you see thats the thing, this is for a company that is spread throughout the region and so i cant tell them all to use livewriter because then it would require training, trust me it would, and if this was my own shin dig of course i would use something else to post with and not the web itself. :) thanks tho.

33 Feb 07, 2009 01:32

The newest pre-beta version of b2evo (v3.0 not ready for release)...will have the concept of a shared media folder. I think that will help you out. You can see the news on the front page..

34 Feb 08, 2009 19:03

good job!!

0.9.3 was fixed error and i can use it now!!

thx a lot!!

35 Feb 09, 2009 18:35

would there be a way to include a b2evo php file, im not sure how it works in b2 that would determine the blog the user is writing in? then i can put in the fckeditor config file '/media/blogs/'.$bloguserisusing.'/'; ?? its an idea, anyways this would be very helpful if some one has an idea that could work so that the bloggers on my system could access their files and post them in the editor while using an awesome word editor.

thanks again.

36 Feb 09, 2009 18:48

I will look into file upload shortly

37 Feb 09, 2009 19:35

thanks ive been playing with b2evo making a test.php i can get the int number of the blog but looking for the file that is making the variable have a string name.

38 Feb 09, 2009 23:41

Try

global $Blog;
$Blog[ '1' ][ 'short_desc' ];

39 Feb 10, 2009 16:21

i cant seem to get it to work, take a look at my config file see if yu have any thoughts.

if not thanks for trying.

<?php
/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * Configuration file for the File Manager Connector for PHP.
 */

global $Config ;
global $Blog ;
$user_selected_blog = (int)$UserSettings->get('selected_blog') ;
$Blog[ $user_selected_blog ][ 'short_desc' ] ;

// SECURITY: You must explicitly enable this "connector". (Set it to "true").
// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
//		authenticated users can access this file or use some kind of session checking.
$Config['Enabled'] = false ;


// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/media/blogs/'.$Blog ;


// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Useful if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = '/var/www/html/inet/blogs/media/blogs/'.$Blog ;

// Due to security issues with Apache modules, it is recommended to leave the
// following setting enabled.
$Config['ForceSingleExtension'] = true ;

// Perform additional checks for image files.
// If set to true, validate image size (using getimagesize).
$Config['SecureImageUploads'] = true;

// What the user can do with this connector.
$Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndFiles', 'CreateFolder') ;

// Allowed Resource Types.
$Config['ConfigAllowedTypes'] = array('File', 'Image', 'Flash', 'Media') ;

// For security, HTML is allowed in the first Kb of data for files having the
// following extensions only.
$Config['HtmlExtensions'] = array("html", "htm", "xml", "xsd", "txt", "js") ;

// After file is uploaded, sometimes it is required to change its permissions
// so that it was possible to access it at the later time.
// If possible, it is recommended to set more restrictive permissions, like 0755.
// Set to 0 to disable this feature.
// Note: not needed on Windows-based servers.
$Config['ChmodOnUpload'] = 0777 ;

// See comments above.
// Used when creating folders that does not exist.
$Config['ChmodOnFolderCreate'] = 0777 ;

/*
	Configuration settings for each Resource Type

	- AllowedExtensions: the possible extensions that can be allowed.
		If it is empty then any file type can be uploaded.
	- DeniedExtensions: The extensions that won't be allowed.
		If it is empty then no restrictions are done here.

	For a file to be uploaded it has to fulfill both the AllowedExtensions
	and DeniedExtensions (that's it: not being denied) conditions.

	- FileTypesPath: the virtual folder relative to the document root where
		these resources will be located.
		Attention: It must start and end with a slash: '/'

	- FileTypesAbsolutePath: the physical path to the above folder. It must be
		an absolute path.
		If it's an empty string then it will be autocalculated.
		Useful if you are using a virtual directory, symbolic link or alias.
		Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
		Attention: The above 'FileTypesPath' must point to the same directory.
		Attention: It must end with a slash: '/'

	 - QuickUploadPath: the virtual folder relative to the document root where
		these resources will be uploaded using the Upload tab in the resources
		dialogs.
		Attention: It must start and end with a slash: '/'

	 - QuickUploadAbsolutePath: the physical path to the above folder. It must be
		an absolute path.
		If it's an empty string then it will be autocalculated.
		Useful if you are using a virtual directory, symbolic link or alias.
		Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
		Attention: The above 'QuickUploadPath' must point to the same directory.
		Attention: It must end with a slash: '/'

	 	NOTE: by default, QuickUploadPath and QuickUploadAbsolutePath point to
	 	"userfiles" directory to maintain backwards compatibility with older versions of FCKeditor.
	 	This is fine, but you in some cases you will be not able to browse uploaded files using file browser.
	 	Example: if you click on "image button", select "Upload" tab and send image
	 	to the server, image will appear in FCKeditor correctly, but because it is placed
	 	directly in /userfiles/ directory, you'll be not able to see it in built-in file browser.
	 	The more expected behaviour would be to send images directly to "image" subfolder.
	 	To achieve that, simply change
			$Config['QuickUploadPath']['Image']			= $Config['UserFilesPath'] ;
			$Config['QuickUploadAbsolutePath']['Image']	= $Config['UserFilesAbsolutePath'] ;
		into:
			$Config['QuickUploadPath']['Image']			= $Config['FileTypesPath']['Image'] ;
			$Config['QuickUploadAbsolutePath']['Image'] 	= $Config['FileTypesAbsolutePath']['Image'] ;

*/

$Config['AllowedExtensions']['File']	= array('7z', 'aiff', 'asf', 'avi', 
'bmp', 'csv', 'doc', 'fla', 'flv', 'gif', 'gz', 'gzip', 'jpeg', 'jpg', 'mid', 'mov', 
'mp3', 'mp4', 'mpc', 'mpeg', 'mpg', 'ods', 'odt', 'pdf', 'png', 'ppt', 'pxd',
 'qt', 'ram', 'rar', 'rm', 'rmi', 'rmvb', 'rtf', 'sdc', 'sitd', 'swf', 'sxc', 'sxw', 
'tar', 'tgz', 'tif', 'tiff', 'txt', 'vsd', 'wav', 'wma', 'wmv', 'xls', 'xml', 'zip') ;
$Config['DeniedExtensions']['File']		= array() ;
$Config['FileTypesPath']['File']		= $Config['UserFilesPath'] . 'file/' ;
$Config['FileTypesAbsolutePath']['File']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'].'file/' ;
$Config['QuickUploadPath']['File']		= $Config['UserFilesPath'] ;
$Config['QuickUploadAbsolutePath']['File']= $Config['UserFilesAbsolutePath'] ;

$Config['AllowedExtensions']['Image']	= array('bmp','gif','jpeg','jpg','png') ;
$Config['DeniedExtensions']['Image']	= array() ;
$Config['FileTypesPath']['Image']		= $Config['UserFilesPath'] . 'image/' ;
$Config['FileTypesAbsolutePath']['Image']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'].'image/' ;
$Config['QuickUploadPath']['Image']		= $Config['UserFilesPath'] ;
$Config['QuickUploadAbsolutePath']['Image']= $Config['UserFilesAbsolutePath'] ;

$Config['AllowedExtensions']['Flash']	= array('swf','flv') ;
$Config['DeniedExtensions']['Flash']	= array() ;
$Config['FileTypesPath']['Flash']		= $Config['UserFilesPath'] . 'flash/' ;
$Config['FileTypesAbsolutePath']['Flash']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'].'flash/' ;
$Config['QuickUploadPath']['Flash']		= $Config['UserFilesPath'] ;
$Config['QuickUploadAbsolutePath']['Flash']= $Config['UserFilesAbsolutePath'] ;

$Config['AllowedExtensions']['Media']	= array('aiff', 'asf', 'avi', 
'bmp', 'fla', 'flv', 'gif', 'jpeg', 'jpg', 'mid', 'mov', 'mp3', 'mp4', 'mpc',
 'mpeg', 'mpg', 'png', 'qt', 'ram', 'rm', 'rmi', 'rmvb', 'swf', 'tif', 'tiff', 
'wav', 'wma', 'wmv') ;
$Config['DeniedExtensions']['Media']	= array() ;
$Config['FileTypesPath']['Media']		= $Config['UserFilesPath'] . 'media/' ;
$Config['FileTypesAbsolutePath']['Media']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'].'media/' ;
$Config['QuickUploadPath']['Media']		= $Config['UserFilesPath'] ;
$Config['QuickUploadAbsolutePath']['Media']= $Config['UserFilesAbsolutePath'] ;

?>

*edit*
Long line in code

40 Feb 10, 2009 16:34

<?php
$BC = get_Cache('BlogCache');
$ub = $BC->get_by_ID( $user_selected_blog );
pre_dump( $ub );
?>

¥

41 Feb 10, 2009 16:39

This file is likely not part of the evocore. i doubt if you have access to the B2evo variables.

42 Mar 03, 2009 14:47

I just released version 1.10. It has file / image support using the native B2evolution filebrowser. Furthermore I upgraded to the latest version of FCKEditor (v2.6.4) so I advise you to delete old files from this plugin before you upload new ones.

Have fun

http://www.blog.hemminga.net/B2evoforum/FCKEditor-0.10.png

Download: [url=https://sourceforge.net/project/showfiles.php?group_id=160495&package_id=284155&release_id=665451]jquery_fckeditor_plugin-0.10.zip[/url]

43 Mar 04, 2009 20:17

Afwas wrote:

I just released version 1.10. It has file / image support using the native B2evolution filebrowser. Furthermore I upgraded to the latest version of FCKEditor (v2.6.4) so I advise you to delete old files from this plugin before you upload new ones.

Have fun

http://www.blog.hemminga.net/B2evoforum/FCKEditor-0.10.png

Download: [url=https://sourceforge.net/project/showfiles.php?group_id=160495&package_id=284155&release_id=665451]jquery_fckeditor_plugin-0.10.zip[/url]

Nice release, i can post images now from my directory, thanks for your hard work. I ran into some bugs though,

1) I get this when i try to use the link button. So i thought maybe its looking for the connectors folder just in the wrong path so i copied the connectors folder to where its trying to find it and it gave me a error saying This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file so i edit it, enable it, Error creating folder "/var/www/html/inet/blogs/userfiles/file/" (Permission denied), i dont want it to create a new direcotry but load the directory like my example below, so basically just load blognamesmediafolder as its base and let the user pick his documents folder, is there a similiar file that does this like the images button where i can strip the directory location?
example
blognamemediafolderforusersblog/ <--base
blognamemediafolderforusersblog/images
blognamemediafolderforusersblog/documents
blognamemediafolderforusersblog/whatever

The server didn't send back a proper XML response. Please contact your system administrator.

XML request error: Not Found (404)

Requested URL:
http://#####.org/plugins/jquery_fck_editor_plugin/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=%2F&uuid=1236192945333

Response text:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /plugins/jquery_fck_editor_plugin/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php was not found on this server.</p>
<hr>
<address>Apache/2.0.52 (Red Hat) Server at ######.org Port 80</address>
</body></html>

2) my second error is uploading stuff loads the bar, but times out or nothing happens even for little image files...this could be because of #1 problem not sure..?

thanks sorry im a pain.

44 Mar 06, 2009 18:34

Hi sunshine_killer,

You can use Imageshark for your larger images. I host smaller images on my host's server.

Thanks for the reply.
I started with the images that looked difficult. Your problem with links is related.
A temporary fix can be found in FCKeditorCustomConfig.js. look for:
[php]FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/upload/php/upload.php' ;[/url]

I'm pretty sure the upload problem is related.

Next release will have a custom config box so you can override the file. Then I'm trying to add video buttons. If that is done I know how to add many more buttons so I need to find a way for the blogowner to select things in the menubar.

Good luck

45 Mar 09, 2009 14:31

I'va installed your plugin and I find it very useful and great.
Great job.

but When hte plugin is enabled I can't upload file using the file manager of B2E.

Here a screenshot when the plugin is DISABLED, the upload button is visible.
http://img15.imageshack.us/img15/783/sanstitre2vzp.jpg

and a screenshot when the plugin is ENABLED, the upload button is hidden.
http://img10.imageshack.us/img10/8459/sanstitre1czg.jpg

Is it a setting issue of my configuration file ?

thanks.

46 Mar 09, 2009 19:11

Hi xela74,

I know what's going on. I'll look into it ASAP.

--F

48 Mar 12, 2009 10:29

I was just wondering: Why doesn't any nice little editor show up in the comment field when needed ? I DID mark the function in the settings of the plugin and I DID check the settings in my user profile ?

49 Mar 15, 2009 12:32

Afwas wrote:

I know what's going on. I'll look into it ASAP.
--F

Good morning! :)

Great work!

Somehow I cannot place images when using the b2evo browser.
I get this screen:

http://www.nvow.nl/temp/image.png

On this screen it's a pdf, I get the same with jpg's...

When I disable the plugin I can insert an image in the "old fashion way"

Any ideas?.. thanks! :)

50 Mar 15, 2009 12:57

This is the same issue as reported in subpage 3 of this thread.
I'm trying to get the image selector in FCKEditor to work with the File Manager in B2evolution.

http://www.blog.hemminga.net/B2evoforum/FCKEditorDetail.png

Unfortunately I had to redefine some code from the original buttons in the File Manager. I'm still thinking of a way to have that functioning without the troubles you experience.

Until that works try the ImageButton in the FCKEditor.

Good luck

51 Mar 15, 2009 15:23

that was what I tried... :-/

52 Mar 15, 2009 15:32

Ah, I see.
You're unlucky I only did the images. You're trying to import a .pfd file. Really it works with aa .gif, .jpg or .png file.

I'll work on it shortly and start by adding a setting that will disable this until this works properly.

Good luck

53 Mar 15, 2009 15:54

I'm sorry for the screenshot but I tried it with images also.
At the moment I'm toggle'ing the plugin to add images so it's not a real big problem for me, don't waste to much time, I was hoping that a simple sollution was available.

Another thing I ran into:
I know the gallery plugin is not supported anymore but isn't it strange that i's working when FCK is turned off and that when I turn it on the images load in a flat browser window?
I can off course turn off the plugin when I'm editting posts but is there an easier other way?

again: thanks for your input! :D

54 Mar 15, 2009 15:58

What version of B2evo are you running?

55 Mar 15, 2009 16:02

b2evolution-2.4.6-stable-2009-01-12-lc

56 Mar 15, 2009 18:26

I made a quick bugfix.
[url=http://downloads.sourceforge.net/evocms-plugins/jquery_fck_editor_plugin-0.10.1.zip?use_mirror=osdn]Version 0.10.1[/url]

    * File Manager through imageButton is now optional (see User Settings) * Fixed bug that displayed wrong buttons in B2evoluton File Manager (Dashboard -> Files) * Enabled the flashButton * Minor tweaks [/list:u] If you already have 1.10 installed all you want is the four files in the main folder. @wpompen: I found nothing that would explain the behaviour you describe. But you could start a post through Dashboard -> Files. FWIW in the Filemanager that pops up after clicking the FCKeditor imageButton (see my screenshot) you want to select one file and one file only. The button is disabled if you select none and an error occurs if you select more than one.

57 Mar 16, 2009 09:15

I'm sorry but it seems that I've forgotten to mention something ... (my girlfriend pointed it out, pfff)

I'm working with Windows 7 x64 and IE8 beta.
In "IE compatibility mode" it works better.

So I understand that it has got something to do with that also.
My appologies!

I've tested with IE7 (also bad heheheh) and it worked.

So it seems that the user was the problem (again)!

Thanks for your support!

58 Mar 16, 2009 12:10

Hi wpompen,

I'm afraid you'll have to wait for a future version of FCKEditor.
In the meantime the connection between the FCKEditor Image Button and the B2evolution filemanager is stable, so I release 0.10.2 which can be found where 0.10.1 was: https://sourceforge.net/project/showfiles.php?group_id=160495&package_id=284155
Once again if you have 0.10.0/1 installed you only want the three files in the root of the folder.

Good luck


Form is loading...