Hi,
The whole afternoon i scanned the internet for the next problem without any success.
I just added a simple image field via a TV but in the browser it shows the wrong path:
<img src="/modx/assets/cache/picture.png" /> but it must be without the cache:
<img src="/modx/assets/picture.png" /> (via tinymce the path is correct)
Can i also set the upload dir somewhere, i am working with modx revolution.
Thank is advance,
Lars
Sorry I don’t have a solution for you. I just wanted to second this question as well. I’m not having the cache issue but for the life of me I can’t figure out how to set a default directory for the TV (image input type).
Just wondering also if you have any solutions?
Be sure you have this in the <head> section of all templates:
<base href="[[!++site_url]]" />
I don’t think the leading slash should be there either.