=== WP Dash Message === Contributors: alekarsovski, enej, ctlt-dev Tags: dash, dashboard, widget, dashboard widget, welcome, message, welcome message, dashboard welcome message Requires at least: 3.1.3 Tested up to: 3.2 A basic dashboard welcome message widget. == Description == The plugin allows the user to write a message for a new widget box that appears at the top of the dashboard. This can be accomplished on both a site and network level. The site level options are available on the site's dashboard settings tab called "Dashboard Message", while the network level options are found on the Network Settings tab on the Network Admin dashboard. Network level messages are displayed after site level messages in the message box. Shortcode is allowed in the entry fields. The header of the dashboard box/widget is "Welcome, (user's display name goes here)" by default. To change the header name go into the Plugin "Editor" found under the "Plugin" tab on the dashboard and change the second parameter in the "wp_add_dashboard_widget" function (this is located in the wp-dash-message.php file). The function can be found inside the "wpdwm_add_dash_welcome()" function. Please NOTE: Some users may not have the Welcome box appear at the top of the Dashboard. This usually happens if the user has rearranged the boxes on the Dashboard previously. --This widget was developed with the help of the WordPress Codex, Tutorials, and Help Forums-- == Installation == This section describes how to install the plugin and get it working. 1. Upload the "wp-dash-message" folder to the "/wp-content/plugins/" directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. To enter text in your widget on a network level go to the "Network Settings" tab on the "Network Admin" dashboard 1. To enter text in your widget on a site level go to the site's dashboard settings tab called "Dashboard Message" == Frequently Asked Questions == = Do I have to have the current background colour on the widget? = It depends on how much work you are willing to do. The colour is set by CSS code in the php file (which can be edited, but keep in mind that any changes made may be wiped by an update that we may create. We are looking at enabling the user to have a choice of background colours for the next update. == Screenshots == 1. This is how the dashboard widget looks with some random text. 2. The tab for the plugin's site level settings found on the site dashboard. 3. The site level settings entry field. 4. The tab for the plugin's network level settings found on the Network Admin dashboard. 5. The network level settings entry field. == Changelog == = 1.0.1 = The message box title has been changed to display the user's display name instead of first and last name as not all users enter their first and last names and this led to some users having a lonesome "Welcome, ". == Upgrade Notice == = 1.0.1 = Dashboard message header will now display the user's display name as users that did not enter a first and last name would only get an empty "Welcome, ".