XF 2.1 How to post Torrent Magnet link in actual form ?

JasonBrody

Active member
magnet.webp

Hi Everyone !
I'd like to know how to add/insert Torrrent Magnet link like the above image ?

Everytime I'm trying to insert Magnet link in an image it's automatically becoming http link [ex: http://magnet%3A?xt=urn%3Abtih:215d0c87063e761252b902abdc67344d261a909f , where the link should be actually
Code:
magnet:?xt=urn:btih:C3B1E279EFBEB42B1BD8A1B960403443AAD75AD9
]
 
I was looking similar solution, just ended up using custom BB code.
My way doing was:
BB code tag: magnet
Title: whatever fits you
Replacement mode: simple replacement
Supports option parameter: yes

HTML replacement:
Code:
<a href="{option}">{text}</a>

Usage:
Code:
[MAGNET=magnet:?xt=urn:btih:..........]Torrent Magnet[/MAGNET]
 
Top Bottom