So I try to "overwrite" the create button by registering the button like this:
$_tmp = array(
'title' => 'create',
'icon' => 'plus',
'active' => 'on',
'group' => 'owner'
);
jrCore_register_module_feature('jrCore', 'item_index_button', 'myModule', 'myModule_item_create_button', $_tmp);
And I have the myModule_item_create_button function, so the button appears in the page, BUT it appears in addition to the original create button, not instead of.
Is there any way to add to the create button url?
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: 04/13/15 06:58:28AM