Gursimrat
11 years agoLeader
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 directly rather then them have to click a link to see it?
Hi Gursimrat ,
my pleasure. here it goes.
<@liaAddScript> ;(function($) { $(document.body).bind("LITHIUM:ajaxSuccess:QuickReply", function(event, response) { location.reload(true); }) })(LITHIUM.jQuery);