Removing Hard Delete from options from vBulletin
Friday, August 10th, 2007As I mess with the backend of vBulletin on occasion, I’m going to start placing the notes I’ve created here.
As always, create a backup and save it to your local disk before making any edits.
How to remove the Hard Delete option from vBulletin.
1. Open Template:
editpost
2. Find:
<if condition=”$show[’physicaldeleteoption’]”>
3. Remove:
<if condition=”$show[’physicaldeleteoption’]”>
<div>
[…]




