Bug Apply pather still applies to full URL

There is a bug in this version
T

truonglv

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

Continue reading...