On 3/24/08, 建坛林 <[EMAIL PROTECTED]> wrote: > your information about the error is too limited, i am sorry i can't help > you. > > maybe you can use firebug to debug the error, if the caledar module is > written in js. > > bless > > 2008/3/24, raúl fuenzalida <[EMAIL PROTECTED]>: > > > > On 3/24/08, raúl fuenzalida <[EMAIL PROTECTED]> wrote: > > > I added the calendar macro #showWeblogEntryCalendar($model.weblog > > > "nil") in a custom template. when clicking in a day i get the > > > following url: > > > > > > http://localhost/weblogName/templateName?date=20080322 > > > > > > > > > sorry. this is what i get. more precisely > > > > http://localhost/roller/weblog_name/page/template_name?date=20080322 > > >
is it an error? this is what happen: when i add the calendar macro #showWeblogEntryCalendar($model.weblog "nil") to a custom template, the URLs that the calendar macro generates has as prefix the page template URL and not the url of the weblog in example: if i add the calendar macro to a page template called "about", then i go with the browser to that page ( http://localhost/roller/weblog_name/page/about ), the URL i get when clicking in day 22 of march 2008, will be the following: http://localhost/roller/weblog_name/page/about?date=20080322 I don't know if is it an error. if it is an error, i would like to know so i'll stop looking for solution
