Forgive my WP noob-ness.. I noticed there are not any admin widgets available.. and to even get a Text widget, available to use on the dashboard, you need a plugin to make them available.. I did not notice any way at all, with client dash, to put widgets on the dashboard.. sO. my reply is NO, I do not have Another plugin to Customize the dashboard.. Just allow widgets to become AVAILABLE to use on the dash board.. I use https://www.ads-software.com/plugins/dashboard-widget-sidebar/ and I get an error.. Notice: Undefined index: in /../wp-content/plugins/dashboard-widget-sidebar/dashboard-widget-sidebar.php on line 31 which is the LAST line in the following
<?php
/*
Plugin Name: Dashboard Widget Sidebar
Plugin URI: https://www.iosoftgame.com/
Description: Enable regulare widgets to be used as Dashboard Widgets in admin
Version: 1.2.3
Author: IO SoftGame
Author URI: https://www.iosoftgame.com
License: GPLv2 or later
*/
?>
<?php
// Function that outputs the contents of the dashboard widget
function dws_dashboard_widget_function($post, $metabox) {
//Get global variables
global $wp_registered_sidebars, $wp_registered_widgets;
//Get sidebars
$sidebars = wp_get_sidebars_widgets();
//Get widgets
$dws_widgets = $sidebars["dws-sidebar"];
//Get current widget
$id = $metabox["args"]["id"];
//Get the sidebar
$sidebar = $wp_registered_sidebars["dws-sidebar"];
//Gets widgets unique number
$widgetnumber = $wp_registered_widgets[$id]["params"][0]["number"];
My gut tells me that its because the plugin is running after the dashboard, so the data is not available..??
So thats a HUGE deal.. getting pods widgets to display on the dashboard OR in one of the dashboard sections.. I would have to Modify all of the current ones to even begin to use Client dash.. ITs a GREAT idea, just needs ALOT of work.. My current Project Requires something like Client Dash..