r7-labs / R7.Documents

Classic DNN Documents module, redesigned
MIT License
20 stars 7 forks source link

Raw URLs mode workaround #92

Open roman-yagodin opened 5 years ago

roman-yagodin commented 5 years ago

In raw URLs mode the module will generate raw URLs for documents (files, external URLs, site pages) instead of LinkClick-ones. This could serve as a workaround for number of LinkClick-related issues like DNN-7919 or #86.

Should be portal-level config option for default value plus module setting to override.

This will effectively disable URL tracking, so we need to hide number of clicks column.

Also could cause issues with cache, if generated URLs are stored there.

yukirivero commented 5 years ago

Hi Roman,

How do I set it to Raw URLs mode?

Thanks, Ron