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.
|
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 |
Randomizer Plus 1.02
- 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.
|
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}
|
The Year Listing plugin is a simple way to return a list of years in which there are entries in a weblog. |
{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 |
| -
Addons for ExpressionEngine
|
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 |
| -
Addons for ExpressionEngine |
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 |
| -
Addons for ExpressionEngine
|
| 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>. |
TruncHTML
| Version |
Released |
Type |
License |
| 1.3.2 |
2009-09-02 |
Plugins |
Freeware (?) |
 Docs
 Download
 Permalink
 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 |
|