EE 1
EE 2
Gooee
Developer
3rd Party (Free)
Compatibility
- LG Addon Updater
- Multi Site Manager
- Stand Alone Entry Form
Requirements
- jQuery for the Control Panel
Tags
Gooee allows you to bind your entries together with a snippet of text. The text can be anything your heart desires; an image, some HTML, text, etc. This is useful if you want to display something BETWEEN your entries, but not after the last entry in the loop.
Using Gooee you can do this by adding the ‘gooee’ parameter to your {exp:channel:entries} loop, like this:
{exp:channel:entries channel="blog" limit="5" gooee="<img src='/path/to/fancybar.png' alt="Fancy Bar" />"}
<h2>{title}</h2>
{content}
{/exp:channel:entries}
This would insert the fancybar.png icon between each of your entries, but not after the last entry in the loop. The result would be something like this:
<h2>{title}</h2>
{content}
<img src='/path/to/fancybar.png' alt="Fancy Bar" />
<h2>{title}</h2>
{content}
<img src='/path/to/fancybar.png' alt="Fancy Bar" />
<h2>{title}</h2>
{content}
<img src='/path/to/fancybar.png' alt="Fancy Bar" />
<h2>{title}</h2>
{content}
<img src='/path/to/fancybar.png' alt="Fancy Bar" />
<h2>{title}</h2>
{content}
Gooee Links
Hooks Used
If the add-on is an extension, and ties into ExpressionEngine's core files, it will use ExpressionEngine hooks. We are listing any hooks the add-on uses for developers to have an easier time locating other add-ons that they can reference for their own work.
This entry was last updated April 18, 2011, 5:13 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. Devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
There are no reviews for this add-on yet.
What are you waiting for? Rate it and review it!