phpBB Forum - Profile HTML Links?

X-Fact

Power Member
Joined
Sep 4, 2017
Messages
712
Reaction score
192
Hi,

i found a phpBB Forum where i would like to insert in the profile a html link as well in the profile description.

I already tried it with
Code:
 <a href="https://domain.com">Text</a>
,
Code:
 [url]https://domain.com[/url]
and
Code:
 [url=https://domain.com]Text[/url]
but its not working.

Does anybody know how to inser there a clickable html link?

The forum is in russia, maybe there is a differents... Thanks a lot!
 
try one of these and see again

[Text ](https://domain.com )
[https://domain.com ](Text )
 
If all these aren't working, it could be that the mods intentionally turned off the bbcode and html. Normally, bbcode work works everytime for me.
 
The thing is i found the forum through a profile with the html links, so it should work somehow...
 
Does someone have an other idea?
 
[your url= ]fill the text here[/your url] try this
 
Back
Top