Archives plugin: entries per year

Creating and modifying plugins.
Post Reply
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Archives plugin: entries per year

Post by yellowled »

Is there a variable in the archives plugin holding the number of entries in a year which can be accessed from entries_archives.tpl? (I'm looking for something similar to $month.entry_count.)

YL
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Archives plugin: entries per year

Post by garvinhicking »

Hi!

No, I believe there isn't you'd need to use smarty syntax to add all month counts?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Archives plugin: entries per year

Post by yellowled »

garvinhicking wrote:you'd need to use smarty syntax to add all month counts
Yeah, I know that is an option (and I guess I know how to implement it), I was just wondering whether there was a more convenient way :)

YL
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

On a similar note, I'd love to see an archive view such as /archives/2008/summary.html (topic list of all entries for a given year), just as we currently have archives/2008/06/summary.html. Any chance of that?
=Don=
Post Reply