Search found 57 matches

by chrisl
Thu Sep 20, 2007 5:26 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Username contains illegal characters! problem
Replies: 2
Views: 2517

Re: Username contains illegal characters! problem

You could try

"/^[a-zA-Z0-9_]+$/"

this is untried and not tested but should work although I'm not sure if there would be any subsequent problems.
by chrisl
Thu Sep 13, 2007 1:47 pm
Forum: CMSMS Core
Topic: Uploading images issue
Replies: 6
Views: 1853

Re: Uploading images issue

It will depend on how new the version but if it is 2.4.3 have you tried adding require_once(dirname(dirname(dirname(dirname(dirname(dirname(dirname(dirname(dirname(dirname(__FILE__)))))))))) . '/include.php'); check_login(); (you will have to check directory depths) to the top of \FCKeditorX\FCKedit...
by chrisl
Thu Sep 13, 2007 6:58 am
Forum: CMSMS Core
Topic: FCKEditor and white menus
Replies: 1
Views: 1015

Re: FCKEditor and white menus

FCK combo colours can be changed in

fck_editor.css

file found in the skins directory

most of the css styles for this have a .SC_ prefix maybe the one you are looking for is .SC_Panel.

Make sure it's the correct skin and clear cache
by chrisl
Tue Sep 11, 2007 5:22 pm
Forum: CMSMS Core
Topic: {solved} When I add a link to picture, it makes a blue box, how do I stop it?
Replies: 2
Views: 1317

Re: When I add a link to picture, it makes a blue box, how do I stop it?

Insert

Code: Select all

a img {border: none; }

into the css stylesheet attached to the page
by chrisl
Fri Sep 07, 2007 5:53 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: FCKeditor uses URLS instead of paths/TMCE path config probs
Replies: 13
Views: 4864

Re: FCKeditor uses URLS instead of paths/TMCE path config probs

If you are still looking to FCK try the following settings \modules\FCKeditorX\FCKeditor\editor\filemanager\upload\php\config.php $Config['UserFilesPath'] = 'uploads/' ; $Config['UserFilesAbsolutePath'] = $config['uploads_path'].'/' ; \modules\FCKeditorX\FCKeditor\editor\filemanager\browser\default\...
by chrisl
Fri Sep 07, 2007 7:04 am
Forum: [locked] Installation, Setup and Upgrade
Topic: FCKeditor uses URLS instead of paths/TMCE path config probs
Replies: 13
Views: 4864

Re: FCKeditor uses URLS instead of paths

I do not know what versions you are using but if you are using FCK module version 1.0.3 and go to \modules\FCKeditorX\FCKeditor\editor\filemanager\browser\default\connectors\php\config.php at about line 27 you will find $Config['UserFilesPath'] = $config['uploads_url'] ; the FCK user file is taking ...
by chrisl
Wed Sep 05, 2007 9:41 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: FCKeditor uses URLS instead of paths/TMCE path config probs
Replies: 13
Views: 4864

Re: FCKeditor uses URLS instead of paths

Mark's suggestion is good - edit the URL manually as you go along or you could try changing the

$config['uploads_url']  in the main configuration.
by chrisl
Tue Sep 04, 2007 6:42 pm
Forum: Developers Discussion
Topic: Some git advocacy
Replies: 4
Views: 3574

Re: Some git advocacy

Linus Torvalds is quite aggressive in his selling of 'git' but I agree if there were time to implement this system it seems that it would help hard-pressed developers to keep better control of their projects.
How easy or difficult is it, do you think, to put into place?
by chrisl
Fri Aug 31, 2007 9:21 am
Forum: CMSMS Core
Topic: [Solved] Image Maps not working under FF
Replies: 5
Views: 2390

Re: Image Maps not working under FF

It may be that the problem lies with the Document Type Declarations (DTDs) where there have been some changes from version 1.0 (Strict) to version 1.1. The "usemap" attribute is defined as being a %URI in version 1.0 which means that # (pound sign) can be used but for XHTML 1.1 the "u...
by chrisl
Thu Aug 30, 2007 7:15 pm
Forum: CMSMS Core
Topic: fckeditorx paragraph autoformat question
Replies: 3
Views: 2017

Re: fckeditorx paragraph autoformat question

Yes WYSIWYG editors demand that you put in a P, BR, or DIV  tag.

However if you start a pristine page and have BR as the 'enter' default there should be no paragraph tags just line-break tags.

Changing the default will not retrospectively clear all P tags.
by chrisl
Thu Aug 30, 2007 6:11 am
Forum: CMSMS Core
Topic: fckeditorx paragraph autoformat question
Replies: 3
Views: 2017

Re: fckeditorx paragraph autoformat question

You could try putting

Code: Select all

FCKConfig.EnterMode = 'br' ;		
FCKConfig.ShiftEnterMode = 'br' ;	
into

FCKeditorXcfg.js.php

in the modules/fckeditorX folder

at about line 33 after the ?> php end tag

You will have to clear cache and reload editing page if it is open.
by chrisl
Mon Aug 27, 2007 7:28 pm
Forum: CMSMS Core
Topic: {solved} PHP4->PHP5 = big problems
Replies: 10
Views: 4380

Re: PHP4->PHP5 = big problems

As has been suggested it looks as if it's a permissions problem.  Have you read this

http://forum.cmsmadesimple.org/index.ph ... l#msg58791

if not it may be able to help
by chrisl
Mon Aug 27, 2007 2:57 pm
Forum: Modules/Add-Ons
Topic: Soderlind Imagemanager
Replies: 6
Views: 2365

Re: Soderlind Imagemanager

Per Soderlind wrote a plugin for Wordpress using Wei Zhuo's ImageManager and TinyMCE. The same ImageManager is adapted for use in CMSMS's own image manager. The ImageManager plugin for FCK has pretty much identical editing/upload functionality and interface to that in Wordpress. Yes most WYSWIG edit...
by chrisl
Mon Aug 27, 2007 5:49 am
Forum: Modules/Add-Ons
Topic: Soderlind Imagemanager
Replies: 6
Views: 2365

Re: Imagemanager

Wei Zhuo/Paul Moers ImageManager is part of CMSMS core see \lib\filemanager\ImageManager if you want to use it as part of your WYSIWYG editor  as in Wordpress it is a simple plugin for FCK go to http://www.saulmade.nl/FCKeditor/FCKPlugins.php there are fairly good instructions on how to install Imag...
by chrisl
Fri Aug 24, 2007 12:24 pm
Forum: CMSMS Core
Topic: Problems uploading images using a MAC...
Replies: 5
Views: 2031

Re: Problems uploading images using a MAC...

Yes there is no question Jonny is right (on all counts) I didn't notice it was Safari.

What is a bit curious is that the WYSIWYG toolbar should appear at all, in my experience Safari/Opera go straight to HTML mode but maybe it's changed with more up-to-date browsers than I'm using.

Go to advanced search