Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to move "add comment" field above old comments in confluence?

Frank September 28, 2014

We use comments extensively in certain parts of our confluence instance to record customer interaction.

Therefore we already adjusted the order of the comments in a way that latest comments are displayed topmost instead of standard sorting.

Now users requested to also move "add comment" field to be moved above the old comments, so that they will have to scroll less in order to add a new customer interaction.

How can we make this change? I assume it can also be done with custom HTML/JS?

Appreciate any hint! smile

Happy Confluence!

Regards,

Frank

1 answer

1 accepted

1 vote
Answer accepted
Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 28, 2014

Hi Frank,

at least on version 5.4, this piece of javascript did the trick:

jQuery('.bottom-comment-panels').remove().prependTo('#comments-section');
Frank September 28, 2014

great, works like a charm - thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events