problem |
| |||
1) when i open menu on admin panel its show ====> app not found and want to ask how to change avatar????
|
| |||
Hi, is your link right? Usally the link to edit the menus in the admin panel is To change your avatar you need the module "account" and then active it (base module should be already installed). Then you find a links on the topleft beside the default Hope i could help.
|
| |||
so how to change to [url]http://okbah.org/index.php?p=admin/menu[/url]
|
| |||
try this link: [url]http://okbah.org/index.php?p=admin[/url]
|
| |||
open file admin.php @ modules/admin and find:"index.php?p=admin_menu" replace with "index.php?p=admin/menu" You also can found this tiny issues at the "adminpermission" path link.
|
| |||
admin.php line 106: '<br />'.url('admin_modules',t('Modules')).'</div> line 110: '<br />'.url('admin_menu',t('Menu')).'</div> line 130: '<br />'.url('adminpermissions',t('User Permissions')).'</div>
|
| |||
similar issue line 680:
--> 'admin/permissions'
|
| |||
thanks all!!
|