I have been trying to have it so that when someone leaves a comment, it is added to the top of the comment list instead of at the bottom. Can anyone offer assistance to me on doing this task?
I have been trying to have it so that when someone leaves a comment, it is added to the top of the comment list instead of at the bottom. Can anyone offer assistance to me on doing this task? Geeks, making the world a better place |
Well i know the sort order is newest first and it appears first after the page is reloaded, but i am asuming you want it added at the top on the fly the moment the post button is clicked. https://www.deanbassett.com |
Thank you, I was looking in BxDolCmts.js; however, I was looking down at the section: // submit comment and show it after posting The users on the test site kept asking for this so I thought I should add it and see how it works.
Again, thanks for your help. Geeks, making the world a better place |
Follow up, works like a dream. Once again thanks for pointing me in the right direction. Geeks, making the world a better place |