March 31, 2005

  • Even More fun with Smarty

    One of the things that bothered me about the switch to dynamic archives is that I had to stop using the Compare plugin, since it doesn't support dynamic publishing (or didn't, at any rate). With the use of Smarty, you can very easily reproduce this functionality, and though…

  • Automated Smarty Pagination

    As mentioned previously, using Smarty for pagination isn't difficult. Of course, the simple example already given doesn't really do much – your users would still need to know about it, and manually construct the URL. That wouldn't be much fun. Using Smarty, we can do the work for…

  • Pagination Using Smarty

    As I mentioned yesterday, I'm now using Smarty to provide pagination in my category archives. The code is inserted directly into the template, and (apparently) when it rebuilds the template it parses that code prior to rendering the page. It's actually quite impressive. Thanks again to Brad, not…