Its based on the foxycart init function, this is from foxycart:
// Setup our Subscription Browser
$_tmp = array(
'label' => 34,
'quota_check' => false
);
jrCore_register_module_feature('jrUser', 'account_tab', 'jrFoxyCart', 'subscription_browser', $_tmp);
This is from my module function:
// Setup the stream settings tab
$_tmp = array(
'label' => 1,
'quota_check' => true
);
jrCore_register_module_feature('jrUser', 'account_tab', 'ujLifeStreams', 'stream_settings', $_tmp);
Is there anything I am missing to get that tab working as expected?
Thanks
--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
updated by @ultrajam: 05/04/14 11:22:32PM