Pete Mall
Forum Replies Created
-
Forum: Plugins
In reply to: [Ooyala] Error Update 1.7I’ve pushed out an update to fix this issue.
Thanks for the report… I’ll add this and push out a new version soon.
Forum: Networking WordPress
In reply to: Using User SearchSearch was changed because it doesn’t scale well.
With regards to leading wildcards, that is something we considered, but decided against straight-up implementing it. Trailing wildcards are okay on performance cause it can search the start of the field, but leading definitely hurt the DB. (I actually think that leading is just as bad as both leading and trailing, but I haven’t confirmed.)
–Andrew Nacin
If you understand the performance impact and want to change this then you can write a plugin and hook into WP_User_Query to change the behavior.
Forum: Networking WordPress
In reply to: A few multi site features missingForum: Networking WordPress
In reply to: A few multi site features missingIt’s under the settings in the network admin… wp-admin/network/settings.php
Forum: Networking WordPress
In reply to: A few multi site features missingGo to the network admin > sites and hover over a site and you’ll see the edit link. This will lead you to a new screen with tabs at the top for info, users, themes and settings…. https://awesomescreenshot.com/09183bs36
Forum: Networking WordPress
In reply to: A few multi site features missingThey are moved to the network dashboard… https://awesomescreenshot.com/03083b26f
Forum: Alpha/Beta/RC
In reply to: Edit Site Upload QuotaThe option is called ‘Site Upload Space Quota’. It was not showing up because the hook for it was accidentally removed when we reworked the tabs. It’s back in trunk with [16627].
Forum: Alpha/Beta/RC
In reply to: Admin Interface and Post TypesAre you using the 3.1 beta?
Forum: Alpha/Beta/RC
In reply to: Admin Interface and Post TypesUse
add_menu_page
to add the top level menu. Use this as an arg forregister_post_type()
:
show_in_menu => $parent
where $parent is the top level menu.Forum: Alpha/Beta/RC
In reply to: WPAdminBar as option?which are usually left to the user (that is, through the templating/theme system)
You said it yourself… you can add the code Andrea_r mentioned to your theme and control it.
Forum: Plugins
In reply to: [Plugin: Advanced Category Excluder] does nto work with PHP 5.3.1It might be worth it for you to post the diff here or use pastebin to share the fix.
Forum: Installing WordPress
In reply to: Migrating to new server and php5Take a look at this.
Forum: Installing WordPress
In reply to: Upgrade via dashboard doesn’t workAre you logged in as an admin user?
Forum: Installing WordPress
In reply to: install errorthen you probably made a mistake in wp-config. Try pasting your wp-config changes here but please remove your connection details (username / passwd).