The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
|||
|
|||
![]()
edyy is hoping to recreate the "Calendar" style date boxes I use on my forum.
Here is exactly what I have at the same hook location: Code:
$post['month'] = date('M', $post['dateline']); $post['month'] = strtoupper($post['month']); $post['day'] = date('d', $post['dateline']); $post['year'] = date('Y', $post['dateline']); Make sure the plugin is at the correct location AND you have it set to "Active". I use it to create the below: Attachment 136723 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|