You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2017-01-27 05:00:16
- Mo
- Member
- From: Missouri - USA
- Registered: 2017-01-25
- Posts: 14
- Website
open a new window
I'm trying to get this to open in a new window so the user does not leave the forum but so far I can't find anything that works: url=http://www.tortugamusicfestival.com]Tortuga Music Festival[/url with the outside brackets of course. I tried exturl instead of url and nope. I tried using the " target=_blank" after the .com and nope. Any assistance would be greatly appreciated.
Mo
Working hard at doing stuff I don't know how to do.
Offline
#2 2017-01-27 09:05:43
- chris98
- Member
- From: England, United Kingdom
- Registered: 2013-05-31
- Posts: 1,292
- Website
Re: open a new window
You'll need to edit include/parser.php and change the line which handles parsing URLs and add target="blank" onto it.
Download Aura - Illuminate Your Community.
Why should I use Aura? | Aura demo | Convert to Aura
Offline
#3 2017-01-27 09:28:45
- Visman
- Member
- From: Siberia
- Registered: 2010-07-10
- Posts: 1,476
- Website
Re: open a new window
My modification of FluxBB 1.5.11 - rev.82, Parserus, UserAgentAnalyzer
I speak only Russian
Offline
#4 2017-01-27 17:06:37
- Mo
- Member
- From: Missouri - USA
- Registered: 2017-01-25
- Posts: 14
- Website
Re: open a new window
Thanks so much for the replies. I'll be adding that to Flux very soon.
Mo
Working hard at doing stuff I don't know how to do.
Offline
#5 2017-01-27 21:45:53
- Mo
- Member
- From: Missouri - USA
- Registered: 2017-01-25
- Posts: 14
- Website
Re: open a new window
Yep, done and working great. Thanks so much for the help.
Mo
Working hard at doing stuff I don't know how to do.
Offline
#6 2019-01-25 20:26:43
- ghanendra
- New member
- From: Bangalore
- Registered: 2019-01-25
- Posts: 1
Re: open a new window
There are 2 ways, You can open a link in new tab with the help of below 2 ways.
1. Use: target="_blank".
Do not forget about the UNDERSCORE
2. target="new".
This is a new tag.
Offline
Pages: 1