Hello,
For move nutton AddMedia in Media Library software to some other place.
You need check file:
{yours host with Media Library}/components/com_medialibrary/medialibrary.html.php
in function: showCategories
You need move to some other place:
Code: |
if ($params->get( 'show_add_media')) HTML_medialibrary::showAddButton($params, 1, $catid, $Itemid);
|
thanks,
OrdaSoft team