In trying to get my forums in order, I noticed the top navigation text links (Mark all forums read New posts My posts Unanswered topics Active topics) all ran together. I thought it was just a css li issue, but it appears not.

I cannot get the li images to display and "separate" the links. I can only disable the display:inline and get them to display as a list (with bullets)

Then I noticed the forum images that indicate if the forum has new posts, were not displaying at all in the left column. (although they are at the bottom of the forum table for reference - IE images work)

So, I went to all the sites "Live Sites" listed and few of them have forums - losttreasure.com did have them, and the left column image(s) are displaying, but they do not have the top navigation on display.

So, I switched themes to see if it was something in my site...nope. In Garland both issues work perfectly.

Thanks.

Using Drupal v6.16

Comments

jeremycaldwell’s picture

Not sure what is causing your menu items to run together but I do have a fix for the icons on the Advanced Forum pages.

Try adding this bit of CSS to your theme's local.css file to get the image icons to appear for your forum on the first column.

tr.even,
tr.odd {
  background-color: transparent;
}

tr.even td,
tr.odd td {
  background-color: transparent;
}
Mercury500’s picture

Thanks.

Confirmed this new css was loading (in my local.css file), but this doesn't seem to do the trick.

jeremycaldwell’s picture

Can you provide us with a link to your Advanced Forum so I can take a look at it and see what CSS might be causing the images to not display correctly for you?

goody815’s picture

Status: Active » Closed (cannot reproduce)

I'm closing this issue due to lack of activity/reply to eternalistic's request on Sept 13, 2010. If you are still having issues please feel free to re-open and post a link to the requested Advanced Forum page.