On Nov 10, 2007 4:58 PM, Raúl Fuenzalida <[EMAIL PROTECTED]> wrote: > I would like to build a popup menu with the list of the months with > entries published into: > > ------------------------------- > | Select a Month >> > |------------------------------- > | February 2007 > | March 2007 > | ... > ------------------------------- > > And if it has the number of the entries published: > ------------------------------- > | Select a Month >> > |------------------------------- > | February 2007 (3) > | March 2007 (8954312) > | ... > -------------------------------
Roller doesn't support the queries necessary to do that type of display. If you wanted to do something like that you'd have to create a plugin "page model" object (written in Java) which queries the Roller database. - Dave
