Thanks Ingmar, I can see what you mean, its a good start but a bit static for what I’m trying to achieve. Given it’s possible to spit out entries by week, eg
John Smith - Entry 1
John Smith - Another Entry 2
John Smith - Yet Another Entry
..do you think it’s possible to collate those into just “John Smith (3)”?
I was thinking it might be possible to do that in PHP, but that would be very inefficient as you would have to spit out all the entries first, rather than just select them directly. I was also thinking about using a query (my sql-fu is non-existent) within {exp:weblog:entries display_by="week"} but that would be executing the query for every entry returned… hmm tricky one!