Bitcoin Forum

Other => Meta => Topic started by: JanEmil on March 16, 2018, 07:14:54 AM



Title: forkdelta URLs (solved - thank you)
Post by: JanEmil on March 16, 2018, 07:14:54 AM
Think the forum have problems with ! in URLs from forkdelta.

Example
https://forkdelta.github.io/#!/trade/HDL-ETH

The URL spilt at the !


Title: Re: forkdelta URLs
Post by: SFR10 on March 16, 2018, 07:47:26 AM
Think the forum have problems with ! in URLs from forkdelta.

Example
https://forkdelta.github.io/#!/trade/HDL-ETH

The URL spilt at the !
Not sure why, but you can use it with a tag (placing it under a given name) instead and everything remains normally:

Trade HDL-ETH (https://forkdelta.github.io/#!/trade/HDL-ETH)
Code:
[b][url=https://forkdelta.github.io/#!/trade/HDL-ETH]Trade HDL-ETH[/url][/b]


Title: Re: forkdelta URLs
Post by: JanEmil on March 16, 2018, 07:52:51 AM
 8)


Title: Re: forkdelta URLs
Post by: hugeblack on March 16, 2018, 08:45:22 AM
I quote your message to see your code, you use
Code:
Example
https://forkdelta.github.io/#!/trade/HDL-ETH
You should use :
Code:
Example
[url]https://forkdelta.github.io/#!/trade/HDL-ETH[/url]
https://forkdelta.github.io/#!/trade/HDL-ETH (https://forkdelta.github.io/#!/trade/HDL-ETH)


(https) is referred to URL So it gets a clickable link.
(#)  is referred to a fragment.(Not a part of the link)
example
https://forkdelta
https://fork#delta
https://fork#delta (https://fork#delta)


Title: Re: forkdelta URLs
Post by: JanEmil on March 16, 2018, 08:52:35 AM
Thank you.

All work fine when I follow the right way to do it  ;D