bdflynn
Forum Replies Created
-
Forum: Plugins
In reply to: Form & Database comboI’ve had no luck finding anything so I’ve gone about building my own plugin for this and am surprised at how much simpler it is than I thought it would be. Marking this resolved.
Forum: Networking WordPress
In reply to: Display Authors Across MultisiteSo what I did was install the user management plugin and set everybody on the network as a subscriber to every other blog. This also helped solve my “Members Only” area issue.
Back to the Member’s page though. I can get all of the members across the network to display on a page and before I started to organize them by site, I realized that they will also have to be in a specific order when they’re listed by each site.
So my solution, and hopefully this is possible, was to add two custom meta fields to their profile page (http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields) . Field 1 Tells me the blog they work on and Field 2 Tells me their position. Is it possible to grab an author’s profile by these two fields and list it that way instead?
Thanks again for your help.
Forum: Networking WordPress
In reply to: Display Authors Across MultisiteThanks I’ll give this a shot. 🙂
Forum: Networking WordPress
In reply to: 2nd Dashboard and site went downDouble check your functions.php. I’ve ready in a handful of articles that having bad code in your functions.php file will cause your dashboard to fail.