How to get access to the vbulletin object from templates?
For example I need to get access from template to some option. Before 4.x it was very simple:
$vbulletin->options[vfsms_sticky_num]
and how to do it in 4.x?
--------------- Added [DATE]1263447543[/DATE] at [TIME]1263447543[/TIME] ---------------
ohh sorry. {$vbulletin->options['name']}
it must be some cache mechanism exist coz directly after product deletion and re-importing there were no settings variables in the options array.
|