|
|
Note: This script still uses an old codebase, and there are no plans to update it at the moment. Demand for this add-on is low.
What does this do?
This is Quick Delete for InvisionFree forums. Its behavior is to alter existing delete post buttons so that the post is deleted without delay and page reload. This introduces no security holes (as it can't) because it utilizes existing deleting features of your forum. A new delete button will not appear if there is no existing delete button for a particular post.
For this to work, an individual's browser must have cookies enabled (as session IDs are not used), JavaScript enabled, and support DOM functionality and AJAX functionality. This has been tested in Firefox 1.5, Internet Explorer 6.0 (Win), Opera 8.5 to work with no problems. This should not work under Safari, but it will not break the delete button.
Demonstration
A demonstration of Quick Delete can be found at: http://s3.invisionfree.com/IF_Addons_Demo/
Installation
The following code can be placed in the footer area of your forum. Go to the Admin CP, Skinning & Styles, Board Wrappers, and place the code below anywhere in the Footer area.
<!-- Quick Delete @ http://code.google.com/p/ifaddons/ --> <script type="text/javascript" src="http://ifaddons.googlecode.com/svn/quickdelete/release/1.0.0.js"></script>
Incompatibilities
There are no known incompatibilities.
Known Issues
- If the skin uses alternating post backgrounds, the colors will not be recalculated when the post is deleted.
Sign in to add a comment
