[geeklog-devtalk] phpBBBridge
Dirk Haun
dirk at haun-online.de
Tue Aug 24 16:02:18 EDT 2004
Turias wrote:
>First, I need an API call for each time a user logs in or out of GeekLog.
Okay, makes sense and has been requested before.
>This is so that I can run the appropriate phpBB session-handling code. I
>placed both of these in users.php.
I think you also need something in lib-sessions.php, for when a user
comes back after the session has expired but while the cookie is still
valid (auto login).
>Ideally, there needs to be a plugin API call made each time a user's info
>is changed.
I would prefer that solution, too, as we'd only need one additional
plugin API call. It would also add some flexibility for plugins.
So, we're talking about a function that is called
- when users change their profile
- when users change their preferences
- when an admin changes the user's account information (including being
added to / removed from a group)
Anything else?
bye, Dirk
--
http://www.haun-online.de/
http://www.macosx-faq.de/
More information about the geeklog-devtalk
mailing list