2012-01-22, 10:53 AM
I'm doing some work for a multiforum host, and we want to modify the ACP home to remove the server information, and add a table below it. Now I've got it all to work, but with the core file edited (/admin/modules/home/home.php)
Now, is there any way to do it without a core edit? The only way I could think of was to make a plugin that runs code on the admin_home_index_start and get the function to runn all of the rest of the code in index.php (with our modifications) (including the run_hooks() statements) and the die();. But that really isn't very elegant
Am I overlooking something really simple here?
Thanks
Now, is there any way to do it without a core edit? The only way I could think of was to make a plugin that runs code on the admin_home_index_start and get the function to runn all of the rest of the code in index.php (with our modifications) (including the run_hooks() statements) and the die();. But that really isn't very elegant
Am I overlooking something really simple here?
Thanks