truonglv
Well-known member
- Affected version
- latest
In template:
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:
Expected it should only return <my_full_attachment_url>
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>