Quote:
Originally Posted by KirbyDE
As you are using the vBulletin backend you can use it's library functions:
PHP Code:
$threadinfo = fetch_threadinfo(2);
This will give you an array which contains all necessary information about Thread ID 2. If you want to know how many replies it does have use $threadinfo[replycount].
|
Hey KirbyDE,
Thanks a lot--that helps a bunch.
Where can I find a list of vBulletin's other library functions?
Rob