yes, i dont seem to be getting the use of $vboptions or $vbulletin->options for products with VDE
filename: vbay_seller_usergroups.php
PHP Code:
<?php
$option = array(
'title' => 'Seller Usergroups',
'description' => 'Usergroup IDs for people that can post auctions, seperated by commas',
'datatype' => 'free',
'optioncode' => 'input',
'displayorder' => 1,
'defaultvalue' => "",
'value' => "9"
);
$vboptions[vbay_seller_usergroups] in any template returns nothing.