Jump to content

Recommended Posts

Posted

i moved the whole site from a sub-dir into the root dir

domain.tld/test/ -> domain.tld/

but now all inline images in ckeditor-fields have the old-urls (dmain.tld/test/….jpg)
is there a way or a module to fix that?

Posted

it's like

<img src="/test/site/assets/files/1060/image.jpg">

and should be

<img src="/site/assets/files/1060/image.jpg">

 

Posted

Perhaps the following could have helped?

Google -> site:processwire.com/blog/ "Link abstraction"

Admin > Setup > Fields > Edit Field: body
Details (tab) -> Markup/HTML (Content Type) -> HTML Options -> Link abstraction: Update href attributes automatically when internal links change

  • Like 3
Posted

thanks everyone.

i changed them manually, wasnt that much.

but link abstraction is a nice feature!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...