The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
PHP Code:
![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Code:
// Find out how many threads this user has started
$startcount = $DB_site->query_first("SELECT COUNT(title) AS starts FROM thread WHERE forumid IN (1,2) AND postusername='$post[username]' AND open!='10'");
$starts = $startcount[starts];
// end find threads started
|
|
#3
|
||||
|
||||
|
yes I was, couldnt really notice much slowdown though so I wasnt too bothered as long as it works
![]() cheers for the help mate....appreciated |
![]() |
|
|