TMM-TT
07-14-2006, 10:00 PM
After a request (https://vborg.vbsupport.ru/showthread.php?t=121165) of hiding deletion notices for all users except the original poster (and admins/moderators), there's now a small product that fixes this for both posts and threads. Also tested with 3.6.
INSTALLATION
1. Install the product
2. Go to the template postbit_deleted and add this code to the top of it:
<!-- Exclusive deletion begin -->
<if condition="$show[deleted_exclusive] == 0 OR $show[deleted_exclusive] == 2">
Also, go to the bottom at the same template and add this code:
</if>
<!-- Exclusive deletion finish -->
3.Do the same with the threadbit_deleted-template
4. Activate deletion notices on the usergroups you want to use this plugin on
Now, deletion notices is only visible for original posters, administrators and moderators added to forumpermissions.
Don't forget to install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=121252) it. :)
INSTALLATION
1. Install the product
2. Go to the template postbit_deleted and add this code to the top of it:
<!-- Exclusive deletion begin -->
<if condition="$show[deleted_exclusive] == 0 OR $show[deleted_exclusive] == 2">
Also, go to the bottom at the same template and add this code:
</if>
<!-- Exclusive deletion finish -->
3.Do the same with the threadbit_deleted-template
4. Activate deletion notices on the usergroups you want to use this plugin on
Now, deletion notices is only visible for original posters, administrators and moderators added to forumpermissions.
Don't forget to install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=121252) it. :)