kpdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Beta Tester] Continuosuly says new version of WordPress availableThat is expected behavior, not an issue.
Nightly builds are made available every day at 2300 GMT, so updating first thing in the morning would get you the latest bleeding edge version.
@kidsguide: I’m the author of the WP Hide Dashboard plugin. That plugin isn’t meant to hide the dashboard link in the Sidebar Login plugin.
There is a way within Sidebar Login to hide the dashboard link. Go to the widget page, open the Sidebar Login widget and scroll down the logged-in settings. Under Links (Text | HREF | Capability), add
| administratorafter the Dashboard link, like the example below:Dashboard | %admin_url% | administrator Profile | %admin_url%/profile.php Logout | %logout_url%That will hide the Dashboard link from everyone except administrators when logged in.
If you only wish to hide the Dashboard link from subscribers, then change administrator to contributor.
Forum: Plugins
In reply to: [WordPress Importer] Strict Standards errors with WP 3.6-beta3-24300Per @nacin, I’ve created a Trac ticket for this: http://core.trac.wordpress.org/ticket/24373
Forum: Plugins
In reply to: [WordPress Importer] Trouble importing external, non-WP, contentThe WordPress Importer plugin is for importing content from one WordPress install to another.
You need to use the HTML Import 2 plugin instead to import your .htm files:
http://wordpress.org/plugins/import-html-pages/Forum: Networking WordPress
In reply to: Changing custom fields from a single install for media files1. Can I just run a search regex and replace “http://stopcrime.org/wp-content/uploads/” with “http://centraloh.yourcrimesite.com/files/” for existing media?
Yes, that should work just fine. Change 1, then check the page to make sure the image is showing before going through them all.
2. … Let’s say the current post-meta is “entry-preview”, what do I swap it out with? And I assume I have to do that AFTER I change the URL’s above?
You would change entry-preview to _thumbnail_id and, yes, do this after changing the URLs. +1000 to using Norcross’ Post Meta Manager plugin to accomplish this.
Once again, change 1 of them, then check that your image is showing as the featured image in both the front-end and wp-admin.
Forum: Themes and Templates
In reply to: [P2] P2 Issues With WP 3.6-Beta1-24113@konstantin: Thanks for the patch. 🙂 I’ve tested it on my local install and can verify that the warning and notice messages are now gone on both existing posts and new posts. Hopefully the patch gets committed soon.
This leaves item 1 (stylesheet fix, has patch) and the link/quote display issues (2.b and 2.c) to be resolved.
Forum: Alpha/Beta/RC
In reply to: Page and Post Bug in 3.6-beta1-24113If you are running any plugins, deactivate all of them, then check if the visual editor returns.
3.6-beta2 was just released today, so upgrade that install and see if that fixes your problem.
You might also try doing a clean install of 3.6-beta2 to see if the problem persists.
Forum: Networking WordPress
In reply to: About installing multisitesTo see Tools > Network Settings so you can set up Multisite, you have to edit your wp-config. php file, adding this line:
define('WP_ALLOW_MULTISITE', true);above this line:
/* That's all, stop editing! Happy blogging. */Have you done that step already?
Forum: Networking WordPress
In reply to: Default Search Behavor for MultisitesThe default Multisite search behavior is that search works for each site independently, same as if they were separate WordPress installs.
Forum: Alpha/Beta/RC
In reply to: Page and Post Bug in 3.6-beta1-24113Did you check your profile to make sure that the checkbox for “Disable the visual editor when writing” was unchecked?
If it is unchecked, the visual editor *should* show up for you. (It works for me on 3.6-beta1-24113).
Forum: Fixing WordPress
In reply to: Admin was changed and now I can't access all of my dashboardHi coralie43 –
I’m the author of that plugin. There is nothing in it that changes any users roles, it only hides the dashboard from anyone currently having the role of Subscriber. There’s nothing in the plugin that changes the database either.
Are you logged in as an administrator or a subscriber when trying to access /wp-admin/? If you’re an administrator, then you should be able to access everything.
If you’re trying as an administrator and can’t, then access your server via your FTP program, go to /wp-content/plugins/ and delete the /wp-hide-dashboard/ folder. That will deactivate the plugin, which should allow you to log in again.
It’s very possible that another plugin you’re already using has a conflict with mine, hence the problem.
Forum: Plugins
In reply to: [WP Hide Dashboard] Hide for all non-admins?I no longer support this plugin working for any role other than Subscriber (see FAQ).
I recommend either the Remove Dashboard Access plugin or the Admin Menu Editor plugin to accomplish what you’re asking.
Forum: Plugins
In reply to: [WP Hide Dashboard] Admin users can not enter dashboard@negativeboy: There is nothing added to the database by my plugin – no data, no tables – so your issue isn’t coming from my plugin.
Try renaming the plugins folder to old-plugins via FTP. That will deactivate all plugins, which should allow you to log in.
Forum: Plugins
In reply to: [WP Hide Dashboard] Multisite – 3.4.2 – Can see Dashboard for Subscriber@computerkitten: Before you do anything else, upgrade that WordPress install to the latest version (3.5.1). You indicate you’re still running version 3.4.2.
Jetpack and SliderPro are causing the issues with their links showing up in the admin menu for subscribers. Contact those plugin authors to fix that.
And yes, I’d recommend trying either of the 2 plugins I mentioned before, since you are asking for more functionality than my plugin is designed to provide.
Forum: Plugins
In reply to: [WP Hide Dashboard] Multisite – 3.4.2 – Can see Dashboard for Subscriber@computerkitten If you are still seeing the admin menu items for Slider PRO and Jetpack when logged in as a subscriber, then you need to contact the authors for those plugins and have them fix their plugins so that it is hidden for subscribers. That’s out of my control.
I’m going to suggest that you take a look at 2 other plugins which hide the dashboard, and provide a few more options that you desire:
WP Admin No Show:
http://wordpress.org/extend/plugins/wp-admin-no-show/Remove Dashboard Access:
http://wordpress.org/extend/plugins/remove-dashboard-access-for-non-admins/Make sure you deactivate the WP Hide Dashboard plugin while you are testing each of them so there are no conflicts.