It is currently Sun Jul 20, 2008 12:53 am
Moderator: General Support Moderators


deoliveira wrote:
Do you have any plan to have a Joomla! 2.0 version ? Thank you.

milesmowbray wrote:Yep I do, will probably release it when the new Joomla goes gold.
milesmowbray wrote:I am also working on an category, section and content item browser to create links to other Joomla content from inside FCKeditor, still very alpha at the moment though.

You may need to edit config.php in the /yousiteroot/mambots/editors/joomlafck2/editor/filemanager/connectors/php folder to get the file browser and upload features working, but hopefully they should just work. This will probably only apply if you have your site installed in a subdirectory.
//$Config['UserFilesPath'] = '/' ;//before
$Config['UserFilesPath'] = $mosConfig_live_site .'/' ;//after//$Config['UserFilesAbsolutePath'] = '' ;//before
$Config['UserFilesAbsolutePath'] = $mosConfig_absolute_path .'/' ;//after

String contains an invalid character" code: "5


$config['UserfilesAbsolotePath']=$mosConfig_absolute_path.'/';


// SECURITY: You must explicitelly enable this "connector". (Set it to "true").
// WARNING: don't just set "ConfigIsEnabled = true", you must be sure that only
// authenticated users can access this file or use some kind of session checking.
// Added for joomlafck2 - check we are logged into Joomla
require_once( '../../../../../../../configuration.php' );
session_name( md5( $mosConfig_live_site ) );
session_start();
if ($_SESSION["session_id"]) {
$Config['Enabled'] = true ;
} else {
$Config['Enabled'] = false ;
}$Config['Enabled'] = true ;



// WARNING: don't just set "ConfigIsEnabled = true", you must be sure that only
// authenticated users can access this file or use some kind of session checking.
if ($_SESSION["session_id"])if ($my->id)
simon_w wrote:
@miles: have you had reports of this problem from others then? If so, perhaps I shouldn't worry Ravit unnecessarily!
Simon
if ($my->id)

rninio wrote:i am using 1.0.11 joomla version
is it possebale that i have some session problems in my server?
thank u
ravit






structure nomather what i select.
Would it be possible to have different heights on the Intro Text and Main text. The intro text tends to be shorter :-)
LK

aasbrenn wrote:
In the new version, i can't get the BR/P options to work. I just getstructure nomather what i select.
Would it be possible to have different heights on the Intro Text and Main text. The intro text tends to be shorter :-)



aasbrenn wrote:Where is the template button? The content template was a really great idea. Unfortunately i never understood how to make templates. I've always wanted a content templated with fixed size for images, just select from image base or upload and click... That would make it so much easier for non-pc-experts to write contect with text i joomla.

kenmcd wrote:aasbrenn wrote:Where is the template button? The content template was a really great idea. Unfortunately i never understood how to make templates. I've always wanted a content templated with fixed size for images, just select from image base or upload and click... That would make it so much easier for non-pc-experts to write contect with text i joomla.
A Content Template Plug-in is at the top of my wish list!
FCKeditor content templates require editing an XML file.
Documentation is sparse:
- FCKeditor Templates Configuration
http://wiki.fckeditor.net/Developer%27s ... /Templates
- Contour Content Templates (they also integrate FCKeditor)
http://www.jamasoftware.net/doku.php/config/templates



kenmcd wrote:
1. Make sure you open the JoomlaFCK2 interface and click Save. This must be done for every install.
2. You may also have to reselect your Default editor in your User profile - select joomlaFCK2 and Save.


Return to WYSIWYG Editors - 1.0.x
Users browsing this forum: No registered users and 1 guest