Back to vBulletin 3.7 Add-ons

Fresset Public reports
Mod Version: 1.00, by Lea Verou

This modification is in the archives.
vB Version: 3.7.x Rating: (1 vote - 5.00 average) Installs: 7
Released: 29 Oct 2009 Last Update: Never Downloads: 28
Not Supported Uses Plugins Code Changes Re-usable Code Translations  

This mod allows you to have a forum for "public reports" and have copies of report threads posted there. This forum could of course have separate permissions from your normal report forum, enabling you for instance to discuss the issue with the member, privately. This makes members happier and keeps crises away (tested on e-steki.gr for over a year).

Installation:
1. In file includes/class_reportitem.php, find: (line ~349)
PHP Code:
}

            (
$hook vBulletinHook::fetch_hook('report_send_complete')) ? eval($hook) : false;
        }
    } 
change to:
PHP Code:
}
        }
        
        (
$hook vBulletinHook::fetch_hook('report_send_complete')) ? eval($hook) : false;
    } 
(you basically move the hook after the } , ensure you don't have any other hacks that use this hook first, or they'll break!)

2. Import the product

3. Adjust the settings

4. Done!

Download

This modification is archived, downloads are still allowed.

File Type: %1$s product-fresset_publicreports.xml (3.9 KB, 27 downloads)

Screenshots

Click image for larger version
Name:	fpr_settings.png
Views:	175
Size:	24.5 KB
ID:	105778  


vblts.ru supports vBulletin®, 2022-2024