If you want members to be able to view others warnings, please make this edit within Warn.php
Find:
PHP Code:
if($_GET['do']!='ViewMyWarnings'){
if(!can_moderate( )){
print_no_permission( );
}
}
Replace With:
PHP Code:
if($_GET['do']!='ViewMyWarnings' && $_GET['do']!='ViewWarnings'){
if(!can_moderate( )){
print_no_permission( );
}
}
This will result in members seeing the remove link, but they will not have access to use it
Var for warning level in posts?
PHP Code:
$post[warning_level]
Simply use that in template postbit or postbit_legacy
Nice suggestions so far, ill include them in version 1.5, keep em coming
- Zero Tolerance