Hello,
I am trying to change the link of the confluence online help, which is acessed by the question mark button on the top bar menu, with a link to my local help.
Does anybody know how to do this?
I added this to my custom hmtl (confluence admin > custom html) at the end of the head and it worked:
<script>
AJS.toInit(function(){
AJS.$('#confluence-help-link').attr('href','http://mysite.com/confluence/display/ds/Help+Home');
});
</script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maria,
You'll probably need to edit the layout or the actualy velocity templates that create these screens. Good luck.
Best regards,
Peter
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.