Search found 8 matches

by vandal
Wed Feb 21, 2007 10:05 am
Forum: CMSMS Core
Topic: Fck editor image upload no longer works in 1.0.4
Replies: 13
Views: 4331

Re: Fck editor image upload no longer works in 1.0.4

I'm actually not that great of programmer. I am just a decent problem solver. I compared all the files from the 1.0.2 version where this used to work and that line is very important and was missing from that file and of course adding back fixed it all up. So short answer, you don't want me to write ...
by vandal
Tue Feb 20, 2007 10:02 pm
Forum: CMSMS Core
Topic: Fck editor image upload no longer works in 1.0.4
Replies: 13
Views: 4331

Re: Fck editor image upload no longer works in 1.0.4

After wading through the code I have a real fix. open \modules\FCKeditorX\FCKeditor\editor\filemanager\upload\php\upload.php add: require_once(dirname(dirname(dirname(dirname(dirname(dirname(dirname(dirname(__FILE__)))))))) . '/include.php'); check_login(); after the initial comments so the file loo...
by vandal
Tue Feb 20, 2007 9:24 pm
Forum: CMSMS Core
Topic: Fck editor image upload no longer works in 1.0.4
Replies: 13
Views: 4331

Re: Fck editor image upload no longer works in 1.0.4

This isn't a fix but a workaround. Thanks though carasmo.

Does anyone have an actual fix?
by vandal
Tue Feb 20, 2007 8:03 pm
Forum: CMSMS Core
Topic: Fck editor image upload no longer works in 1.0.4
Replies: 13
Views: 4331

Re: Fck editor image upload no longer works in 1.0.4

I have some custom modules I wrote, but it only began doing this when I upgraded the changed files to 1.0.4

I have an old 0.13 install around too and confirmed that the upload works just fine.
by vandal
Tue Feb 20, 2007 7:02 pm
Forum: CMSMS Core
Topic: Fck editor image upload no longer works in 1.0.4
Replies: 13
Views: 4331

Re: Fck editor image upload no longer works in 1.0.4

I know 100% it worked in 1.0.2. and pretty sure it worked in 1.0.3.

So it is a recent issue. It is confusing using the browse server button for an end user. There must be someone out there that knows how to fix this.

Thanks,

van
by vandal
Tue Feb 20, 2007 6:44 pm
Forum: CMSMS Core
Topic: Fck editor image upload no longer works in 1.0.4
Replies: 13
Views: 4331

Fck editor image upload no longer works in 1.0.4

When you use the WYSWYG Fck editor and click the image button, then click the upload tab within the pop-up and then search for an image and send it to the server it says it worked just fine but the image never gets uploaded. The file browser still works for uploading but most of my end users are use...
by vandal
Sat Jan 13, 2007 12:47 am
Forum: Layout and Design (CSS & HTML)
Topic: get background repeat, plus Firefox issues...
Replies: 6
Views: 2467

Re: get background repeat, plus Firefox issues...

Glad you are eager to learn. Here are some great resources to start you off:

Online Help/Document Sites

http://friendlybit.com/css/beginners-gu ... standards/ ).
by vandal
Fri Jan 12, 2007 11:44 pm
Forum: Layout and Design (CSS & HTML)
Topic: get background repeat, plus Firefox issues...
Replies: 6
Views: 2467

Re: get background repeat, plus Firefox issues...

I would have not used absolute positioning for this design, plus the code is not semantic (your #pageHeader2 should not be a div but an h1 tag using image replacement etc...). Anyway for a quick fix, #pageHeader2{   position:absolute;   top:0;   left:220px;   background:url(http://reinwiththeprogram...

Go to advanced search