lwaltzer
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multi-site SuperUser Cheatin' When Changing User RoleThanks, Mika– you’re right, and I should have realized it. When we upgraded to 3.5 running get_blogs_of_user() started creating a a memory timeout for the SuperUser b/c that account was affiliated with so many blogs. We had a plugin written that strips blog capability keys for the superuser if belongs to more than 75 sites… we’ll have to figure our how to add it back for user management.
Odd… I’m certain I deactivated the plugin when looking for the bug, but, who knows. Sometimes going public with your struggles is the thing that lets you figure them out!
Marking as resolved–
Not yet… we’ve got large db shards and seems to be a memory issue. When I do get it to stick I then get Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes)….
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Paged Post?Thanks a bunch!
This worked:
global $page; return ($page==1) && is_single( ‘post_id’ );
Forum: Plugins
In reply to: [Author Avatars List/Block] [Plugin: Author Avatars List] Resizing AvatarsAwesome, Ben… that did the trick. Thanks a bunch!