I have an idea on how to move widgets from one section to another changing the PLACE_PROFILE to PLACE_DASHBOARD but I don't get how to move the Users widget including the latest and online members to the dashboard. That one is my favorite!
great help, thank you.. :) $widget = BOL_ComponentAdminService::getInstance()->addWidget('BASE_CMP_UserListWidget'); $placeWidget = BOL_ComponentAdminService::getInstance()->addWidgetToPlace($widget, BOL_ComponentAdminService::PLACE_DASHBOARD); BOL_ComponentAdminService::getInstance()->addWidgetToPosition($placeWidget, BOL_ComponentAdminService::SECTION_LEFT);
When I try and just use the plugin key i get "undefined class"