Is there a way to get the 'add comments' at the top of all the comments instead of the bottom. There are instructions at Expertzz but these are not compatible with 6.1.4
Thank
Is there a way to get the 'add comments' at the top of all the comments instead of the bottom. There are instructions at Expertzz but these are not compatible with 6.1.4 Thank |
Hi Ottar - that is to have the latest comment shown at the top. I have done that and it works fine. What I am actually wanting is the "add comment" tag to be shown at the top of the comments. Right now you have to scroll all the way to the bottom of the comments to click the add comment and post a new comment. Thanks Em |
In templates/base/scripts/BxBaseCmtsView.php : Find the getCommentsFirst () function, comment it, and replace with the function below : /** The difference between this and the original function is the location of these two lines : if ($this->isPostReplyAllowed ()) |
Thank you dolphinmods - that worked perfectly :) |