URL to your eFiction: http://www.obsidianaccord.com/archive/
Version of eFiction: 3.1.1
Have you bridged eFiction, if so with what?: SMF
Version of PHP: 4.4.4
Version of MySQL: 4.1.21-standard
Have you searched for your problem: (yes/no) Yes,
If so, what terms did you try:searched SMF bridge
State the nature of your problem: See below. 3
Do you have a test account for us? user: efic pass:ef1csup
There's three quirks I've found when I bridged this site after upgrading to 3.3. First I noticed that there's a lang term not defined when I click the link of Admin inputted authors: _FUNCTIONDISABLED
I know the fix is something like this:
define ("_FUNCTIONDISABLED", "That function is disabled while bridged");
I just don't know where it would be put: en_admin.php or the en_SMF.php file? EDIT: ok, just
Also, under the bridge, the links to the author profiles seems to gen wrong. Going to Admin>Members>Authors has all the authors listed with uid=1 which is the Admin uid. I don't see this happening with any thing else, the profile links point to the right user profiles fine everywhere else.
https://efiction.org/forums/index.php?topic=5782.0 < this thread thracks the issue with the Site Info block displaying correct Author count [added purely for any doing a search for a fix to the same issue]

If the author count is wrong it's wrong in the stats table. The info block doesn't calculate that. I'll have the other two fixed when I release 3.3.1 sometime in the next couple days.
Thanks for the pointer Tammy. I'll look at it and see if I can wrap my head around what its doing. What file does any of the calculations? And what file does insertion into the stats table.
Also, I didn't finish my edit...for the lang file definition, when I define it in en_admin.php it displays. Dunno if that where it's supposed to go all long, but that's where it's pulling it from.

A lot of files do insertions into the stats table. Since we're talking about authors though, it's probably either stories.php or admin/validate.php.
Also, while I'm thinking about it please only one bug per thread. When you put multiple bugs in the same thread it makes it hard to track individual bugs.
I'll look at those and see if I can figure out why the stats table isn't updating
Apologies Tammy. I didn't want to clutter this with bridge bugs. Will do for next time.

Just wanted to report that on my bridged archive http://www.obsidianaccord.com/archive the info block seems to be working correctly, though I haven't done anything apart from applying the fixes in the[3.3 Bridged] Author Can't edit stories bug thread.

Bump. Are we good on this?
Lang file: good
UID generation in Admin>Members: Good
I'll make a new thread for the info block, so it can be tracked. Will edit original post to point to the new thread for any that come after.

