Apply pather still applies to full URL

truonglv

Well-known member
Affected version
latest
In template:

Code:
{{ link('full:attachments', $attachment) }}

And we added some Listener to render full link (external link) instead of using XenForo link (/attachments/xxx).


Finally, XF stills apply XF board URL into attachments (only effect if friendly URL is disabled).

For example:

Code:
http://localhost/index.php?<my_full_attachment_url>

Expected it should only return <my_full_attachment_url>
 
Top Bottom