When I add a comment onto one of my spaces the old comment keeps at the top of the page and the new comment falls below it. Is there a way to flip flop this, so the new comment shows first and the old comment falls to the bottom?
** I need to be able to reverse the order on comments on a certain space not for a whole. When i do the following:"If you want to do this per space simply wrap it in {html} tags and place it in the custom header area: Space Admin -> Look And Feel -> Themes -> Configure Theme -> Header."
I recieve an error message on each header of each page that shows below. What am I doing wrong for this not to work correctly?
Unknown macro: {html}
<script>
AJS.toInit(function(){
$comments = AJS.$('#page-comments');
$comments.children().each(function(i,li){$comments.prepend(li)})
});
< /script>
I guess not possible in OnDemand. But on an installed variant, David's suggestion will help - https://answers.atlassian.com/questions/28999/is-it-possible-to-reverse-the-order-in-which-comments-appear
** I need to be able to reverse the order on comments on a certain space not for a whole. When i do the following:"If you want to do this per space simply wrap it in {html} tags and place it in the custom header area: Space Admin -> Look And Feel -> Themes -> Configure Theme -> Header."
I recieve an error message on each header of each page that shows below. What am I doing wrong for this not to work correctly?
Unknown macro: {html}
<script>
AJS.toInit(function(){
$comments = AJS.$('#page-comments');
$comments.children().each(function(i,li){$comments.prepend(li)})
});
< /script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{html} macro is not enabled in OnDemand, AFAIK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not in OnDemand. We are currently an enterprise installation. Is this code possible on this sort of instance? If this code is possible, maybe we could set up a call for you to maybe walk me through this? I really need to get this to work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can enable the html macro if you are an Enterprise Hosted customer. Read https://confluence.atlassian.com/display/DOC/Enabling+HTML+macros
But remember, once you are migrated to OnDemand this will be turned off.
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.