Yep, you are right. In markups.php line 822

                        $out = "<a href='$fieldURL$location'>$label</a>";

Cut out the $fieldURL in that to this:

                        $out = "<a href='$location'>$label</a>";

This is a direct result of the changes I made to fix the farm imgs.
Didn't catch this.  Thanks

Cheers,
Dan


On Wed, Sep 30, 2009 at 3:28 AM, Markus <[email protected]> wrote:
>
> My download links are corrupted in 3.16:
>
> http://www.example.com/field/http://www.example.com/field/files/file.zip
>
> Download code is:
>
> [^file.zip label="My File"^]
>
> Switching back to 3.15 fixes the links.
>
> Regards,
> Markus
>
> On Sep 30, 8:14 am, Martin <[email protected]> wrote:
>> Thank you Markus.
>>
>> I used to have img:xxx.jpg dir=img
>> That was my personal bugfix for a former release that failed when
>> uploading to field/files.
>>
>> I moved the images out of farm/img to field/files, deleted dir=img on
>> the pages and got it working again.
>>
>> My .htaccess has this line that allows access to field/files:
>> RewriteCond %{REQUEST_URI} !files/(.*)\.
>>
>> I posted the complete .htaccess to the docs some time ago.
>>
>> Greetings, Martin
>>
>> P.S. I need to try out your hibernation fix on my mac someday.
>
> Glad you found it. :) No more blinking laptop LED in the middle of the
> night...
> >
>

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