I just ran into the same problem and another one...
There really seems to be no other solution than using the page type 'Content' and a smarty tag like:
Code: Select all
{news pagelimit="5" category="category"}
{news number="-1"}
in order to get the pagination to work properly.
Now if some one asks what this {news number="-1"} is all about... you might not need it for your site. But this is my little workaround to suppress a database error when using the search module paired with the news categories and the news itself on my site:
http://www.neuseen-basketball.de/index.php?page=presse
As you can see I display the news categories beneath the search field in the middle column and the news in the left column. When searching the results are displayed correctly but this somehow also produces the following error message that is displayed right above the news categories:
[glow=red,2,300]Warning: Parameter searchinput is not known... dropped in /.../lib/misc.functions.php on line 1252[/glow]
The error disappears as soon as two news-tags are used in the content section of the page. Using the second smarty tag
solves this problem just fine.