|
From: barry <sla...@i1...> - 2001-11-03 20:47:41
|
I noticed the line in getOlderStories template: <BR><A HREF="[% constants.rootdir %]/search.pl?section=[% section.section %]&start=[% start %]"> doesn't really work. In my case, it generates the url: http://[site]/search.pl?section=&start=10, which gives me no results inthe list under the search form. However, if I try the url: http://[site]/search.pl?op=stories§ion=&start=10, I get proper results. Am I misunderstanding something, or is this a bug in the template that I need to correct? Thanks! Barry At 03:32 PM 11/3/2001 -0500, you wrote: >"Older Stories" is also known as the "index_more" block. The *_more >blocks are displayed in index.pl by calling portalbox() which is a >function in Slash::Utility::Display. That specific block has its >contents generated on the fly by getOlderStories() which is in >Slash.pm. >-- > Jamie McCarthy > ja...@mc... > >_______________________________________________ >Slashcode-general mailing list >Sla...@li... >https://lists.sourceforge.net/lists/listinfo/slashcode-general |