Recent Topics

1 Mar 27, 2009 09:06    

// Number of archive entries to display:
		if(!isset($params['limit'])) $params['limit'] = 12;

followed by the [More...]
Now they just list by month, by year in total, not just the last 12 months.!
I can't note any changes between the plugin versions.
Maybe I'm missing something!!!

2 May 18, 2009 13:18

In upgrading to V3.1.0-beta the archive limiter at line 150 does not appear to be working. Notwithstanding the number entered, it will return all months/years of the archive, as if the more function at line 153 just does not exist.
I have attempted to revert to the old archive file, but with similar results.

3 May 19, 2009 00:21

I noticed this as well. Is there a fix yet. I have 3.1.

4 May 27, 2009 00:09

ok the pb is that widget containers now have a default limit of 100.

In version 3.2 the archive widget does have a limit configurable through the widget settings and it has a default of 12.

In the meantime you could add a limit parameter with a value of 12 to your sidebar container in your skin.


Form is loading...