XF 1.5 RM Description Link Shortening

Ben0815

Member
Within the XF Resource Manager, I added a custom field in which I request a url.
Now, in General Options when adding the Field, I want to shorten the link with the following html code:
HTML:
<a target="_blank" href="$valueUrl">Virustotal Link</a>

Example:
Link:
Code:
https://www.virustotal.com/de/file/02a0cf5e6cb10847646edc6162a93f52ab7560ed057d3451a262b081c858a86d/analysis/1502562567/
Shortened Link:
Code:
https://mywebsite.com/$valueUrl

So, obviously that is not how its supposed to work.. Any help is appreciated for this!
Thanks ;)
 
Last edited:
Top Bottom