And is it possible to also fix urls written like www.google.com so they work properly?
hmmm... well that seems to work, but sometimes I see links like that (without the https://) that do not. So I don't know .
www.google.com
ah, that's it. You can't put it inside url tags just like that. Has to have the https:// part. Ok nevermind, probably nothing staff can do about that.
But is it possible to have external links (that do work) open in a new tab?
Re: Make links open in a new tab
2I'd like this better too.HighFive wrote: Wed May 16, 2018 10:28 am But is it possible to have external links (that do work) open in a new tab?
Re: Make links open in a new tab
6I'm looking into the opening links in a new tab thing. You can always use just the middle button on your mouse, or touch-and-hold on mobile, then open in new tab. I checked and there isn't a setting for that, but there might be a mod I can use.
As for the URL thing, that's precoded into phpBB so there isn't much we can do to fix that without modifying the code, which is way trickier than it sounds. For now, we'll just have to use the correct syntax. You have two options:
Which will look like this:
- google
- https://google.com
As for the URL thing, that's precoded into phpBB so there isn't much we can do to fix that without modifying the code, which is way trickier than it sounds. For now, we'll just have to use the correct syntax. You have two options:
Code: Select all
[url=https://www.google.com]google[/url]
https://google.com
- https://google.com
Re: Make links open in a new tab
7100% for Firefox and edge alsorealgrimm wrote: Wed May 16, 2018 5:06 pm Chrome you just right click on link "open link in new tab"