The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
It's extraordinarily simple to find out if somebody posted or not:
[sql] SELECT IF(COUNT(postid) > 0, 1, 0) FROM post WHERE userid = userid; [/sql] The IF is to immediately stop the query if even one post was made. It returns 1 (true) if they made a post, 0 (false) if they didn't. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|