Login     Sign up
problem
Mohamad Saifullah (@okbah)
Join date: Aug 31st 2010
Community posts: 18
View Profile
Send Message

1) when i open menu on admin panel
[url]http://.........../index.php?p=admin_menu[/url]

its show ====> app not found

and want to ask how to change avatar????

176 months ago
Sebastian (@fashawn)
Join date: Aug 31st 2010
Community posts: 17
View Profile
Send Message

Hi,

is your link right?
[quote=okbah]1) when i open menu on admin panel
[url]http://.........../index.php?p=admin_menu[/quote][/url]

Usally the link to edit the menus in the admin panel is
index.php?p=admin/menu

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
avatar. It says "Account" or "Upload" click on it and you will come to the site where you can upload a new avatar picture.

Hope i could help.
Greetings
Sebastian

176 months ago
Mohamad Saifullah (@okbah)
Join date: Aug 31st 2010
Community posts: 18
View Profile
Send Message

so how to change
[url]http://okbah.org/index.php?p=admin_menu[/url]

to [url]http://okbah.org/index.php?p=admin/menu[/url]

176 months ago
Ian (@eeji)
Join date: Aug 3rd 2010
Community posts: 107
View Profile
Send Message

try this link:

[url]http://okbah.org/index.php?p=admin[/url]

176 months ago
Syafiq Zainal (@syafiqzainal)
Join date: Sep 3rd 2010
Community posts: 25
View Profile
Send Message

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.

176 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

admin.php

line 106:

'<br />'.url('admin_modules',t('Modules')).'</div>
--> admin/modules

line 110:

'<br />'.url('admin_menu',t('Menu')).'</div>
--> admin/menu

line 130:

'<br />'.url('adminpermissions',t('User Permissions')).'</div>
--> admin/permissions

176 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

similar issue

line 680:

    section_content('<p>"User Roles" is mainly used for grouping your members so that you can '.url('adminpermissions','give different permissions to different members').'.</p>');

--> 'admin/permissions'

176 months ago
Mohamad Saifullah (@okbah)
Join date: Aug 31st 2010
Community posts: 18
View Profile
Send Message

thanks all!!

176 months ago