Nav menu: display post counts inline

general need - June 7, 2008 - 02:28
Project:Blog Add-ons
Version:5.x-1.0
Component:User interface
Category:support request
Priority:normal
Assigned:Chajecki
Status:closed
Description

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)

#1

Chajecki - June 20, 2008 - 17:43

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 "

    #2

    Chajecki - June 20, 2008 - 17:45
    Assigned to:Anonymous» Chajecki

    #3

    general need - June 25, 2008 - 05:47

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

    #4

    Chajecki - October 16, 2008 - 02:14
    Status:active» closed
     
     

    Drupal is a registered trademark of Dries Buytaert.