External links
FIXED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- Re: External links
11-05-2016 11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I could well have missed a setting or discussion somewhere.... but is it possible to get external links to open a new tab as a default when clicking rather than opening in the current tab?
If it helped click the thumb
If it fixed it click 'This fixed my problem'
Fixed! Go to the fix.
Re: External links
11-05-2016 11:20 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Let me just testing something....
using the link manager:
Just pasting a link:
So I remember that I included a little script in the header. What it will do is change the link target attribute (what defines how to open it in a new window, tab or in the current window) and will change it to open in a new window. The code is as follows:
$(".lia-message-body-content a").not('a[target*=_self]').attr('target','_blank');
Now the only downside to this is if you use the link manager and you leave the 'target' in its default state (open in current window) it will not override it and leave it as is. This is so users still have some control over their content though.
So basically... if you paste a URL directly into the editor it will open in a new window or tab as the target isn't set. The Link Manager popup requires a user to choose the target.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: External links
11-05-2016 12:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I thought we requested that the default setting in the drop-down in the Link Manager be changed to 'Open in new page'. I think that a good 90+% of the links that I need to post, need to open in a new page and I'm getting more and more irritated that it hasn't been changed.
Re: External links
12-05-2016 11:56 AM - edited 12-05-2016 11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@Anotherone, you are correct that it was requested but it was never implemented.
I will raise this with @LouisaMartin and add to my bug tracker.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: External links
12-05-2016 12:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
It certainly need raising then Jack, but it's not been changed from where I'm looking The default target is still 'Open in current page'
Re: External links
12-05-2016 12:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
i updated my reply, sorry my bad there.
It's on my bug tracker now.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: External links
31-05-2016 9:49 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Lithium will complete a backend configuration for this and then push to staging for us to test.
@jaread83 I'll let you know once this has been done.
Ta
Re: External links
31-05-2016 9:50 AM - edited 31-05-2016 9:52 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks @LouisaMartin, i will check it out on staging when it has been done. I beleive its an 'admin' setting so no push to production is needed? I mention this because I have been experimenting with the search drop down menu and wouldn't want that pushed up to the live site. If it's an admin setting then its all seperate to the Studio portion of the system (where any work I have done on staging lives). Wouldn't want anything pushed up from that yet!
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: External links
10-06-2016 8:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: External links
13-06-2016 9:39 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The fix was applied to staging but I needed to ask them to put this one fix up on its own seperately from the other changes on staging as we have some things on there that aren't finished yet and wouldn't want those changes to go up while work is still going on with it.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: External links
13-06-2016 9:51 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@dvorak, if you're happy, fancy marking message 9 as the fix?
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
13-06-2016 2:35 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I should have mentioned this in my previous reply but this fix is now LIVE.
When highlighting text in the text editor and clicking the link button, the target select box will have open in new window as the default instead of open in current window. I have tested it in several browsers to make sure the behaviour is consistent and it works as expected. With this fix alongside my script to open all links in a new tab (if no target is given) the only way that a content link will open in the current window is if the user explicitly sets it in the link manager (and you can blame them for doing that ;)).
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: External links
13-06-2016 2:43 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I had already mentioned it in my message 9
Re: External links
13-06-2016 2:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: External links
13-06-2016 2:52 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@Anotherone wrote:
I had already mentioned it in my message 9
you're just trying to get your solution count up
If it helped click the thumb
If it fixed it click 'This fixed my problem'
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page