HOWTO have an (admin) component in the frontpage of the Administrator area ? - Joomla! Forum - community, help and support
hello
i have component in frontpage (or instead frontpage) when access administrator.
i unpublished admin modules, did not find how set component default component in admin area.
(addendum : if want customize access admin menu (from user status), check includes/gacl.class.php ... i've found ... userful.)
regards,
silexian
i have component in frontpage (or instead frontpage) when access administrator.
i unpublished admin modules, did not find how set component default component in admin area.
(addendum : if want customize access admin menu (from user status), check includes/gacl.class.php ... i've found ... userful.)
regards,
silexian
forward :
in administrator/index2.php
replace @ line 55
by
but not enough... component not load when access admin area
in administrator/index2.php
replace @ line 55
code: select all
// default admin homepage
if ($option == '') {
$option = 'com_admin';
}
by
code: select all
// default admin homepage
if ($option == '') {
$option = 'com_xxxx';
}
but not enough... component not load when access admin area
Comments
Post a Comment