kpdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hide Dashboard] plugin is not working perfectly with wordpress 3.8Hi AutomatedKid –
The plugin does not work for the contributor role, only the subscriber role. Contributors (and up) will continue to see the areas of the admin that WordPress allows by default.
Forum: Plugins
In reply to: [WP Hide Dashboard] Multisite & Dashboard Link visibleHi NoOne1337 –
That is intended behavior, not a problem with the plugin.
I chose not to hide the network user dashboard when a user is not assigned to any site in the network:
if (is_multisite()) { /* Show only user account menu if the user is assigned to no sites. */ if (count($wp_admin_bar->user->blogs) == 0) { $wp_admin_bar->remove_menu('wp-logo'); /* Hide WordPress logo menu completely */ return; }I hide the WordPress logo, but don’t interfere with default WordPress behavior for those users.
Another plugin may wish to display other information for those types of users on the network users dashboard.
Those types of users can only be created in the network admin. Creating a user on any site within the network automatically assigns them to that site.
Forum: Plugins
In reply to: [WP Hide Dashboard] plugin is not working perfectly with wordpress 3.8Can you provide a link to the security scan plugin please?
Forum: Plugins
In reply to: [WP Hide Dashboard] plugin is not working perfectly with wordpress 3.8Could you list the other plugins you have activated when you see this issue?
Forum: Plugins
In reply to: [WP Hide Dashboard] plugin is not working perfectly with wordpress 3.8Could you provide more information on what the problem is, i.e. what exactly does/does not work for you?
Forum: Plugins
In reply to: [Menu Social Icons] Open link in a new tab@huynhdycity: No code editing required. 🙂
Go to Appearance > Menus, click the Screen Options tab in the upper right, and check the box next to Link Target.
Each of your menu items will now show a checkbox to open the link in a new tab/window. Check those boxes and resave your menu.
Forum: Plugins
In reply to: [Plugin Organizer] Broken in WordPress 3.7Modifying core files is not the correct thing to do.
The plugin author needs to update the plugin. Please read the guidance posted by @otto42 here: http://wordpress.org/support/topic/httpwordpressorgpluginsplugin-organizer-breaks-37
Forum: Reviews
In reply to: [WP Hide Dashboard] does the trick perfectlyYou are most welcome Yola! 🙂
Forum: Reviews
In reply to: [WP Hide Dashboard] I can't see the plugin WP Hide Dashboard@brainvoyager: The plugin does not have an options page, as there are no settings. You simply upload the plugin, activate it, and it automatically works for Subscribers.
To make sure it’s working, create a test user, and make them a Subscriber. Then log out of your admin account, log into the test user account, and compare what you see then with the screenshots.
Forum: Plugins
In reply to: [WordPress Beta Tester] Add New Plugin FavouritesI can confirm that version 0.97 causes plugin search, featured, popular, newest, and favorites to not function at all (this also happens with themes). I get the following error message with each of those options:
An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.
I’m using it on a Multisite install, only activated on the main site. When the plugin is activated, I get “Version 3.7-alpha-25000” (with no update link) in the lower right of the admin. When I deactivate the plugin, I get the usual “You are using a development version (3.7-alpha-25000). Cool! Please stay updated.” message.
I believe the purpose of the latest plugin update was to not constantly show a message indicating that a new version was available when there wasn’t one. If you go to Tools -> Beta Testing, you see the following message at the top of the screen:
Please note: There are no development builds of the beta stream you have choosen available so you will receive normal update notifications.
The WordPress Updates page shows “You have the latest version of WordPress.” at the top, indicating there is no new nightly build available.
So that change is working as it should, but causing issues with plugins and themes.
I’ve figured out the problem, tested, and created a patch against trunk that fixes the issue, along with some minor changes to messages (mainly punctuation), and a few typo fixes. Patches are welcome, right Westi? 🙂
Forum: Plugins
In reply to: [WP Hide Dashboard] Version 2.2 loaded as 2.1How are you upgrading – auto-update from /wp-admin/ or manual download, then upload to your site?
I just downloaded the zip file from the download link, and got the 2.2 version.
Forum: Plugins
In reply to: [WP Hide Dashboard] Dashboard link re-appears in MU@alex: Apologies for the delay in responding. I was out of town at a conference for most of the week.
It’s not a bug, but an untested use case. The plugin works with WordPress roles and capabilities to determine whether to show the link or not, based on the user’s role for that site. The determination is based on what capability a the logged in user has [
current_user_can( 'capability' )] for the site they are on.There is no code in the plugin to test a user’s role across multiple sites, and hide where appropriate. So it does work, just not in the mixed role case you have.
One question – when you are on the admin site, if you click on the dashboard link for the subscriber site from the My Sites menu, are you redirected to your profile on that site or are you sent to the subscriber site’s dashboard?
Thanks for bringing this to my attention. I’ll take a look and see if there’s anything that can be done to solve it.
Forum: Plugins
In reply to: [WordPress Beta Tester] Continuosuly says new version of WordPress availableYou are wanting a notification similar to what we get when a new stable version of WordPress is released, and the plugin does not provide that.
Perhaps you or someone else could code that up and submit it as a patch to Westi? I know he would welcome patches. 🙂
Forum: Plugins
In reply to: [WordPress Beta Tester] Continuosuly says new version of WordPress availableYou explained it perfectly, and my original response stands.
This is how it works – the notice won’t disappear, regardless of how many times you upgrade to the latest bleeding edge version.
Forum: Plugins
In reply to: [WordPress Beta Tester] It shows 3.6 but everything looks like 3.5.1They haven’t updated the About screens with the 3.6 information yet. That will come shortly before final release.