Add Protocols to [URL]-Tag

STX2k

Member
Registered
Joined
Mar 16, 2021
Messages
5
Points
13

Reputation:

Hi Guys.

I want to add more protocols to the URL-BB Code Tag like ed2k:// or meta://.

I look in/src/XF/BbCode/Renderer/Html.php an found protected $allowedUrlProtocolRegex = '#^(https?|ftp)://#i';
so i add my wanted protocol's protected $allowedUrlProtocolRegex = '#^(https?|ftp|ed2k|meta)://#i';

but if i add a ed2k:// link the Renderer will change it to http://ed2k//

i search in the html.php file for some functions but i'm not a code so i dont now how to change to get it work.

i hope someone can help me :)

Greets
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

Hi Guys.

I want to add more protocols to the URL-BB Code Tag like ed2k:// or meta://.

I look in/src/XF/BbCode/Renderer/Html.php an found protected $allowedUrlProtocolRegex = '#^(https?|ftp)://#i';
so i add my wanted protocol's protected $allowedUrlProtocolRegex = '#^(https?|ftp|ed2k|meta)://#i';

but if i add a ed2k:// link the Renderer will change it to http://ed2k//

i search in the html.php file for some functions but i'm not a code so i dont now how to change to get it work.

i hope someone can help me :)

Greets
STX2kyou need to change as well something in the editor-compiled.js file
 

shqawe

Well-known member
Registered
Joined
Jun 30, 2019
Messages
60
Points
28

Reputation:

@STX2k i hope below link will answer your question

xenforo .com/community/threads/xenforo-2-0-development-updates-from-xf2demo.139565/#post-1205088
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

@STX2k i hope below link will answer your question

xenforo .com/community/threads/xenforo-2-0-development-updates-from-xf2demo.139565/#post-1205088
shqawewhat do you mean in detail here?
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

What i mean if he want to add button to flora editor the above link will help.
shqaweah you mean that, ok, but no new button is needed, but will check it as well again, thanks
 
Top