The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
In theory, you could alter newthread and newreply to check that a a user's posts does not exceed an individual daily limit, e.g.
Code:
if ($vbulletin->userinfo[poststoday] > $vbulletin->userinfo[dailylimit]) { Code:
if ($vbulletin->userinfo[poststoday] > $vbulletin->options[dailylimit]) { ![]() You would obviously have to generate the "poststoday" field, and basically get a query to select all the posts that have been made in the last 24 hours by the user ![]() Looking at it it is fairly simple to do, and shouldn't be much effort on your part to create something to do this ![]() Satan |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|