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,967
Threads: 177
Likes Given: 2838
Likes Recieved: 1507 in 913 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,331
Threads: 136
Likes Given: 1006
Likes Recieved: 2303 in 831 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,331
Threads: 136
Likes Given: 1006
Likes Recieved: 2303 in 831 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,634
Threads: 461
Likes Given: 1823
Likes Recieved: 1911 in 1239 posts
Joined: Aug 2015
Reputation: 25
#6
Oct 9, 2016, 01:59 PM
+support
[Image: EnzxzUF.png]
Cooli radio_button_checked
Member
Membership
Posts: 1,998
Threads: 88
Likes Given: 447
Likes Recieved: 823 in 616 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: 327
Threads: 49
Likes Given: 1139
Likes Recieved: 137 in 80 posts
Joined: Jun 2016
Reputation: 32
#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,331
Threads: 136
Likes Given: 1006
Likes Recieved: 2303 in 831 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,229
Threads: 201
Likes Given: 1419
Likes Recieved: 3281 in 974 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)