Okay, that has fixed the issue where the profile folders weren't being created, but I'm still not seeing the names of authors added after the bridge in the dropdown when I as admin try to add a chapter to a story listed under one of said authors. So I'm guessing that there are or were two different issues here after all.
It's working on my local copy. One of you want to give me a URL so I can look at the debug info?
http://stuff.devianthearts.com You already made a test account for yourself there.
Your fix worked. I just think that there must be something else too, since the bridged authors aren't showing when the admin tries to add a chapter to a story already posted.
When I try to add a new story or look at the members list, all of the authors are there. It only happens when trying to add a chapter to someone else's story. It seems the name just won't show in that one dropdown.
That fix is also working on my bridged site.
I can replicate Darklight's issue with adding a chapter to an existing with my bridged site as well. The drop down's only pulling from just the efic author's table and not from the bridged members table. Should this be split out into a new thread to track this?
URL for my bridge site http://www.obsidianaccord.com/archive/
Okay can one of you make me an admin?
Never mind. Figured it out. Open includes/storyform.php and change line 144 to:
$authorquery = dbquery("SELECT "._PENNAMEFIELD." as penname, "._UIDFIELD." as uid FROM "._AUTHORTABLE." ORDER BY penname");
Just applied it to my bridged site and it works.
That fixed it. Thank you again, Tammy!
Strangely enough, it's been that way since 3.0.
Bump. This should be fixed with 3.3.1.
I've done a test for both issues and it's been resolved..at least as far as my bridges sites go.