Thanks to feedback from Steven Erat Rob Gonda and Jacob Munson, I've made a few updates to the BlogCFC Monthly Archive Pod I released yesterday. So, what's changed? Here's a short list:
- Removed references to dbo. and {fn} for MySQL compatability. Note that I have only tested the pod on SQL Server, so if you are running it on a different DB platform, let me know if there are any problems.
- Removed scope chaching as it was interfering with the propper passing of url variables.
- Added logic to keep selected month displayed in dropdown and made it possible to select current month.
- Changed /tags path to /blog/tags, not /blogs/tags for generic distribution. My site uses a different layout and directory structure, so for my setup, I had to make changes. I'll try to keep future changes and pods generic for Ray's base implementation.
You can download the latest version here. As always, suggestions are appreciated.
Just figured it out. The dashed line that you have as the first option is forcing the field width to increase. The font looks larger in in FF1.5/Mac than FF1.0/Win.
I decided to embed the calendar pod with the archivedmonthpod functionality just because I like the way it looks with fewer small pods.
I've been noticing CSS issues between some of the different browsers/os/versions lately. I have FF 1.5 on Windows, and it looks ok. I'll go in and take out most of the dashes in just a sec.
One thing I'm having a tough time with is testing changes across all the various platforms these days, given that I really only have access to a Windows machine.
Ray and I had a discussion about integrating the archive directly into the calendar, but I opted not to this time around because I've seen a lot of people dropping the calendar lately.
Thanks again, Rob!
I got this to work, but there is no pull down menu. Is there a way to fix this? It is located at:
http://www.johnbarrett.net/blog/
Thanks,
JOhn
Looking at your generated HTML, it looks like the FORM and SELECT tags are missing. Did you remove any code from the pod?