members comment box profile page!

Does anyone know how to move members comment box to top of comments!

When members post comment in comment box comment go to the top but leaving the comment box at the bottom

Like to post comment and the comment goes underneat the comment box and comment box stays to top!


Capture.JPG · 87.5K · 257 views
Quote · 18 Sep 2014

Yes, this was one of the first things I changed on my site.  If you search the forums with the author geek_girl and comments you might can find the answers.  I can help but I am currently on holiday and so it will be several days or more before I can get back to you.

Geeks, making the world a better place
Quote · 18 Sep 2014

 

Yes, this was one of the first things I changed on my site.  If you search the forums with the author geek_girl and comments you might can find the answers.  I can help but I am currently on holiday and so it will be several days or more before I can get back to you.

 Can you get back to me when your back on Holidays hope your having a nice time :)

Quote · 18 Sep 2014

Late reply but better late than never:

And this is the changed cmts_main.html

<div id="cmts-box-__html_id__" class="cmts-box">
    <bx_include_auto:designbox_top_controls.html />
    <div class="bx-def-bc-margin">
        <bx_if:show_post>
            <div class="cmt-reply bx-def-margin-sec-top">__content__</div>
            <br/>
        </bx_if:show_post>
      
        <a name="cmta-__html_id__"></a>

        <div class="cmts">__list__</div>

        <div class="cmt-show-more bx-def-margin-sec-top">
        <bx_if:show_paginate>
            __content__
        </bx_if:show_paginate>
        </div>

    </div>
    __js_code__
</div>

I added the <br/> for spacing.

Solution for 7.1 is the same as the solution for 7.0.9

Open inc/js/classes/BxDolCmts.js


                //--- Some number of comments already loaded ---//
                if(oParent.find('li.cmt:last').length)
                    oParent.find('li.cmt:last').after(s);


Change to this.

                //--- Some number of comments already loaded ---//
                if(oParent.find('li.cmt:first').length)
                    oParent.find('li.cmt:first').before(s)

 

Note: this was originally provided by deano92964 some time back.

Geeks, making the world a better place
Quote · 31 Oct 2014

 

Like to post comment and the comment goes underneat the comment box and comment box stays to top!


 Solution for 7.2.1?  BxDolCmts.js is changed and posted comment goes at the bottom of comment list.

Quote · 23 Oct 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.