The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
modlog.php?do=view - IP Address column removing
modlog.php?do=view - IP Address column removing Statistics & Logs -> Moderator Log (admin/modlog.php?do=choose) -> choose any moderator -> View -> you get to Moderator Log Viewer (admin/modlog.php?do=view) There we can see a column "IP Address" at right side. My goal - to remove from viewing from anyone (even Administrators) that column. How to do it? Thank you very much anyway!! --------------- Added [DATE]1383644125[/DATE] at [TIME]1383644125[/TIME] --------------- In modlog.php Code:
cell[] = $celldata; $cell[] = '<span class="smallfont">' . iif($log['ipaddress'], "<a href=\"usertools.php?" . $vbulletin->session->vars['sessionurl'] . "do=gethost&ip=$log[ipaddress]\">$log[ipaddress]</a>", ' ') . '</span>'; print_cells_row($cell, 0, 0, -4); } print_table_footer(6, "$firstpage $prevpage $nextpage $lastpage"); } else { print_stop_message('no_results_matched_your_query'); } } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|