problem with pathes to IMAGES

the problem with pathes occures when am trying to create a new template (tmpl_xxx) in 'templates' folder.

and namely when am putting:  <img class="someClass" src="__images__some_pic.gif" alt="" />

into some HTML file.

it seems the problem is somewhere here: root/templates/tmpl_xxx/scripts/BxTemplConfig.php

-->>     $site['images']    = $site['url'] . "templates/tmpl_{$GLOBALS['tmpl']}/images/";

however i tried also replace it with:

-->>    $site['images']    = $site['url'] . "templates/tmpl_xxx/images/";

and nothing happend... images are missing.

please advice.

regards

Tim Shim

Gorpus Design Team | www.gorpus.com
Quote · 19 Nov 2009

try to use the following:

<img class="someClass" src="<bx_images_url:some_pic.gif />" alt="" />

or the following if image is in icons directory:

<img class="someClass" src="<bx_icons_url:some_pic.gif />" alt="" />

Rules → http://www.boonex.com/terms
Quote · 20 Nov 2009

try to use the following:

<img class="someClass" src="<bx_images_url:some_pic.gif />" alt="" />

or the following if image is in icons directory:

<img class="someClass" src="<bx_icons_url:some_pic.gif />" alt="" />

...nope, it doesn't work..((

any more suggestions?!

Gorpus Design Team | www.gorpus.com
Quote · 20 Nov 2009

up!

Gorpus Design Team | www.gorpus.com
Quote · 21 Nov 2009

<img class="someClass" src="<bx_image_url:some_pic.gif />" alt="" />

<img class="someClass" src="<bx_icon_url:some_pic.gif />" alt="" />

See samples in default base file

Rules → http://www.boonex.com/terms
Quote · 22 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.