Quote:
Originally Posted by MarkFL
I sort of already have this, if you set "Recognize "Featured Threads" Authors In Postbits/Profiles" to "Yes" in the "Icons" section of the settings. The icon has a tooltip that indicates how many "Featured Threads" the user has authored. 
|
i get this
PHP Code:
Database error in vBulletin 4.2.2:
Invalid SQL:
SELECT COUNT(*) AS thread_count, thread.postuserid
FROM thread AS thread
INNER JOIN featuredthreads AS featuredthreads
ON thread.threadid = featuredthreads.threadid
WHERE thread.postuserid = 1;