Bitcoin Forum

Other => Meta => Topic started by: Husires on November 15, 2020, 01:21:53 PM



Title: How do I add a link with a title containing brackets
Post by: Husires on November 15, 2020, 01:21:53 PM
I wanted to make the link to my topic clickable so I used this code.


Code:
[url=https://bitcointalk.org/index.php?topic=5259548.0] [list] Bitcoin Payment Processors[/url]
output:

  (https://bitcointalk.org/index.php?topic=5259548.0)
    Bitcoin Payment Processors[/url]

    How can I post such a link that has a title with brackets? Or let's say how can I make the implementation go beyond the second bracket?
    I used some subjects like
<list> Bitcoin Payment Processors (https://bitcointalk.org/index.php?topic=5259548.0) or removed it  Bitcoin Payment Processors (https://bitcointalk.org/index.php?topic=5259548.0)[/list]


Title: Re: How do I add a link with a title containing brackets
Post by: tranthidung on November 15, 2020, 01:29:49 PM
Small reminder for you when name your topic titles and tag with LIST block. (https://bitcointalk.org/index.php?topic=5227043.0)  :D

For your case:
[list] Bitcoin Payment Processors (https://bitcointalk.org/index.php?topic=5259548.0)

Code:
[url=https://bitcointalk.org/index.php?topic=5259548.0][nobbc][list][/nobbc] Bitcoin Payment Processors[/url]

Or some other modifications
[ list] Bitcoin Payment Processors (https://bitcointalk.org/index.php?topic=5259548.0)
{list} Bitcoin Payment Processors (https://bitcointalk.org/index.php?topic=5259548.0)
Code:
[url=https://bitcointalk.org/index.php?topic=5259548.0][ list] Bitcoin Payment Processors[/url]
[url=https://bitcointalk.org/index.php?topic=5259548.0]{list} Bitcoin Payment Processors[/url]

The first method is best.


Putting space on the list tags will work as well but its looks kinda meh.
Code:
[url][LIST ] Title here[/url]
Yeap. Space can be put at the beginning or at the end of list tag. I put space at the beginning of list tag but you put it at the end. All works fine.


Title: Re: How do I add a link with a title containing brackets
Post by: RapTarX on November 15, 2020, 01:30:21 PM
List itself is a code when it’s between 3rd brackets and that's what making the problem. I guess you can't use this word with 3rd bracket.
Damn, it’s possible with [nobbc] code.


Title: Re: How do I add a link with a title containing brackets
Post by: bL4nkcode on November 15, 2020, 01:35:41 PM
Small reminder for you when name your topic titles and tag with LIST block. (https://bitcointalk.org/index.php?topic=5227043.0)  :D

For your case:
[list] Bitcoin Payment Processors (https://bitcointalk.org/index.php?topic=5259548.0)

Code:
[url=https://bitcointalk.org/index.php?topic=5259548.0][nobbc][list][/nobbc] Bitcoin Payment Processors[/url]
Putting space on the list tags will work as well but it looks kinda meh.
Code:
[url][LIST ] Title here[/url]

Didn't know that there's a nobbc tag.


Title: Re: How do I add a link with a title containing brackets
Post by: Husires on November 15, 2020, 01:39:23 PM
[list] Bitcoin Payment Processors (https://bitcointalk.org/index.php?topic=5259548.0)
I used the first code without modifying or adding any spaces, and it worked.
Why were not such codes added to the help https://bitcointalk.org/index.php?action=help page?

I tried other modifications method, and they were not good, the first amendment is appropriate.

I'll lock the topic for now.