The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm trying print out a custom event field i've added into the calendar in a PHP Execution widget for the front page. However, I can't find a way to access this data.
I've tried some simple stuff like $event[customField#] and $event['customField' . #] but no dice. how would I access this info? thank you for your time |
#2
|
|||
|
|||
![]()
okay, i had to unserialize the custom events field
$customEventFields = unserialize($event['customfields']); after that access the specific custom field you want by name $foo = $customEventFields['myCustomFieldName']; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|