Friday 15 July 2005 5:31:12 am
Hi, the last post by Daniel Guerrier will work fine if your SiteURL in settings/siteaccess/URSITENAME/site.ini.append is similar to this: SiteURL=ipaddress/sitename But if your SiteURL is SiteURL=ipaddress/sitename/index.php
Then you need to enter another line similar to this: RootURL=ipaddress/sitename in your file: settings/siteaccess/URSITENAME/site.ini.append and use the following code: {let site_url=ezini('SiteSettings','RootURL') image_path=$item.data_map.image.content[original].url} <IMG src={concat('http://', $site_url, '/', $image_path)} /> {/let} Cheers
|