Thought I’d post a note that I’ve released two new, free, plugins.
Will Hunting
The first plugin is Will Hunting, continuing my play on names of characters from famous movies. This plugin provides a tag that is capable of evaluating relatively complex mathematical formula including stuff like round() and rand(). EE 1.x and 2.0 compatible.
Example tags:
12 * 12 = {exp:will_hunting solve="12 * 12"}Generating previous and next integers for custom pagination links from a page parameter (in this case retrieved using Super Globals):
prev_page = {exp:will_hunting solve="{get:page} - 1"”}
next_page = {exp:will_hunting solve="{get:page} + 1"}Count Entries
Count Entries does what it says on the tin - provides a count of entries. Counts can be filtered by member ID(s) and by weblog name(s). EE 1.x only.
Example tag, count entries in a weblog named “blog” for member ID 1 :
{exp:count_entries member_id="1" weblog="blog"}