Reports icon not showing in Access theme

February 17, 2009 · 2 comments

in Hacks,Reports

If you are using Access theme with activeCollab, Reports icon does not show up in main menu. You do see a menu item and can click on it, but it is missing an icon.

Why does this happen?

Access theme uses a custom CSS file to override look and feel of activeCollab. By default it hides any unknown styles. They do not have an icon for Reports module yet. This results in no icon showing for Reports module.

How to fix it?

It’s easy to fix this. Here are the steps:

  1. Copy public/assets/modules/reports/images/icon.gif to public/assets/themes/Access/images/icons/reports.gif. Note we are copying as reports.gif, not icon.gif.
  2. Edit theme.css in public/assets/themes/Access/. Search for #menu_item_status in it. It may have another line for invoicing module after it. Add this line: #menu_item_reports span.outer {background: transparent url(images/icons/reports.gif) no-repeat center 15px;}
  3. Save the file and exit.
  4. Refresh your activeCollab page. Reports icon should now show up.
  5. If it does not, check permissions on reports.gif that you copied. Ensure it has same permissions as other images in icons folder.
  6. If you notice that the icon is not positioned properly in the menu, ensure you have used 15px and not 10px like other Access theme icons.

If this does not work, post a comment here with some more details and we will sort out!

BTW,  we have already requested Leon (Access theme developer) to include a Reports icon. We are still to hear from him.

Similar Posts:

{ 2 comments… read them below or add one }

1 Per February 17, 2009 at 10:17 am

Thanks. You are a quick and precise worker, I can tell.

2 Jason February 11, 2010 at 4:53 am

Just a note…

Our package came with icon.gif … so if you do this and are still not seeing it, make sure u check your file name.

Leave a Comment

Previous post:

Next post: