Forum icons don't look normal

benilam - July 7, 2009 - 05:21
Project:Zero Point
Version:6.x-1.7
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

I found that the forum icons was compressed into 1px width in IE and google chrome. But firefox is normal. How to fix it? Thanks!

#1

benilam - July 7, 2009 - 07:26

I'm using advance forum module. The irregular only happens when the advance module is activated. When I uninstall the advance forum module, the forum icons return to normal (smaller size icon).

#2

kiamlaluno - July 21, 2009 - 00:42
Title:forum icons irregular» Forum icons don't look normal

Did you open an issue report for Advanced forum too? It's not clear if the problem is caused by the module, or by the theme.

#3

benilam - July 22, 2009 - 17:01

I think it's not caused by the module as when I changed to other themes the advance forum icons were shown normally.

#4

kiamlaluno - July 22, 2009 - 17:50

So the problem appears when you enable Advanced Forum, and this theme; using a different theme, the icons used by Advanced Forum appear normal.
Now it's clearer what happens. Thanks for the reply.

#5

Michelle - July 22, 2009 - 17:54

AF uses the icons by yoroy that are now in core in D7. Other than that, there's nothing special about the icon handling in AF 1.x.

Michelle

#6

kiamlaluno - July 22, 2009 - 18:48

It seems that the problem is caused by the theme; differently, the problem would not vanish using a different theme.
It's just to understand what problem the theme has that doesn't allow to use it together AF.

#7

Florian - July 23, 2009 - 14:49

I will install AF on my test server and hopefully will solve the icons issue.

#8

drupdruppalpal - November 1, 2009 - 17:59

same thing here

#9

drupdruppalpal - November 3, 2009 - 18:00

Hi,
tacky solution is to add this to _custom-style.css:

#forum TD.forum-icon {
WIDTH: 48px;
/*max-width:44px;*/
}

#forum TD.icon {
WIDTH: 24px;
/*max-width:44px;*/
}

for advanced forum default icons

 
 

Drupal is a registered trademark of Dries Buytaert.