[Solved] Problem Menu Acp »  Show posts from    to     

Icy Phoenix


Old Support Topics - [Solved] Problem Menu Acp



TopoMotoV3X [ Sun 16 May, 2010 20:54 ]
Post subject: [Solved] Problem Menu Acp
acp

Hello everyone, as you can see from I have a little problem on the admin menu, this happened when I upgraded to version 13053 ... I searched among the files but have not found .... at first I thought it was a language file, but then I saw that all languages have the same situation, you can tell me where to find this?

Thanks a lot.


Mighty Gorgon [ Mon 17 May, 2010 23:39 ]
Post subject: Re: Problem Menu Acp
Check adm/acp_icons.php

Make sure you have the icon specified for this ACP section:
Code: [Hide] [Select]
$acp_icon['1400_DB_Maintenance'] = '../images/menu/db_status.png';


TopoMotoV3X [ Mon 17 May, 2010 23:49 ]
Post subject: Re: Problem Menu Acp
Thanks MG, seems to have everything in place:

Code: [Hide] [Select]
$acp_icon['default'] = '../images/menu/blocks.png';

$acp_icon['1000_Configuration'] = '../images/menu/config.png';
$acp_icon['1100_General'] = '../images/menu/acp.png';
$acp_icon['1200_Forums'] = '../images/menu/edit.png';
$acp_icon['1300_Extreme_Styles'] = '../images/menu/palette.png';
$acp_icon['1400_DB_Maintenance'] = '../images/menu/db_status.png';
$acp_icon['1600_News_Admin'] = '../images/menu/newspaper.png';
$acp_icon['1610_Users'] = '../images/menu/users.png';
$acp_icon['1620_Groups'] = '../images/menu/group.png';
$acp_icon['1700_Topic_Rating'] = '../images/menu/accept.png';
$acp_icon['1800_KB_title'] = '../images/menu/book_add.png';
$acp_icon['1900_Attachments'] = '../images/menu/disk_multiple.png';
$acp_icon['2000_Downloads'] = '../images/menu/disk_multiple.png';
$acp_icon['2050_Downloads'] = '../images/menu/disk_multiple.png';
$acp_icon['2100_Links'] = '../images/menu/world.png';
$acp_icon['2200_Photo_Album'] = '../images/menu/photos.png';
$acp_icon['2300_FAQ'] = '../images/menu/warning.png';
$acp_icon['2400_INFO'] = '../images/menu/information.png';
$acp_icon['Statistics'] = '../images/menu/server_install.png';
$acp_icon['ctracker_module_category'] = '../images/menu/radar.png';

$acp_icon['Cash Mod'] = '../images/menu/blocks.png';
$acp_icon['Activity'] = '../images/menu/blocks.png';


Mighty Gorgon [ Tue 18 May, 2010 00:04 ]
Post subject: Re: Problem Menu Acp
Did that icon really exists?

Did you try to re-upload images/menu folder?


TopoMotoV3X [ Tue 18 May, 2010 00:24 ]
Post subject: Re: Problem Menu Acp
I am ashamed, as it was simple

Thanks bro, many times you try the solutions more difficult, but it's easier than you think...


Mighty Gorgon [ Tue 25 May, 2010 17:24 ]
Post subject: Re: [Solved] Problem Menu Acp
You're welcome!




Powered by Icy Phoenix