On Tue, Mar 23, 2010 at 5:55 AM, Markus Weimar
<[email protected]> wrote:
> No difference. Still the image has this address:
>
> http://localhost:8888/test/boltwire/farm/img/boltwire.gif

Is that not the right location?

> and still:
> img: ../boltwire/farm/img
> farm: http://localhost:8888/boltwire/farm

How do you generate these?  $$img and $$farm in a page?

It looks like these are both the correct default values...

> I haven't set anything fancy in index.php just:
> $cleanURL='http://localhost:8888/test/';
> $fieldURL='http://localhost:8888/test/';

Oh, I see. That's exactly what I would expect.

Again, $$farm is from $farmURL and gives the **url**. $$img is the
child of $farmPath, which is a relative path. If you set $farmPath to
a url in index.php, $$img will change. Also, not in the next release
$$farm will show $farmPath rather than $farmURL. Just required a
simple change in BOLTsnippets.

Try setting $farmPath to your desired URL and see if the new code in
markups.php doesn't begin working for you. If it is aliasing though,
someone else will have to help you.

Cheers,
Dan

-- 
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