The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have one query being ran on the fetch_musername hook to grab the value of one custom user field. The query (off the top of my head) is:
Code:
$field = $vbulletin->db->query_first(sprintf("SELECT field16 FROM " . TABLE_PREFIX ."userfield WHERE userid = %d", $user['userid'])); Will this query be ran once and cached - or will it be ran every time the fetch_musername hook is ran? If anyone can shed any light, that'd be great - thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|