» Công Nghệ Thông Tin » Chinh Phục Forumtion » Các Code Hay » [FMvi-Group] Trả lời nhanh không chuyển trang


You are not connected. Please login or register

[FMvi-Group] Trả lời nhanh không chuyển trang

Go down  Message [Page 1 of 1]

An Hùng BMT

An Hùng BMT
Admin
Admin

Nguồn:CP
ACP - Ganeral - Messages and e-mails - Configuration - Messages - Allow Quick Reply : Yes
ACP - Modules - HTML & JAVASCRIPT - Javascript codes management:
Title: Quick reply
Placement: In the topics
Javascript Code:
Code:
$(function(){$("form#quick_reply input.mainoption").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.replace(location.href)}
Đối với những forum dùng phpBB2 và punBB thì nên dùng code dưới đây và chèn vào cuối viewtopic_body
ACP - Display - Templates - Ganeral - viewtopic_body
Code:
<script type="text/javascript">$(function(){$("form#quick_reply input.mainoption").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.replace("{FORUM_URL}{TOPIC_URL}")}</script>

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum