Reply without page change problem
2 posters
Page 1 of 1
Reply without page change problem
Forum version: phpBB3
Bug: If I post by quick reply, message is sent, but you can't see it. New post used to pop by slide, now it just gets stuck. I can see the message, when I manually refresh the page.
So the question is - what is wrong?
Big hopes on @JScript
- Code:
$(document).ready(function(){
$('.button2[name="post"]').click(function(d){
d.preventDefault();
$.post("/post",$('#quick_reply').serialize()+"&post=1&prevent_post=1",function(b){
b=b.substring(b.indexOf('<meta http-equiv="refresh" content="1;url=')+42,b.indexOf('<meta name="title"')-2);
$(".post:last").after('<div style="display: none;" class="ajax_post"></div>'),$(".ajax_post:last").load(b+" .post:last",function(){
$('.ajax_post').slideDown(500);
$('.sceditor-container > textarea').val('');
});
});
});
});
Bug: If I post by quick reply, message is sent, but you can't see it. New post used to pop by slide, now it just gets stuck. I can see the message, when I manually refresh the page.
So the question is - what is wrong?
Big hopes on @JScript
Tonight- Forumember
- Posts : 312
Reputation : 80
Language : Estonian, English, Russian
Location : Estonia
Tonight- Forumember
- Posts : 312
Reputation : 80
Language : Estonian, English, Russian
Location : Estonia
Re: Reply without page change problem
Well, if worked normally before, there must be some error or conflict with another code!Tonight wrote:Any ideas? @JScript
I need the address of your forum to check, okay?
JS
Re: Reply without page change problem
Sent via PM.
Tonight- Forumember
- Posts : 312
Reputation : 80
Language : Estonian, English, Russian
Location : Estonia
Similar topics
» Reply without page change bug
» Reply, preview, delete, quote, create new post, edit, without change the page (ajax)
» User Cannot Scroll Page + Sudden Page Format Change
» HTML page as Home page problem
» Quick reply without page refresh!!!
» Reply, preview, delete, quote, create new post, edit, without change the page (ajax)
» User Cannot Scroll Page + Sudden Page Format Change
» HTML page as Home page problem
» Quick reply without page refresh!!!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum