The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
Add a check like this:
$lastpost = $DB_site->query_first("SELECT dateline FROM post WHERE threadid = $thread[threadid] AND userid = $bbuserinfo[userid]"); if (vbdate("YmdH", $lastpost[dateline]) == vbdate("YmdH")) { eval(print_standard_error('error_posttoday')); } this wil allow users to post at 10.55 AND at 11.05 though. Just not again till 12.xx |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|