The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there a way to return user information without having to query the database?
For example so I want the username of the user with userid 22. I could query the user database but doesn't a cache exist with this information? - Kyle Well I figured it out. fetch_userinfo($id). I hope this helps someone. |
|
#2
|
|||
|
|||
|
thnx
|
|
#3
|
|||
|
|||
|
i thought something like $vbulletin->userinfo['username'] works as well? why is there a need to fetch_userinfo again?
|
![]() |
|
|