Hi,
I copied the "blue_lagoon" style to my theme folder and rename it to change the colors (http://drupal.org/node/512116).
Up to here everything is fine.
Then I replace the icons "forum_list_default.png", "forum_list_locked.png" and "forum_list_new_posts.png" in the images folder of the renamed forum style.
And here is the bug (I think). Advanced forums shows allways the new-posts-icon from the base style "naked" and not the replaced icon.
Did I something wrong? Can you help? Thanks.

rappelkiste_src

CommentFileSizeAuthor
false_icon.png17.25 KBrappelkiste_src
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

troky’s picture

Status: Active » Postponed (maintainer needs more info)

Can you provide link to your forum? Private message is ok.

rappelkiste_src’s picture

Hi,
Edit your style file advanced_forum..images.css and replace
td.forum-folder-new-posts
with td.forum-list-icon-new-posts
That should do the trick. It is a bug actually.
troky

Hi troky.
"Schneller als die Feuerwehr" (Faster than the fire department) we say in Germany.
Your tip in the Private Message was correct.
I have replaced "td.forum-folder-new-posts" with "td.forum-list-icon-new-posts" and the custom icons for new posts show up.
So it was a bug in the original advanced_forum.blue_lagoon.images.css.
Please fix it for the next dev-version.

Thanks for your fast and competent help.

rappelkiste_src

troky’s picture

Status: Postponed (maintainer needs more info) » Fixed

Patch committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.