Áp dụng cho mọi phiên bản forumotion: phpBB2, phpBB3, punBB và Invision.
Tác dụng của code này là:
khi bạn bấm nút Send, gửi bài viết đi
thì bài viết sẽ được gửi ngay mà không bị chuyển sang trang thông báo.
- ACP > QLTT (General)> Forum > Security > Security Administration>
Flood control. Delay between 2 messages, topics or private messages by a user : 10
- bấm save.
- ACP> QLTT (General)> Messages and e-mails> Configuration> Messages >
Allow Quick Reply: chọn có
- kiểm tra cập nhật js
[You must be registered and logged in to see this link.]
- ACP> Modules> HTML & JAVASCRIPT>Javascript codes management> Javascript codes
- Enable Javascript code management : chọn có
- bấm save
- Create anew javascript:
- bấm submit
Tác dụng của code này là:
khi bạn bấm nút Send, gửi bài viết đi
thì bài viết sẽ được gửi ngay mà không bị chuyển sang trang thông báo.
- ACP > QLTT (General)> Forum > Security > Security Administration>
Flood control. Delay between 2 messages, topics or private messages by a user : 10
- bấm save.
- ACP> QLTT (General)> Messages and e-mails> Configuration> Messages >
Allow Quick Reply: chọn có
- kiểm tra cập nhật js
[You must be registered and logged in to see this link.]
- ACP> Modules> HTML & JAVASCRIPT>Javascript codes management> Javascript codes
- Enable Javascript code management : chọn có
- bấm save
- Create anew javascript:
- Title: Trả lời nhanh k chuyển trang
- Placement: In the topics
- Javascript Code:
- Code:
$(function(){$("form#quick_reply input[name='post']").click(function(){$('<iframe name="replyreload" height="0px" width="0px" frameborder="0"></iframe>').insertBefore('form#quick_reply');$('form#quick_reply').attr('target','replyreload');$('form#quick_reply').submit(function(){var t=setTimeout("fmreply()",1000);});});});function fmreply(){window.location.reload()}
- bấm submit
Viết bởi baivong - FMvi.tk