The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
List all Forum Albums
Is there any quick way that I can produce a list of all users forum photo albums?
Using VB 4.1.5 Many thanks |
#2
|
||||
|
||||
In the database, run the following query (via phpMyAdmin, for example)
Code:
SELECT DISTINCT vb_album.userid, vb_user.username FROM vb_album LEFT JOIN vb_user ON vb_album.userid = vb_user.userid Note: vb_ is the table prefix in the sql code I gave you. If you don't have a prefix, remove that, or replace it with the prefix you use. |
#3
|
|||
|
|||
Thank you for that information, it is very much appreciated.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|