I want to insert links to external websites in my page and have them open up in a new window. I am in the on demand version... Please give me some solutions...
Thank you
There is no automated solution for this with ondemand. You can ctrl+click the links and they will open in new windows, but that is the only way that I know of right now.
Thanks David.. that does help so I can either right click or ctrl +click.. better than nothing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Atlassian,
We want all links to open in a new tab, window. Please support for us.
My Confluence 6.0.0-OD-2016.12.2-1113.
Thanks so much,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this available for the cloud version of Confluence?
Which actual Brikit product contains the HTML link macro? It's difficult to tell from their website. Also, how much does it cost. I guessed it was in the Content Flow product but their pricing page is broken: https://marketplace.atlassian.com/plugins/com.brikit.contentflow/server/pricing
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure if it's available on the cloud version of Confluence.
Brikit Theme Press product contains the "HTML Link" and "OPEN LINKS (NEW WINDOW)" macros.
In the following link, scroll down to the bottom of the Brikit page to see all of the Macro examples that come with the Brikit Theme Press package. http://www.brikit.com/display/themepressdemo/Macro+Examples
For the pricing, sorry I don't have that information as I'm not an administrator.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FOR HOSTED VERSION
In the custom HTML, (end of HEAD) put
<script> AJS.toInit(function(){ $("a.external-link").attr("target","_blank"); }); </script>
Also if you want bonus points...
<style> a.external-link { background-image: url(http://bits.wikimedia.org/static-1.24wmf21/skins/Vector/images/external-link-ltr-icon.png); background-repeat: no-repeat; background-position: right center; padding-right: 15px; } </style>
That will make all external links open in a new tab.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The question is for OnDemand ... no custom html.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm. Bummer. Well, it's the right answer for people with the hosted version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Haven't done that ever but can point to few directions.
1- Add links in html macro use href to create a link. Than either you can use browser settings to setup to open links in new windows.
2 - Can add java script in "Custom HTML" section of "General Configuration" to play around and open links in new windows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is for ondemand. Those are not available in ondemand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I dont see that option in general config in the on demand version Simrat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh, I wasn't aware. I always have been working on server version. Isn't there a provision to add macros in on demand version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Browsers have an option to open hyper links in new windows if u want to try tht.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.