PDA

View Full Version : Administrative and Maintenance Tools - Remove Post Edit History (from within postbits)


MarkFL
02-26-2016, 10:00 PM
Overview:

This simple mod allows you to give certain usergroups the ability to remove post edit histories via a button to the left of the edit history data. Clicking the button will execute an external script that removes the post's edit history from the database, with a redirect message confirming the action taken. Both the redirect and the button's tooltip are phrased, and can be found by seaching in the phrase variable names for "markfl_rpeh".

https://vborg.vbsupport.ru/attachment.php?attachmentid=154283&stc=1&d=1456561567

Updates:

Version 1.1:


Fixed error where multiple buttons would be displayed for threads having more than one post with a post edit history.
Added setting for usergroups who can remove their own post edit histories.


Version 1.2:


Fixed reported multiple button issue.


Version 1.3:


Bug preventing button from appearing on any page of a thread except the first fixed


Note: If upgrading from version 1.0 to version 1.1, then there is no need to re-upload the external .PHP file packaged in the .ZIP file.

Compatibility:

Tested and working on VB 3.8.9 and may work on earlier 3.x versions of vBulletin.

Backup/Warning:

This product does not alter your database upon installation, however it is always good practice to make regular backups and you should make a backup before installing ANY new mod.

As always, products are USE AT YOUR OWN RISK. I will provide support and do my best to help but no absolute guarantee is offered.

To Install:


Download and extract the attached .zip file.
Upload the contents of the "upload" folder to your forum's root directory.
Follow AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product.
Click on "Choose File" and browse to the product .xml file that was packaged in the .zip file.
Click "Import."
You MUST enable the product in the settings before it will function.
Configure the remaining settings to your liking. Each setting has a detailed explanation of its use.


https://vborg.vbsupport.ru/attachment.php?attachmentid=154293&stc=1&d=1456629876

Support for this product can be found here:


MHB - Remove Post Edit History (from within postbits) (vB3) (http://mathhelpboards.com/vbulletin-products-61/remove-post-edit-history-within-postbits-vb3-22050.html)
TAZ - Remove Post Edit History (from within postbits) (vB3) (https://theadminzone.com/threads/remove-post-edit-history-from-within-postbits-vb3.145249/)

MarkFL
02-28-2016, 01:27 AM
Update - Version 1.1:


Fixed error where multiple buttons would be displayed for threads having more than one post with a post edit history.
Added setting for usergroups who can remove their own post edit histories.


Note: If upgrading from version 1.0 to version 1.1, then there is no need to re-upload the external .PHP file packaged in the .ZIP file.

soldier_d00d
03-20-2016, 09:29 PM
I had to move the button creation code ($button = ...) from the first IF block to the last one. Otherwise, the button for each post linked to the first post in the thread and not the current post.

MarkFL
03-20-2016, 10:28 PM
I had to move the button creation code ($button = ...) from the first IF block to the last one. Otherwise, the button for each post linked to the first post in the thread and not the current post.

Thanks...I have made an update to this and the vB 4.2.x version. :)