The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
uh huh. o.o;
Sorry, that's one thing I'm not sure how to do. Here's my block of code: Code:
$result = mysql_query( "SELECT c.album_id,c.album_name,COUNT(photo_id) FROM gallery_albums WHERE customer = '".$customer."' as c LEFT JOIN gallery_photos as p ON p.photo_album = c.album_id GROUP BY c.album_id" ); line 27-> while( $row = mysql_fetch_array( $result ) ) { $result_array[] = "<a href='viewgallery.php?aid=".$row[0]."'>".$row[1]."</a> "."(".$row[2].")"; } line 31-> mysql_free_result( $result ); Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|