Links in posts

Where to report web site problems, make suggestions, and ask questions

Links in posts

Postby choppe » October 25th, 2010, 10:23 pm

Why do links from mmba not open in a new tab or window acording to browser settings?
choppe
 
Posts: 290
Joined: April 6th, 2007, 3:41 am
Location: West Mi

Re: Links in posts

Postby c0nsumer » October 25th, 2010, 10:29 pm

Steve Vigneau
Big Ring Coffee MTB Racing
CRAMBA-IMBA Chairperson
River Bends Park Co-Trail Coordinator
MMBA Website / Forum Administrator

Unless otherwise stated the content of my posts are my opinion and should not be taken as the official stance of, nor representative of, the MMBA nor CRAMBA-IMBA.
User avatar
c0nsumer
Administrator
 
Posts: 7383
Joined: May 18th, 2008, 12:35 pm
Location: Shelby Township, MI

Re: Links in posts

Postby c0nsumer » October 25th, 2010, 10:30 pm

It's just a standard a href= without target:

<a href="http://www.google.com" class="postlink">Test</a>.

Can't see why it wouldn't open in a new tab or window if you tell it to do so. I open things in new tabs all the time. We very intentionally don't use target=_new because it's craptastic. ;)
Steve Vigneau
Big Ring Coffee MTB Racing
CRAMBA-IMBA Chairperson
River Bends Park Co-Trail Coordinator
MMBA Website / Forum Administrator

Unless otherwise stated the content of my posts are my opinion and should not be taken as the official stance of, nor representative of, the MMBA nor CRAMBA-IMBA.
User avatar
c0nsumer
Administrator
 
Posts: 7383
Joined: May 18th, 2008, 12:35 pm
Location: Shelby Township, MI

Re: Links in posts

Postby c0nsumer » October 25th, 2010, 10:34 pm

Please provide a step by step of what you do, what happens, and what you think should be happening.
Steve Vigneau
Big Ring Coffee MTB Racing
CRAMBA-IMBA Chairperson
River Bends Park Co-Trail Coordinator
MMBA Website / Forum Administrator

Unless otherwise stated the content of my posts are my opinion and should not be taken as the official stance of, nor representative of, the MMBA nor CRAMBA-IMBA.
User avatar
c0nsumer
Administrator
 
Posts: 7383
Joined: May 18th, 2008, 12:35 pm
Location: Shelby Township, MI

Re: Links in posts

Postby choppe » October 25th, 2010, 11:08 pm

c0nsumer wrote:Test.



If I click "test" it goes to Google in the same window.

Most of the time links from forums open in a new window, both that I tried it on are running vbulletin. I'll see if I can find another running phpBB and see what happens there.
choppe
 
Posts: 290
Joined: April 6th, 2007, 3:41 am
Location: West Mi

Re: Links in posts

Postby c0nsumer » October 25th, 2010, 11:12 pm

choppe wrote:
c0nsumer wrote:Test.



If I click "test" it goes to Google in the same window.

Most of the time links from forums open in a new window, both that I tried it on are running vbulletin. I'll see if I can find another running phpBB and see what happens there.


Yeah, that's it working right. We very intentionally don't want links opening in new windows.

If you force links to open in new windows (target=_new), you take away the users' option of opening them in a new window/tab or just in the same window. If you open them in the same window (as we do) users can open them any way they want.

This is functioning as designed.
Steve Vigneau
Big Ring Coffee MTB Racing
CRAMBA-IMBA Chairperson
River Bends Park Co-Trail Coordinator
MMBA Website / Forum Administrator

Unless otherwise stated the content of my posts are my opinion and should not be taken as the official stance of, nor representative of, the MMBA nor CRAMBA-IMBA.
User avatar
c0nsumer
Administrator
 
Posts: 7383
Joined: May 18th, 2008, 12:35 pm
Location: Shelby Township, MI

Re: Links in posts

Postby choppe » October 25th, 2010, 11:27 pm

Thanks,

This is one of the links that opens in a new window:

<a href="http://www.gtm-supercar.com" target="_blank">http://www.gtm-supercar.com</a>

How is this one supposed to work?

It looks like I need to learn something.
Is there a way in IE8 to control how they open other than right click and choose? I thought the tabbed browsing options did that but it doesn't seem to change when I change that setting.
choppe
 
Posts: 290
Joined: April 6th, 2007, 3:41 am
Location: West Mi

Re: Links in posts

Postby c0nsumer » October 25th, 2010, 11:42 pm

choppe wrote:Thanks,

This is one of the links that opens in a new window:

<a href="http://www.gtm-supercar.com" target="_blank">http://www.gtm-supercar.com</a>

How is this one supposed to work?

It looks like I need to learn something.
Is there a way in IE8 to control how they open other than right click and choose? I thought the tabbed browsing options did that but it doesn't seem to change when I change that setting.


Ah, sorry. Maybe it's target=_blank. I'm overtired. Still, we intentionally don't use it.

Anyway, click with your mouse's wheel, that'll open it in a new tab in IE8, FF, Chrome, Safari, etc.
Steve Vigneau
Big Ring Coffee MTB Racing
CRAMBA-IMBA Chairperson
River Bends Park Co-Trail Coordinator
MMBA Website / Forum Administrator

Unless otherwise stated the content of my posts are my opinion and should not be taken as the official stance of, nor representative of, the MMBA nor CRAMBA-IMBA.
User avatar
c0nsumer
Administrator
 
Posts: 7383
Joined: May 18th, 2008, 12:35 pm
Location: Shelby Township, MI

Re: Links in posts

Postby amadkins » October 26th, 2010, 3:45 am

c0nsumer wrote:We very intentionally don't use target=_new because it's craptastic. ;)


Concur. The present design is just right - that's why they make right mouse buttons.
amadkins
 
Posts: 532
Joined: July 22nd, 2007, 7:18 pm
Location: White Lake, MI

Re: Links in posts

Postby choppe » October 26th, 2010, 5:35 am

c0nsumer wrote:
choppe wrote:Thanks,

This is one of the links that opens in a new window:

<a href="http://www.gtm-supercar.com" target="_blank">http://www.gtm-supercar.com</a>

How is this one supposed to work?

It looks like I need to learn something.
Is there a way in IE8 to control how they open other than right click and choose? I thought the tabbed browsing options did that but it doesn't seem to change when I change that setting.


Ah, sorry. Maybe it's target=_blank. I'm overtired. Still, we intentionally don't use it.

Anyway, click with your mouse's wheel, that'll open it in a new tab in IE8, FF, Chrome, Safari, etc.



Thanks again.

This is what I found:
target=_new - opens in a new window named "new"
target=_blank - opens in a new window
they both essentially do the same thing, if using _new links will continue to open in the window named "new" at least that is how I understand it.
At least I know it is a coding thing and not some setting that I missed.
choppe
 
Posts: 290
Joined: April 6th, 2007, 3:41 am
Location: West Mi

Re: Links in posts

Postby choppe » October 26th, 2010, 5:37 am

amadkins wrote:
c0nsumer wrote:We very intentionally don't use target=_new because it's craptastic. ;)


Concur. The present design is just right - that's why they make right mouse buttons.


Apparently there are a lot of craptastic websites.
choppe
 
Posts: 290
Joined: April 6th, 2007, 3:41 am
Location: West Mi

Re: Links in posts

Postby wingzz » October 26th, 2010, 8:29 am

just right click the link and choose open in new window, easy
There are only two ways to live your life
One is as if nothing is a miracle
The other is as if everything is

MMBA Membership Director
Stony Creek TC
User avatar
wingzz
 
Posts: 7357
Joined: July 1st, 2002, 1:24 pm
Location: "The reward is looking back at obstacles , that are now behind you, and feeling like anything's

Re: Links in posts

Postby amadkins » October 26th, 2010, 12:33 pm

choppe wrote:Apparently there are a lot of craptastic websites.


I agree.
amadkins
 
Posts: 532
Joined: July 22nd, 2007, 7:18 pm
Location: White Lake, MI

Re: Links in posts

Postby Di_bear » October 26th, 2010, 3:52 pm

I like using target="_blank" for links that are outside of a website for various reasons. It's a pretty standard practice, especially if a website supports itself with revenue share. What I do not like is when a website opens its own links in a new window. That's supper annoying.
Di 2.0: Image
MCMBA Vice Chairperson

Moronacity | Michigan Mountain Biking
"He's like kryptonite to aluminum." - dirt
"There is a fine line between fearless and *beep* stupid." - Jerry68's wife
User avatar
Di_bear
 
Posts: 8380
Joined: September 4th, 2006, 11:09 am
Location: Mount Clemens

Re: Links in posts

Postby c0nsumer » October 26th, 2010, 3:54 pm

Di_bear wrote:I like using target="_blank" for links that are outside of a website for various reasons. It's a pretty standard practice, especially if a website supports itself with revenue share. What I do not like is when a website opens its own links in a new window. That's supper annoying.


This forces users to open new windows or tabs, which I think is terrible. To me it's very bad user experience when compared to specifying no target and letting the user do what they will.
Steve Vigneau
Big Ring Coffee MTB Racing
CRAMBA-IMBA Chairperson
River Bends Park Co-Trail Coordinator
MMBA Website / Forum Administrator

Unless otherwise stated the content of my posts are my opinion and should not be taken as the official stance of, nor representative of, the MMBA nor CRAMBA-IMBA.
User avatar
c0nsumer
Administrator
 
Posts: 7383
Joined: May 18th, 2008, 12:35 pm
Location: Shelby Township, MI

Next

Return to Web Site Issues

Who is online

Users browsing this forum: No registered users and 1 guest