Forum Discussion

Gursimrat's avatar
Gursimrat
Leader
11 years ago
Solved

Auto refresh page after the reply is posted

When a user posts a reply via quick reply, it shows a link "go to post" rather than displaying the reply directly, is there any setting in admin which will allow us to let the users see their reply d...
  • HaidongG's avatar
    HaidongG
    11 years ago

    Hi Gursimrat ,

     

    my pleasure. here it goes.

     

    <@liaAddScript>
    ;(function($) {
    
        $(document.body).bind("LITHIUM:ajaxSuccess:QuickReply", function(event, response) { 
            location.reload(true);
        })
    
    })(LITHIUM.jQuery);