Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 70618 invoked from network); 19 Nov 2007 12:35:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 12:35:01 -0000 Received: (qmail 71300 invoked by uid 500); 19 Nov 2007 12:34:48 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 71277 invoked by uid 500); 19 Nov 2007 12:34:48 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 71268 invoked by uid 99); 19 Nov 2007 12:34:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 04:34:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of snoopdave@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 12:34:37 +0000 Received: by wr-out-0506.google.com with SMTP id c57so687670wra for ; Mon, 19 Nov 2007 04:33:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=FIec0r6aGhocF9vOzKKb/nHobBG0s2mfW71bBAcETMM=; b=InzD0L6nbT7P+k1lAm9R0jbbBMXQn1JK09oRflp5olLSpwBI9BtDBj4tQESUV/S5on+RD/NvUdqr/h0sI0edY5UJ9iMh7hJ3iAEQpjbvSkD1EFyegf+Sg5uZZVA8kwajS/Av0XfeuGd95Z0J1Q7R4U8mSTM6pmuAVDiMmDWuyk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pcq/9tHeZvA2jiXA4z+vcTTr+gxBa5opOE3dozxT2JzBo04ffrQiDuHEGcShu8EZyjc8/HBwM2rx0vbqlwUO0Xk0f8qNFqpbZHNYvaRnljXozKP0qENVyPb34Yw73iTH3/T6TlrMNO09x4Ytud+qLnBKaqZM/LqdmP9Rg6WnAuo= Received: by 10.90.102.20 with SMTP id z20mr6763263agb.1195475632998; Mon, 19 Nov 2007 04:33:52 -0800 (PST) Received: by 10.90.32.4 with HTTP; Mon, 19 Nov 2007 04:33:52 -0800 (PST) Message-ID: <8fb9ac720711190433u2e58f62n98fa1260fd69bbae@mail.gmail.com> Date: Mon, 19 Nov 2007 07:33:52 -0500 From: Dave To: user@roller.apache.org Subject: Re: month pop up menu In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On Nov 10, 2007 4:58 PM, Ra=FAl Fuenzalida 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