Ditto 1.0.1
Ditto: the nimbler, faster, better-named and even more flexible offspring of NewsListing.
Submitted: Jun 23rd 2006 | License: Creative Commons | Downloads: 2358
This resource has been deprecated.
Description
Ditto takes advantage of an external class, language files to work with multi-language installs, and uses templates extensively for the ultimate in output formatting flexibility and control. And while it has more than 40 configurable parameters in it's current implementation, you only need for great results (although telling it explicitly where to start probably wouldn't hurt).
Amongst the many cool things under Ditto's able and refined domain:
- Tagging
- &mode parameter can disable sanity checks on variables and increase speed for production sites.
- JSON format for AJAX applications
- Access individual posts in templates via placeholders (replacing ' # ' with actual integers).
- Stop guessing with non-abbreviated parameter names in CamelCase convention.
- Updated documentation and full parameter and placeholder lists.
- xHTML Strict month-based archive output which uses templates for formatting.
- Extensive sorting and filtering based on TVs
- And the obligatory, "much, much more..."
Instructions
Create or overwrite the contents of the Ditto snippet with the contents of the file snippet.ditto.1.0.1.php
Make sure ditto.class.inc.php gets to assets/snippets/ditto/ditto.class.inc.php
Make sure your language file gets to assets/snippets/ditto/lang/language.inc.php
If you are doing this via the File Manager you will need to create the ditto directory.
Thats it!
Updates
Changes in 1.0.1 :
- Numerous bug fixes including multicall support and variable name typos.
- Debug mode enhanced with template output.
- Filter switched from slow foreach loop to faster array_filter.
- Tagging support added.