Rating: 2 stars
Now I enjoy Dashboard Notes as well! But first I was have to find & fix a bug: the notes not appeared on specified URL.
It seems like the plugins` author still has not fixed all the URL bugs, so, you can open the
/wp-content/plugins/dashboard-notes/dashboard-notes.php
file,
find the following function:
function check_widget_visibility( $widget_id ) {
and replace the
if($this->match_path( $this->get_current_url(), $vis_settings['url']['urls'] )...
with something like
if(strpos($this->get_current_url(), $vis_settings['url']['urls']) !== false)...
I have done and enjoy as well!
But… sice the moment, you MUST NOT update the plugin. To remebmer, I usually add “do not update!!!” after the ” * Plugin Name: ” at the start of the main plugin` file*.
*the current plugin has one PHP file only, it is the main file.
======================
Плагин отличный… будет. После того, как вы пофиксите в нём единственный баг.
Похоже, автор плагина забил толстый болтец на доведение своего детища до ума, поэтому – берём в свои руки! Фиксим один единственный бажек, и наслаждаемся!
Откройте единственный PHP-файл плагина,
найдите код
function check_widget_visibility( $widget_id ) {
и замените в нём ниже
if($this->match_path( $this->get_current_url(), $vis_settings['url']['urls'] )...
чем-то вроде
if(strpos($this->get_current_url(), $vis_settings['url']['urls']) !== false)...
???
PROFIT
Rating: 5 stars
I’ve tried all the dashboard/admin notes plugins but I end up overlooking them because I don’t pay all that much attention to the dashboard. The one thing I do notice anywhere are the notifications which is what this plugin creates. You can color code them just like notifications, red, orange, yellow, blue etc.
Now I can stack up my wp dashboard with To Do items.
Seems like I used a similar plugin before but this one renders html whereas the other one didn’t.
]]>Rating: 5 stars
It would be really helpful, if on the settings page you would place a hint, how to set and change notes, since the widget gets out of sight after a while.
Future users will certainly appreciate that.
]]>Rating: 5 stars
I am running 4 different sites all with WP. And trying to know which site I am logged into easily was becoming tricky. This plugin let me put a banner at the top of the dashboard with the site logo so I can easily glance and see what site I am in and working on. Love this!
]]>Rating: 5 stars
Thanks, the plugin works fine.
]]>Rating: 5 stars
No issues so far.
If ya want them to show up ONLY on your dashboard, select Show Only On Selected URLs and then put in ‘/index.php’ without quotes.
]]>Rating: 3 stars
Great app for putting messages on the Admin dashboard.
However, it would be nice if there’s an option to close the message so that it doesn’t appear again until a certain number of set, time.
Or at least, have an option to only let it appear on the dashboard
(Indicating on the settings the page URL doesn’t work; i.e. /wp-admin/index.php)
]]>Rating: 5 stars
works great!
]]>Rating: 5 stars
Great plugin. I like it.
]]>Rating: 5 stars
Great plugin ??
]]>Rating: 5 stars
Simple and very useful!
]]>Rating: 5 stars
A very good and simple way to have notes in backend.
Thanks !
]]>Rating: 5 stars
very good !
]]>Rating: 5 stars
A very cool plugin for multiple admins website ??
]]>Rating: 5 stars
Nice, thanks, very good plugin
]]>Rating: 5 stars
One of the best admin plugins you could find. Does a lot more than simply add “Dashboard Notes” when used correctly.
Two of the plugins functionsget_current_url
and match_path
functions that let you target any page in the backend without fussing with complicated page hooks. By simply adding .mm-green {display:none !important;}
to your admin css you can use it to add any code you want to ANY admin screen without complicated page hooks.
See my support request more more details on this!
]]>Rating: 5 stars
I was searching a way to give some guidelines to our edition team newcomers, I think I found it here ??
]]>Rating: 5 stars
I wrote it, I use it, I love it! Feel free to leave any questions, issues, or suggestions. Thanks!
]]>