Re: Using LiveUser with vBulletin and other 3rd party products
Lukas Kahwe Smith <[email protected]> Fri, 30 Sep 2005 12:01:10 +0200
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
David Arthur wrote: > Lukas Kahwe Smith wrote: > >> We have not implemented observers in the admin. Even still this would >> probably not be all that useful for your case. You probably need your >> own custom method that wraps around LiveUser_Admin to cycle through >> each of the containers and make the necessary calls. > > > Does addUser, updateUser not add/update details to all containers? If > not, which container does it choose? It does not .. setAdminAuthContainer() sets the admin container. you can pass it the name of the auth container or it will simply pick the first one .. if you want to set both the auth and perm container at the same time there is setAdminContainers() regards, Lukas