I don't know anything about that mod but if I understand you, what you want isn't really related to that mod, and you just want the album count in the postbit. I think you'd have to do a query to get that, by finding out how many rows are in the album table with a given user's id. If there was a count of each user's albums somewhere in the db then you could just add it to the main query in showthread that reads the post and user info, but I don't know if there's any way to add to that query to get album count (I'm an sql beginnner, really).
I suppose another way would be to add an albumcount field to the user table, but then of course you'd have to find ways to maintain it when albums are added or deleted.
|