All in the topic.
When I click on a pic on the trending page, it opens the pic in the same page. It's maybe better to open it in a new tab.
Open new tab when clicking on a trending topic
20 Jun 2014, 14:43 PM
#1
Posts: 622 | Subs: 1
20 Jun 2014, 14:48 PM
#2
Posts: 983 | Subs: 3
By default? No! But we have somewhere in your user settings an option that gives you the choice if new links should be open in a new tab or not. As far I know it's not build in for trending, so it's probably not working there. But on the other hand, if you want so. I think a javascript solution would be better, because:
a) It's your choice. So use your own hardware power to do it.
b) It's much easier for coders, because we don't need to put a function or check over every link.
javascript code
So if another coder is faster than me, feel free to build the js solution in.
a) It's your choice. So use your own hardware power to do it.
b) It's much easier for coders, because we don't need to put a function or check over every link.
javascript code
Code
var target = openBlank ? "_blank" : "_self";
var links = document.links;
for (var i=0; i < links.length; i++)
{
if (links[i].href.search("coh2.org") == -1)
c[i].target = target;
}
So if another coder is faster than me, feel free to build the js solution in.
20 Jun 2014, 15:11 PM
#3
Posts: 170
Imho coh2.org side it should make it open in a new tab so we don't have to back to coh2.org everytime you click something in trending on front page.
20 Jun 2014, 15:17 PM
#4
Posts: 983 | Subs: 3
Sure, but there are also users who think the other way even if they are hardly to find. You have tons of ways to make sure to open a window in a new tab. Like:
CTRL + click
Middlemouse click
Set it in the settings of your browser
The same doesn't work if you (as a user) want to be sure, that a link should be open in the same tab.
CTRL + click
Middlemouse click
Set it in the settings of your browser
The same doesn't work if you (as a user) want to be sure, that a link should be open in the same tab.
20 Jun 2014, 20:13 PM
#5
Posts: 262
Easy fix, just middle mouse click. Your finger is literally right next to the solution to your "issue"
20 Jun 2014, 20:51 PM
#6
4
Posts: 179
seriously I use middle mouse more than I do right button.
20 Jun 2014, 21:09 PM
#7
Posts: 2819
Indeed.. Just middlemouse / ctrl.
20 Jun 2014, 22:05 PM
#8
2
Posts: 2181
Middle mouse is awesome, it opens links in new tabs plus you can close tabs with it!
PAGES (1)
1 user is browsing this thread:
1 guest
Livestreams
32 | |||||
3 | |||||
22 | |||||
17 | |||||
9 | |||||
4 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.831222.789+37
- 2.34957.860+14
- 3.589215.733+4
- 4.1101614.642+2
- 5.305114.728+1
- 6.916405.693-2
- 7.271108.715+22
- 8.721440.621+3
- 9.1041674.607-2
- 10.17146.788+1
Replay highlight
VS
- cblanco ★
- 보드카 중대
- VonManteuffel
- Heartless Jäger
Einhoven Country
Honor it
9
Download
1231
Board Info
809 users are online:
1 member and 808 guests
litianyu0707
litianyu0707
1 post in the last 24h
8 posts in the last week
38 posts in the last month
8 posts in the last week
38 posts in the last month
Registered members: 49081
Welcome our newest member, kavyashide
Most online: 2043 users on 29 Oct 2023, 01:04 AM
Welcome our newest member, kavyashide
Most online: 2043 users on 29 Oct 2023, 01:04 AM