Login
Sign Up


You are using the mobile version of the forum, some features have been disabled to have it responsive.
Limelight Reunion 2024 - v4b1Limelight Discord
Ares Defence Services Discord
Limelight Reunion 2024 - v4b1Limelight DiscordAres Defence Services Discord

receiptDevelopment Blog:

Development Contributor Workflow

receiptHR Blog:

What *are* they doing over there?

receiptTeacher Blog:

Insight into the Teacher Team

receiptDevelopment Blog:

Infrastructure Upgrade 11/2019

receiptDevelopment Blog:

how suggestions???

receiptDevelopment Blog:

Planning for the future.


This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

"Open in new tab" for the Link watcher.
Project radio_button_checked
Assisting and Mapping
RP Assistant (CityRP)
Posts: 2,968
Threads: 177
Likes Given: 2842
Likes Recieved: 1510 in 915 posts
Joined: Aug 2015
Reputation: 46
#1
Oct 9, 2016, 01:03 PM
Suggestion for the forums

In detail, explain your suggestion: Add a second button on the link watcher which allows for the link to be opened in another tab instead of it opening in the page I wanted to read.

Why should this be implemented? It would make browsing threads with links easier as we would not have keep opening a link and then going to the post as we would be able to open it in a new tab.


Link watcher is the thing that pops up when you click a link, try this link here. https://www.google.com
[Image: sO5GyCt.png]
(This post was last modified: Oct 9, 2016, 01:05 PM by Project.)
PaulB radio_button_checked
Developer
Veteran Member
Posts: 856
Threads: 62
Likes Given: 471
Likes Recieved: 519 in 277 posts
Joined: Aug 2015
Reputation: 14
#2
Oct 9, 2016, 01:23 PM
Was thinking the same thing earlier I can't find the JS for the Link watcher script however I've made this little script which could easily be put into the link watcher.
Code:
<a href="https://google.com" onclick="javascript:openWindowInNewTab(this.href);return false;">Works</a>
<script>
function openWindowInNewTab( NewWindow )
{
 window.open(NewWindow, '_blank');
 window.focus();
}
</script>
believe it works for all browsers except IE7.
Checked on: Chrome, IE9, Firefox.
[Image: sigs.php?steamid=STEAM_0:0:81010017&t=2]
(This post was last modified: Oct 9, 2016, 01:36 PM by PaulB. Edited 1 time in total.)
The following 1 user Likes PaulB's post:
  • Project
Daley radio_button_checked
I got spurs that jingle jangle jingle
Administrator (CityRP)
Posts: 2,335
Threads: 136
Likes Given: 1010
Likes Recieved: 2306 in 833 posts
Joined: Sep 2015
Reputation: 30
#3
Oct 9, 2016, 01:51 PM
Why not just right click the link, and click open in a new tab?
PaulB radio_button_checked
Developer
Veteran Member
Posts: 856
Threads: 62
Likes Given: 471
Likes Recieved: 519 in 277 posts
Joined: Aug 2015
Reputation: 14
#4
Oct 9, 2016, 01:53 PM
(Oct 9, 2016, 01:51 PM)Daley Wrote: Why not just right click the link, and click open in a new tab?

Allows people to masks links once again rather than showing the true link behind it.
[Image: sigs.php?steamid=STEAM_0:0:81010017&t=2]
Daley radio_button_checked
I got spurs that jingle jangle jingle
Administrator (CityRP)
Posts: 2,335
Threads: 136
Likes Given: 1010
Likes Recieved: 2306 in 833 posts
Joined: Sep 2015
Reputation: 30
#5
Oct 9, 2016, 01:54 PM
(Oct 9, 2016, 01:53 PM)PaulB Wrote:
(Oct 9, 2016, 01:51 PM)Daley Wrote: FFhy not just right click the link, and click open in a new tab?

Allows people to masks links once again rather than showing the true link behind it.
Fair enough.

+Support
(This post was last modified: Oct 9, 2016, 01:54 PM by Daley.)
Dick radio_button_checked
Supervising Administrator
Supervising Administrator (ADS)
Posts: 4,654
Threads: 469
Likes Given: 1828
Likes Recieved: 1943 in 1251 posts
Joined: Aug 2015
Reputation: 25
#6
Oct 9, 2016, 01:59 PM
+support
[Image: EnzxzUF.png]
Posts: 1,999
Threads: 88
Likes Given: 449
Likes Recieved: 824 in 617 posts
Joined: Oct 2015
Reputation: 24
#7
Oct 9, 2016, 02:11 PM
+Support
Nebula radio_button_checked
Where are your fingers?
Membership
Posts: 2,270
Threads: 254
Likes Given: 518
Likes Recieved: 1042 in 728 posts
Joined: Sep 2015
Reputation: 8
#8
Oct 9, 2016, 02:42 PM
-support

Click on the mousewheel ?
D3ST radio_button_checked
Senior Moderator (CityRP)
Senior Moderator (CityRP)
Posts: 328
Threads: 49
Likes Given: 1146
Likes Recieved: 137 in 80 posts
Joined: Jun 2016
Reputation: 33
#9
Oct 9, 2016, 02:46 PM
+Support
Steam
[Image: sigs.php?steamid=STEAM_0:1:71126290&t=2]


PaulB radio_button_checked
Developer
Veteran Member
Posts: 856
Threads: 62
Likes Given: 471
Likes Recieved: 519 in 277 posts
Joined: Aug 2015
Reputation: 14
#10
Oct 9, 2016, 02:54 PM
(Oct 9, 2016, 02:42 PM)Nebula Wrote: -support

Click on the mousewheel ?

If you do it that way people can mask links behind it hence we need a option in the link watcher.
[Image: sigs.php?steamid=STEAM_0:0:81010017&t=2]
Nebula radio_button_checked
Where are your fingers?
Membership
Posts: 2,270
Threads: 254
Likes Given: 518
Likes Recieved: 1042 in 728 posts
Joined: Sep 2015
Reputation: 8
#11
Oct 9, 2016, 03:14 PM
(Oct 9, 2016, 02:54 PM)PaulB Wrote:
(Oct 9, 2016, 02:42 PM)Nebula Wrote: -support

Click on the mousewheel ?

If you do it that way people can mask links behind it hence we need a option in the link watcher.

https://bit.ly/1kDK0dM

Nvm.. Well
(This post was last modified: Oct 9, 2016, 03:14 PM by Nebula. Edited 2 times in total.)
thefaketaco radio_button_checked
October's Very Own
Membership
Posts: 736
Threads: 46
Likes Given: 347
Likes Recieved: 380 in 325 posts
Joined: Mar 2016
Reputation: 12
#12
Oct 9, 2016, 07:00 PM
+support
[Image: 200.gif#5]
alan245 radio_button_checked
Hi
Membership
Posts: 574
Threads: 60
Likes Given: 971
Likes Recieved: 157 in 122 posts
Joined: Apr 2016
Reputation: 6
#13
Oct 10, 2016, 02:23 PM
+Support i mean why not
[Image: sigs.php?steamid=	STEAM_0:0:76789254&t=0]
Daley radio_button_checked
I got spurs that jingle jangle jingle
Administrator (CityRP)
Posts: 2,335
Threads: 136
Likes Given: 1010
Likes Recieved: 2306 in 833 posts
Joined: Sep 2015
Reputation: 30
#14
Jun 11, 2017, 11:42 AM
Approved.
Burnett radio_button_checked
Security Officer, CityRP2 Core Developer
Developer
Posts: 3,231
Threads: 201
Likes Given: 1423
Likes Recieved: 3283 in 976 posts
Joined: Aug 2015
Reputation: 45
#15
Oct 25, 2017, 09:34 PM
Thanks for your suggestion. Finished
If you have questions regarding Limelight Gaming's&nbsp;security, infrastructure or backend related topics,
feel free to contact me directly via Discord or PM.
Please note that confidential information cannot be disclosed.

Burnett




Users browsing this thread: 1 Guest(s)