You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

Administrator

1Tutorial Quick Reply: Remove Confirmation Page Sun Apr 08, 2012 12:01 am

Nick 

Nick
Administrator
Quick Reply: Remove Confirmation Page
Forum Versions:

Description: It will remove the confirmation page of the quick reply post.

Set up:

Step One: Go to, Administration Panel --> Modules --> HTML & JAVASCRIPT --> Javascript codes management --> Create a new javascript.
Title: What ever you want it.
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()}

Now, you have successfully installed this tutorial.
Provided by Forumotion Vietnam

http://www.supportcraze.com

View previous topic View next topic Back to top  Message [Page 1 of 1]

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