now i make some tests and i´m confused.
if i do the following:
ckeditor.js modification
and i add a picture to a sample side like this:
<img style="width: 333px; height: 152px;" src="http://testdomain.com/pmm/data/uploads/banner.png" alt="">
</img>
the picture shows on the content page (okay)!
Now i modify the path of the installation to:
http://testdomain.com/pmm111
and settings of GS too the picture shown again on the page !
But you know that the real path of the shown path
<img style="width: 333px; height: 152px;" src="http://testdomain.com/pmm/data/uploads/banner.png" alt="">
</img>
are wrong than we change to "pmm111" okay ?!
But it works !
If i remove now the tag from the ckeditor.js file again (restore old one)
the pictures do not shown in the content page (normal corrent than the path are no longer "pmm" now real "pmm111"
Anyone understand this ?
Is it correct that we found now any solution to manipulate the path if we move a page ?
if i do the following:
ckeditor.js modification
Code:
baseHref:'<?php get_site_url(); ?>'
and i add a picture to a sample side like this:
<img style="width: 333px; height: 152px;" src="http://testdomain.com/pmm/data/uploads/banner.png" alt="">
</img>
the picture shows on the content page (okay)!
Now i modify the path of the installation to:
http://testdomain.com/pmm111
and settings of GS too the picture shown again on the page !
But you know that the real path of the shown path
<img style="width: 333px; height: 152px;" src="http://testdomain.com/pmm/data/uploads/banner.png" alt="">
</img>
are wrong than we change to "pmm111" okay ?!
But it works !
If i remove now the tag from the ckeditor.js file again (restore old one)
the pictures do not shown in the content page (normal corrent than the path are no longer "pmm" now real "pmm111"
Anyone understand this ?
Is it correct that we found now any solution to manipulate the path if we move a page ?