I think the path needs to be relative to index.php. And it needs to be set in index.php.
I'm looking at the code just now and it seem there are two other issues. First, BoltWire uses a cascading check system--so it looks in field/files first. Only if the image is NOT there does it looks in the farm folder (which is shared between several fields). And there, BoltWire seems to use $imgURL, not $imgPath. (Absolute vs relative path). I remember tinkering between these options to solve some issues. Not sure we have finalized which direction we want to go... But that is how it is currently set. Cheers, Dan On Mon, Aug 29, 2011 at 5:16 AM, zenith <[email protected]> wrote: > Hey, I found this quote in the discussions, which is what I need. I > need to set the image folder site specific. However even after setting > the $imgPath to './img' and 'img' doesn't change where the images are > looked for. Am I doing something wrong here? > > " > But if the images are the only thing off, does it work to manually set > the > image page variable in your index file before calling the engine? > Like: > > $imgPath = '../boltwire/farm/img';" > > Thanks > > -- > 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. > > -- 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.
