There is probably a logical reason, but my brain is in sleep mode, so I have to ask... When we click on the hyperlink button, why is it inserted as
[url][/url]
To create a proper hyperlink, we need to change the above code and place a = in the url brackets to get
[url=link]
For example:
[url=https://bitcointalk.org/index.php?board=24.0]
The 2nd step is to add the anchor text between the brackets.
[url=https://bitcointalk.org/index.php?board=24.0]anchor text here[/url]
It is probably something that can't be changed and is a functionality of SMF, but why was it created that way?
Posting a link like this,
https://bitcointalk.org/index.php?board=24.0 or inserting a hyperlink does the exact same thing.
[url]https://bitcointalk.org/index.php?board=24.0[/url]
Can this be changed so that when clicking on the hyperlink button we get this instead?
[url=][/url]
Someone who comes to the forum for the first time and hasn't used a similar forum in the past, doesn't know how to use the hyperlink option properly.