The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Sorry, my mistake - you also have to add the userfield fields to the list of fields, like:
Code:
$users = $db->query_read(" SELECT user.userid, username, email, ipaddress, userfield.* FROM " . TABLE_PREFIX . "user AS user LEFT JOIN " . TABLE_PREFIX . "userfield AS userfield USING(userid) WHERE usergroupid = 4 ORDER BY username "); |
Благодарность от: | ||
HyphyMike |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|