absolute image path

Permalink
Hi

Is there a way I can set my site to use thefull image path
right now it use this

<img src="/files/cache/ad598c2a3714724ae6087db40518e9a1_f689.jpg"

Cheers

 
Jupiter replied on at Permalink Reply
Jupiter
hi
pauk

please clear your site cache and enable pretty url settings. Otherwise you can add image block there..hope this helps.

Regards
jupiter
pauk replied on at Permalink Reply
Hi Thanks for reply

Ive done that - but its the same

What I would like, is that the path would be absolute http://mydomain.com/........
Uranus replied on at Permalink Reply
Uranus
Hi,

Add {CCM:BASE_URL} before image src /files/cache/....

Thanks
Jupiter replied on at Permalink Reply
Jupiter
Its coccrete5 core functionality....you can change the image save folder through admin..you can try this
pauk replied on at Permalink Reply
Hi again

Im a bit confused .. its something that happened after upgrade to Version 5.6.3.2
The images a not visible in the editor .. here it looks as this

<div class="image"><img src="/index.php/download_file/view_inline/809/"

Followed some threads in forum but they are very old .. and havent had luck to
solve this

This is also why I looking for a way to have the absolute path
Pluto replied on at Permalink Reply
Pluto
Don't afraid /index.php/download_file/view_inline/809/ is your image download link .Go to browser just write dour host and then /index.php/download_file/view_inline/809/ you can see the file.http://yoursite.com/index.php/download_file/view_inline/809/...
pauk replied on at Permalink Reply
Yes I see it in the browser but it shows as missing in the editor
Pluto replied on at Permalink Reply 1 Attachment
Pluto
Just edit the block and click on add image chose the image you want and save the changes.
pauk replied on at Permalink Reply 1 Attachment
Well I dont think you understand the Issue here .. so here is a screendump :-)

Ive added the images with the editor but they dont shows
Jupiter replied on at Permalink Reply
Jupiter
Add {CCM:BASE_URL} before image src /index.php/download...it may helps or please check that config-site.php has some space after c5 code
pauk replied on at Permalink Reply
It seams wrong to do that for each time I add an image in the edior

There must be another way to specify a path

would you tell what line in config.php you thinking of

THANKS