Column-bo

Developer

Protean Web

3rd Party (Free)

MIT License Download v1.3

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

This plugin is used to display data in lists or a table with a variable number of columns.

Of particular mention is the ability to specify whether entries move horizontally or vertically throughout the list/table. When using Columbo for table output, the CI table library is used, which allows for some neat template customizations - e.g.. alternating row styles.

Here is a simple list example:

{exp:columnbo:lists columns=“3” open=”<ul>” close=”</ul>” delimiter=”</li>”    }
   {exp:channel:entries channel=“murder-suspects”}
     <li>{title}</li>
   {/exp:channel:entries}
{/exp:columnbo:lists}

—- Output—-

<ul>
   <li>Suspect 1</li>
   <li>Suspect 4</li>
</ul>
<ul>
   <li>Suspect 2</li>
   <li>Suspect 5</li>
</ul>
<ul>
   <li>Suspect 3</li>
</ul>

Download Column-bo

EE Support Downloads Add-On Version Release Date
Not Specified Download 1.3 Feb 1, 2012

Column-bo Links

This entry was created September 26, 2011, 8:10 am.
This entry was last updated February 12, 2012, 3:07 pm.

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!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

2 Reviews:

corndog1337 02.07.12

corndog1337
Rating - {addon_rating_average}

THIS. IS. GREAT!  I just installed it and it worked great…saved me so much time thanks for the great addon

Brett Burwell 10.10.11

Brett Burwell
Rating - {addon_rating_average}

A super nifty plugin with an even better name. Does exactly what it says and makes more interesting / complicated output a breeze.