The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I tried posting
[sql]SELECT userid, username, COUNT(*) as weekpostcount FROM post WHERE dateline > (UNIX_TIMESTAMP() - 7*24*60*60) GROUP BY username, userid ORDER BY weekpostcount DESC LIMIT 5[/sql] As you see it writes [high#0000CC] and [endhigh] in my query in the outer parentheses. |
|
#2
|
||||
|
||||
|
hmm... wierd...
the reg ex should work there, too.... *wondering* |
![]() |
|
|