the SoftWareRevue show

SWR explains, expresses, extrapolates, and explodes.

    Random Pink Floyd:

    Now, now, now is the time - time, Time to be - be - be aware

Archive for August 10th, 2007

Removing Hard Delete from options from vBulletin

Friday, August 10th, 2007

As 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>
[…]

Powered by Wordpress