I've created a new template called "comentarios" http://localhost:8084/roller/wboton/page/comentarios
that has only: <html><body><h1>My blog is named $model.weblog.name</h1> #showWeblogEntryComments($entry) </body></html> How I send the $entry I want to the popup window? On 8/31/07, Dave <[EMAIL PROTECTED]> wrote: > > On 8/30/07, Wladimir Boton <[EMAIL PROTECTED]> wrote: > > Is it possible to open all comments of a post in a new window (popup)? > > > > We don't want that when the user click on the "Comments ( 2 )" link open > the > > post with all its comments. We want that it opens a popup listing all > > comments to the post. > > That is not possible without writing some template code. You'll need > to create a custom page just for displaying comments and modify your > blog templates to launch that page as a popup. > > Check the template author guide for more information about template > programming: > > http://cwiki.apache.org/confluence/display/ROLLER/Roller+User+Documentation > > - Dave > -- Wladimir Boton http://www.wboton.com
