2014-04-27, 01:01:14
Hi @ll,
is there any possibility to use a default path like the path in the templates for example:
that i have allways the correct path the the images inside my content ?
currently i have a path like this:
http://domain.tld/data/uploads/images/test.jpg
now if i change the installation to another location or i make any tests or updates the path are no longer correct which was made by the WYSIWYG Editor inside GS.
if it is possible to change to a path like this inside the editor or to
/data/uploads/images/logo.gif
an the system find the "<?php get_site_url(); ?>" automatic this looks good.
Any solution for this issue?
Hope anyone can help.
best regards,
Harald
is there any possibility to use a default path like the path in the templates for example:
Code:
<img src="<?php get_site_url(); ?>/data/uploads/images/logo.gif" alt="Logo">
that i have allways the correct path the the images inside my content ?
currently i have a path like this:
http://domain.tld/data/uploads/images/test.jpg
now if i change the installation to another location or i make any tests or updates the path are no longer correct which was made by the WYSIWYG Editor inside GS.
if it is possible to change to a path like this inside the editor or to
/data/uploads/images/logo.gif
an the system find the "<?php get_site_url(); ?>" automatic this looks good.
Any solution for this issue?
Hope anyone can help.
best regards,
Harald