Join Jason Loftis on Amplify
The Web's Social News Network.

Curate, connect & build relationships you'll learn from.

Jason Loftis | My Amplog

Things I Amplify from the web

EE Plugin - Repeet

Amplifyd from lincolnite.com

Introduction

About the Plugin

Repeet is a plugin for Expression Engine. It was written by Brent C. Wilson. Portions of the code are borrowed from or based on the Expression Engine code base. That code is used with permission from pMachine, Inc.

Repeet allows the user to simulate repeating events. When used in a template, Repeet tags display EE weblog entries as though they repeat at an interval set by the author. The repeating effect is only simulated; the EE database is not modified in any way.

Repeet is free software. No warranties are offered or implied. Use at your own risk. Technical support is not provided. However, the author does want the plugin to be useful for the EE community. If you run into a problem, post on the EE forums and/or contact the author directly.

Repeet: A Plugin for Expression Engine Read more at lincolnite.com
 

EE Plugin - Image Sizer

Amplifyd from www.lumis.com
lumis.com David Rencher Photos Photography Fairhope Mobile

ExpressionEngine Image Sizer 2.5.6

This ExpressionEngine plugin will resize any JPG GIF or PNG image to the desired size specified in your EE tag and cache the resized image to the cache folder. If you update the original image a new resized version will be created. If the image is not on the server the tag will not return anything. The general architecture of this plug-in is setup in a way that it only processes images when needed.
Read more at www.lumis.com
 

EE Plugin - Randomizer Plus

Amplifyd from expressionengine.com
ExpressionEngine Logo

Randomizer Plus 1.02 third_party

Download
Author:
amor mio
Published:
Jul 26, 2007
Last Updated:
Dec 01, 2008
License:
Freeware
Categories:
Plugins  Output Text  
Allows you to show random content in your template. The “Plus” feature is that you can modify the random content in your template instead of in the plugin file, and can use any separator for the items.

Example Usage

You can use line break to seperate these random items, such as this:

{exp:randomizer_plus}
aaaa
bbbb
dddd
{
/exp:randomizer_plus}

or some other conditions, you may need a separator rather than line break,
then you can custom it by the parameter “separator”, as the example:

{exp:randomizer_plus separator=“|”}1|2|3|4{/exp:
randomizer_plus}

or

{exp:randomizer_plus separator=“{OR}”}
aaaa
bbbb
{OR}
dddd
{OR}
some text
or any content.
{/exp:randomizer_plus}

Notice: When you use custom separator, the line break will be treated as content of items.

Read more at expressionengine.com
 

EE Plugin - YearList

Amplifyd from github.com
github
Description: ExpressionEngine plugin for listing out the years of entries in a weblog. edit
Homepage: http://ryanirelan.com/utilities edit
Public Clone URL: git://github.com/ryanirelan/ri.yearlist.ee_addon.git
Give this clone URL to anyone.
git clone git://github.com/ryanirelan/ri.yearlist.ee_addon.git
Your Clone URL:
Use this clone URL yourself.
git clone git@github.com:ryanirelan/ri.yearlist.ee_addon.git

RI YearList EE Plugin

The Year Listing plugin is a simple way to return a list of years in which there are entries in a weblog.

Example usage:

{exp:yearlist weblog=”yourWeblog” category=”1″}

{year}

{/exp:yearlist}  

That will return an array of years. Use {year} to print them to the screen and wrap in any markup needed. There are currently no linebreaks or HTML associated with this plugin.

The category parameter is optional and if you leave it out, the plugin will search across all categories.

Read more at github.com
 

EE Plugin - FeedGrab

Amplifyd from www.brandnewbox.co.uk

FeedGrab ExpressionEngine plugin

Tuesday, August 29th, 2006

Andrew Weaver

Category: ExpressionEngine, Add-ons, FeedGrab

FeedGrab is a plugin for pMachine’s Expression Engine to provide it with the ability to import data from 3rd party web feeds (RSS or ATOM), such as flickr or delicious.

A possible use is for a Tumblelog (such as this one on jeffcroft.com) or Adactio’s Elsewhere, to create a place to tie together various strands of data scattered across the internet.

Download: FeedGrab plugin latest version

See the brandnewbox tumblelog for a working demo.

A forum thread exists on pmachine.com for bug reports, feature requests etc.

UPDATE: I’ve added a FeedGrab tutorial.

Read more at www.brandnewbox.co.uk
 

EE Plugin - It’s New

Amplifyd from utilitees.silenz.org

utilitees

- Addons for ExpressionEngine
It’s new
This simple little plugin can be used to display some content (like an image) based on the age of an entry.
If the entry has been posted within the number of days specified, the content inside the tag-pair is returned. Read more at utilitees.silenz.org
 

EE Plugin - Cleaner

Amplifyd from utilitees.silenz.org

utilitees

- Addons for ExpressionEngine
Cleaner

This is just a little helper plugin. We often take an excerpt of the article text to fill the <meta name=“description”> of the single entry pages. For a long time I was used to nesting a whole a bunch of other plugins to sanitize the data beforehand but the results were not bulletproof anyway.

So this plugin takes a text and first removes any javascript (note: ExpressionEngine replaces email-addresses with javascript to obfuscate them), then strips all HTML-tags and finally applies PHP’s htmlspecialchars()-function to transform ampersands, quotes, less & greater thans to HTML entities. That’s all it does.

Read more at utilitees.silenz.org
 

EE Plugin - Search Marker

Amplifyd from utilitees.silenz.org

utilitees

- Addons for ExpressionEngine
Search Marker
When using the ExpressionEngine search module, this plugin will highlight the search terms on the results-page by surrounding them with <span class=“marker”></span>.
This plugin is only intended to be used on a search results page.Read more at utilitees.silenz.org
 

EE Plugin - TruncHTML

Amplifyd from utilitees.silenz.org

TruncHTML

Version Released Type License
1.3.2 2009-09-02 Plugins Freeware (?)

TruncHTML Documentation
Docs

Download  TruncHTML
Download

Permalink TruncHTML
Permalink

TruncHTML Version RSS
Version RSS

This plugin is used for limiting text to a specified length. Much like the Character Limiter-Plugin that comes with ExpressionEngine.

The difference is, that TruncHTML is HTML-aware, so you can use it to shorten HTML-formatted text and keep the markup without being afraid of breaking it.

Unlike the standard limiter-plugins it does not count characters that belong to HTML-tags and does not cut-off in the middle of tags.
Read more at utilitees.silenz.org