Is there any way of moving the position of the like and labels section in Zen? I'd like to move it around, but can't seem to find any way of doing it.
Hi Eric,
Unfortunately not. You can hide/show the section, but the positioning isn't moveable (currently).
What would you like to do with it? I can create a feature request...
Cheers,
Darryl
We've been requested to move it to the top of the page, though it'd be great if you would move it around and put it in the side column as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I'll add your notes to our feature request!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Interesting that that is working . . . Confluence's labels (and comments) are pretty complex beasties and can get grumpy when disturbed.
This is good info, so thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Fyi: What I ended up doing was just using javascript to move the labels.
<script type="text/javascript"> AJS.toInit(function () { AJS.$('#labels').insertBefore('#wiki-body'); }); </script>
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.