Hi again. On the blog navigation menu the post counts for each blogger is displayed below the bloggers linked name, not inline. I see this, for blogger called Fred

Fred
(4)

Rather than this

Fred (4)

Comments

Chajecki’s picture

the only thing I can think about is the issue with the theme you are using.
Could you send me the html code of this line that is generated by your drupal?
What I do is to generate the following html code
"

  • " . l($blogger->name,'blog/'.$blogger->name) . " (" . $blogger->nposts . ")
  • ";
    so I see no reason for the post number not to be inline with the blogger name except for the style issues of "

    So please, send me the html code and screenshot if possible.

    Cheers

    Chajecki’s picture

    Assigned: Unassigned » Chajecki
    general need’s picture

    Hi, thanks for your reply. I have ended up changing themes and also using another Blog enhancement module.

    Chajecki’s picture

    Status: Active » Closed (fixed)