The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
Back. If you are using the mass PM hack by Chrispadfield, here is what you need to change.
Go look at his install instructions to see where this goes. His code: Code:
$forums=$DB_site->query("SELECT userid,username FROM user WHERE receivepm=1 ORDER BY userid"); Code:
$datecut = time() - (48 *60*60); $forums=$DB_site->query("SELECT userid,username FROM user WHERE receivepm=1 and lastactivity>$datecut ORDER BY userid"); NOTE: This code is untested. I don't have the hack installed myself and cannot test it. Amy |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|