The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
[sql]$result_list = $DB_site->query("
SELECT vbgarage_users.*, vbgarage_images.*, user.username, user.usertitle FROM " . TABLE_PREFIX . "vbgarage_users AS vbgarage_users, " . TABLE_PREFIX . "vbgarage_images AS vbgarage_images LEFT JOIN " . TABLE_PREFIX . "user ON vbgarage_users.userid = user.userid WHERE vbgarage_images.userid = $list[userid] ORDER BY user.username ASC, vbgarage_images.imageid ASC LIMIT $pos,$perpage ");[/sql]Does that work in your environment? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|