The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
To get the number of occurences of each smilie in user's posts on all over the forum, run the sql query:
[SQL] select smilietext , count(*) as count from post, smilie where pagetext like concat("%",smilie.smilietext,"%") group by smilietext order by count desc;[/sql] You will get an output like: +------------+-------+ | smilietext | count | +------------+-------+ | ![]() | ![]() | :lol: | 2381 | | ![]() | ![]() ... This is useful to determine the popular smilies and to put them in the smiliebox in the message posting interface. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|