I might have found what I had been looking for all the time.

Consider this pseudo code in markup.php line 801 that is executed for
page "a.b.c":

        if (file_exists($location)) {
                if (substr($location, 0, strlen($imgPath)) != $imgPath) 
$location =
$fieldURL . $location;
#               # $location is: ../boltwire/farm/img/boltwire.gif
#               if ($cleanURL && {p0} > 1) prefix {p0}-1 times "../" to 
$location;
#               # $location is: ../../boltwire/farm/img/boltwire.gif

When I manually add "$location = "../" . $location;" the pic works
when {p0} is 3.

I don't want to specify absolute paths, I want BoltWire to detect that
I am using cleanURLs and that I need "../" for each sub level of a
page.

Of course it would be great to get the proper relative path whenever
needed. For example when the skin contains a favicon. Then the
relative path must change to match the number of sub levels or it
won't be displayed.

By the way, can anybody assure using clean URLs and having farm pics
working on sub level pages? It's hard to believe MAMP and my Linux
server have the same unique issue that causes this problem... Easier
to believe that you must simply take care of the correct relative
paths.

Markus

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.

Reply via email to