15 Posts
Oreovanila
9 years ago
3
Topic

Hello all,

Please help to solve this, Image which is inserted in WYSIWYG editor via Button-xtd, not write correct path to it source.

Everything okey from backend, and from joomla DEFAULT ARTICLE submissin from front-end.

Every time I clik button-xtd image from front-end, the image display as should be. But when I click SAVE button, images does not visible in content.

In source code there is an additional \ sign, so the format look like

<img alt="\"\"" src="/\"images/Highlight-Front.jpg\"">

offcourse its make img not visible because the src path is wrong.

This only happen in LIVE SITE and only in seblod article type. This is not happen when :

- submit article from backend (localhost and live site)

- submit article from frontend in LOCALHOST

- submit in Joomla default-article in livesite or localhost.

Greatly appreciate your helps.. Thankyou

Get a Book for SEBLOD
4229 Posts
Kadministrator
9 years ago
1
Level 1

Hi,

I jsut tried insrting image on locahost and a server and it works fine on both, this msut be something on your server or settings - what kind of user do you use for this? What is TextFiltering setting in the global configuration for this group? Do you use different profile for this goup in JCE and what are security related settings like prohibited elements?

15 Posts
Oreovanila
9 years ago
0
Level 2

Hello Klas, thanks for take a look..

this msut be something on your server or settings - what kind of user do you use for this? What is TextFiltering setting in the global configuration for this group? Do you use different profile for this goup in JCE and what are security related settings like prohibited elements?

First guess  for me is my something server setting, but this is not happen when I submit article with default joomla article. Joomla Article = No problem from front end and with same account.

I use group named "front-end access" just only can login from from end. but after your answer I change that account to superadmin, but the result is still same.

I change text filtering setting in global configuration to "No Filter" but still same problem occured.

I dont use JCE, just standart TinyMCE on joomla 3.3.6, recently even I use NoEditor to directly write code such as : 

<p><img src="/images/article-image/my-image.jpg" alt="" /></p>
 <br>

but after hit button save, the result is still become something like this :

<p><img src=\"images/article-image/my-image.jpg\" alt=\"\" /></p><br>

and when I take a look second time, and save again, that code become like this (the \ sign multiply to 3)

<p><img src=\\\"images/article-image/my-image.jpg\\\" alt=\\\"\\\" /></p>

Thankyou for help for everyone..
regards

15 Posts
Oreovanila
9 years ago
0
Level 1

Hello,

sorry my bad, since its NOT happen in joomla default article, I suspect something wrong with seblod. My apologize..

after I wrote ticket to hosting company, this problem because magic_quotes_gpc still on and need to be 'off''

This problem is solved now.

Thankyou.

Get a VIP membership