The default values, from engine.php, are:

BOLTdefault($farmPath, "$boltwire/farm");
BOLTdefault($imgPath, "$farmPath/img");

These can be preset to something else, but it must be done in
index.php before calling the engine, not after.  Is this how you set
them?

$farmPath = 'other value';

Do you get the defective values in the skin, or in a page?  Or both?

The $$img markup is supplied by BOLTsnippets, and is set directly to $imgPath...

If the above info doesn't help, let me know. Maybe I can setup a demo
system and reproduce what you are experiencing. Not sure what you are
describing but as to your question, if set properly, you should get
the second of the two values. Though your aliasing could affect
whether or not those links actually work.

Cheers,
Dan


On Sun, Mar 21, 2010 at 6:45 PM, Markus <markus.wei...@googlemail.com> wrote:
> Good hint, although it is not working. I set the absolute path and
> noticed:
>
> $$img = boltwire/farm/img
> $$farm = http://localhost:8888/boltwire/farm
>
> $$img should be either ../boltwire/farm/img or 
> http://localhost:8888/boltwire/farm/img
> but certainly not boltwire/farm/img.
>
> Doesn't that proof that BoltWire outputs a wrong path? $$img has
> nothing to do with clean URLs in the first place, does it?

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

Reply via email to