Hello,
Due to cache enabled, facing some issues wherein token is cached on submitting comment by guest user in easyblog
I guess this file -JoomlaFolder/components/com_easyblog/views/comments/view.ajax.php
The best advise i got is to refresh the page after comment is successfully submitted (so that new cache is cleared on page load).
But which is the actual ajax call files which manages comment so that the callback function that handles any responses from the server.
How to use window.location.reload(true); in callback function
Can you pl advise how to refresh page after comment successfully submitted in blog post
Due to cache enabled, facing some issues wherein token is cached on submitting comment by guest user in easyblog
I guess this file -JoomlaFolder/components/com_easyblog/views/comments/view.ajax.php
The best advise i got is to refresh the page after comment is successfully submitted (so that new cache is cleared on page load).
But which is the actual ajax call files which manages comment so that the callback function that handles any responses from the server.
How to use window.location.reload(true); in callback function
Can you pl advise how to refresh page after comment successfully submitted in blog post