• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Tue Nov 01, 2005 12:21 pm 
Offline
Power Poster
Power Poster

Joined: Sun Nov 21, 2004 6:35 am
Posts: 1469
Location: Geneva - Switzerland
megabob3 wrote:
Always in mind i have founded the solution :D
Btw don't say anymore soon PERFECT :P


I'm really sorry to have said PERFECT too early :P
you found the solution?!?  I can't wait :)

_________________
Patricia


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Tue Nov 01, 2005 12:26 pm 
Offline
Power Poster
Power Poster

Joined: Sat Jan 08, 2005 11:11 pm
Posts: 498
Location: ITALY
Patricia wrote:
I'm really sorry to have said PERFECT too early :P
you found the solution?!?  I can't wait :)


:D

here you are :P

http://www.awakening.it/cmsms_dl/module ... _9_7b6.zip

See you later ;)


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Tue Nov 01, 2005 1:30 pm 
Offline
Power Poster
Power Poster

Joined: Sun Nov 21, 2004 6:35 am
Posts: 1469
Location: Geneva - Switzerland
With this b6 version:
On page edition, the head tags textarea is in the first tab, instead to be in options tab

Now, both in page edition, and in news edition:
I can see in runtime editor the images I insert, but I do not see image in page output: I get an invalid image path:
http://www.mydomain.com/uploadsimagesme ... .03.54.jpg
instead of
http://www.mydomain.com/uploads/images/ ... .03.54.jpg

Cheers

_________________
Patricia


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Tue Nov 01, 2005 1:43 pm 
Offline
Power Poster
Power Poster

Joined: Sat Jan 08, 2005 11:11 pm
Posts: 498
Location: ITALY
Patricia wrote:
Now, both in page edition, and in news edition:
I can see in runtime editor the images I insert, but I do not see image in page output: I get an invalid image path:
http://www.mydomain.com/uploadsimagesme ... .03.54.jpg
instead of
http://www.mydomain.com/uploads/images/ ... .03.54.jpg

Cheers


Really!?!?
Boh

Lines 166 and 167 of FCKeditorX.module.php
try to eliminate that lines.

Bye ;)


Last edited by megabob3 on Tue Nov 01, 2005 1:46 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Tue Nov 01, 2005 1:50 pm 
Offline
Power Poster
Power Poster

Joined: Sun Nov 21, 2004 6:35 am
Posts: 1469
Location: Geneva - Switzerland
by doing this, it's again making the editor empty, and says "no content given" on submit (or preview)

plus, the head tag textarea is still in Main tab, instead of Options tab

... :)

_________________
Patricia


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Tue Nov 01, 2005 1:58 pm 
Offline
Power Poster
Power Poster

Joined: Sat Jan 08, 2005 11:11 pm
Posts: 498
Location: ITALY
Patricia wrote:
by doing this, it's again making the editor empty, and says "no content given" on submit (or preview)

plus, the head tag textarea is still in Main tab, instead of Options tab

... :)


Nooooo toooo strange, deleted all caches?

Why i have no type of errors like this.


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Tue Nov 01, 2005 2:29 pm 
Offline
Power Poster
Power Poster

Joined: Sat Jan 08, 2005 11:11 pm
Posts: 498
Location: ITALY
Pls pls god tell me that's OK for Patrcia :P

http://www.awakening.it/cmsms_dl/module ... _9_7b7.zip

;)


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Wed Nov 02, 2005 9:55 am 
Offline
Power Poster
Power Poster

Joined: Sat Jan 08, 2005 11:11 pm
Posts: 498
Location: ITALY
Patricia wrote:
you found the solution?!?  I can't wait :)


Wanna test this!!!! Patricia!

http://www.awakening.it/cmsms_dl/module ... _9_7b7.zip


:P


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Wed Nov 02, 2005 10:39 am 
Offline
Power Poster
Power Poster

Joined: Sun Nov 21, 2004 6:35 am
Posts: 1469
Location: Geneva - Switzerland
I will be away this afternoon, and late tonight... we have a guest we must drive to some places to discover beautiful switzerland :)

tomorrow, i have double work (day and night), as well as on friday...
I hope I can test now at 12 at home before we leave...

_________________
Patricia


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Wed Nov 02, 2005 12:27 pm 
It seems I spoke too soon yesterday.

Even with beta7 the html source code is being messed up when submitting. Everything looks fine until then.

It seems that extra tags are being added and forward slashes are being removed.

On a simple page, the source is:

Code:
<h1>Header</h1>
<p>Text</p>
<p><img height="315" src="/uploads/images/23.jpg" width="439" alt="" /></p>


until I submit it and then it is saved as:

Code:
<h1>Header
<h1>
<p>Text</p>
<p> </p>
<p><img height="315" alt="" src="/uploadsimages23.jpg" width="439" /></p>
<p> </p>
</h1>
</h1>


Note the

tags have changed and the image path has lost its forward slashes.

As no-one else seems to have reported this, perhaps it's a problem with my setup - your test site, megabob, seems OK.

Any ideas?

Ian.



Top
  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Wed Nov 02, 2005 12:30 pm 
Offline
Power Poster
Power Poster

Joined: Sat Jan 08, 2005 11:11 pm
Posts: 498
Location: ITALY
Ian wrote:
It seems I spoke too soon yesterday.

Even with beta7 the html source code is being messed up when submitting. Everything looks fine until then.

It seems that extra tags are being added and forward slashes are being removed.

On a simple page, the source is:

Code:
<h1>Header</h1>
<p>Text</p>
<p><img height="315" src="/uploads/images/23.jpg" width="439" alt="" /></p>


until I submit it and then it is saved as:

Code:
<h1>Header
<h1>
<p>Text</p>
<p> </p>
<p><img height="315" alt="" src="/uploadsimages23.jpg" width="439" /></p>
<p> </p>
</h1>
</h1>


Note the

tags have changed and the image path has lost its forward slashes.

As no-one else seems to have reported this, perhaps it's a problem with my setup - your test site, megabob, seems OK.

Any ideas?

Ian.



Thx may tell me your server configuration and your BROWSER.

Bye ;)


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Wed Nov 02, 2005 1:46 pm 
It happens with both Firefox and IE.

This happens when I Preview, as well as Submit/Apply.

I'm on shared Linux hosting - Apache/1.3.33, PHP 4.3.10, MySQL 4.0.25

It might be nothing to do with FCKeditor (no editor at all is OK, but I haven't tested with the other WYSIWYGs) so don't lose any sleep over it - unless others have the same problem too. ;-)

Thanks.

Ian.


Top
  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Wed Nov 02, 2005 2:57 pm 
Offline
Power Poster
Power Poster

Joined: Sat Jan 08, 2005 11:11 pm
Posts: 498
Location: ITALY
Ian wrote:
It happens with both Firefox and IE.

This happens when I Preview, as well as Submit/Apply.

I'm on shared Linux hosting - Apache/1.3.33, PHP 4.3.10, MySQL 4.0.25

It might be nothing to do with FCKeditor (no editor at all is OK, but I haven't tested with the other WYSIWYGs) so don't lose any sleep over it - unless others have the same problem too. ;-)

Thanks.

Ian.


No no it's problem of my JAVASCRIPT code :D

I know, but it's strange that to me it's OK to you nope.

I will RELEASE a beta with some ALERT with ID for a debug.

And you TESTER will say me in which ALERT ID it's wrong.

See you later ;)


Top
 Profile  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Thu Nov 03, 2005 2:29 am 
I'll gladly help test this for you. :-)

When you release the beta can you tell me which files have changed to make my uploading quicker? Very slow connection here...

Ta.


Top
  
 
 Post subject: Re: Patriciaaaaaaaaa :D -- I got IT!!!
PostPosted: Fri Nov 04, 2005 11:32 am 
Offline
Power Poster
Power Poster

Joined: Sat Jan 08, 2005 11:11 pm
Posts: 498
Location: ITALY
Try this guys, i feel GOOD :D
http://www.awakening.it/cmsms_dl/module ... _9_7b8.zip


Or download only THIS and replace it, into last version
http://www.awakening.it/cmsms_dl/module ... module.zip


For Wishy,

  now i am at work, i cannot use (guess) SVN access by toirtose.

Next week i will update Gforge.

Bye ALL


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner