2 notification icons

I noticed that my 7 site has 2 notification icons in the user bar at the bottom. One on the right side, one on the left.

What file do I need to edit to get rid of one of those icons??

Is anyone working on a module that lets users add custom links to the bar????

Thanks.

Cory

Quote · 11 Feb 2010

Try deleting the cache file

cache/sys_menu_member.inc


See if that fixes it. If not then there has to be a duplicate entry for it in the database as this is where the menu items are stored.

I think the table is sys_menu_member

https://www.deanbassett.com
Quote · 11 Feb 2010

Thanks Deano,

Deleting the cache file didnt do it, but I will look at the database entry.

While on that, where can I find the CSS for the font size in the notification popup??? Font is way too big. I used the Firefox Inspect Element and it said it was "spy_events_wrapper_menu_member" but that doesnt seem to be in any of the CSS.

Quote · 11 Feb 2010

Thanks Deano,

Deleting the cache file didnt do it, but I will look at the database entry.

While on that, where can I find the CSS for the font size in the notification popup??? Font is way too big. I used the Firefox Inspect Element and it said it was "spy_events_wrapper_menu_member" but that doesnt seem to be in any of the CSS.

No the font size is not specified there. In that case it falls back to the body font which is 11px.

11px is not very big.

But you can over ride the font size by specifying it in. modules/boonex/spy/templates/base/css/spy.css

div.spy_events_wrapper_menu_member {
margin:0 0 10px;
}

Add a font tag. like so.

div.spy_events_wrapper_menu_member {
margin:0 0 10px;
font-size:10px;
}

https://www.deanbassett.com
Quote · 11 Feb 2010

yea, it seems to be bigger than 11. I will try the override

Thanks again

Cory

Quote · 11 Feb 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.