When attaching files to a page on the text editor page and inserting
the links into the body copy, the links are now broken due to the
inclusion of the "/go/" in the friendly URL string. For instance, the
following link breaks:
/go/download.cfm?DownloadFile=5913A . . .
where as it would work if it were simply
/download.cfm?DownloadFile=5913A
I have already tried to alter the following options:
1) I changed the "FILEDOWNLOADDIRECTLINK" from "false" to "true", and
back again;
2) I changed the fileInsert path in the overviewTree from
<a href='//download.cfm?DownloadFile="+lastSelectedId+"'
target='_blank'>"+theNode['TITLE']+"</a>
to
<a href='download.cfm?DownloadFile="+lastSelectedId+"'
target='_blank'>"+theNode['TITLE']+"</a>
After changing the overviewTree option, it seems to temporarily remove
the /go/ from the file links, but then it reappears on the site after
a few minutes.
Any help would be appreciated. Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" 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/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---