EE 1
EE 2
Glossary

Developer

dWise

3rd Party (Free)

MIT License

Compatibility

Requirements

  • jQuery for the Control Panel

Categories

Extension

Tags

Enables you to create a glossary out of channel entries.

This extension adds a parameter to the “exp:channel:entries” tag to create glossary indicators out of the entry title or custom fields.

Parameters (for exp:channel:entries):

glossary_field=“field_name”

Variables:

glossary_letter_start = (bool) tells you if this is the first item with a new “letter”

glossary_letter = (string) the letter itself (uppercase, otherwise use css)

Example:

{exp:channel:entries channel=“channel_name” orderby=“title” sort=“asc” glossary_field=“glossary”}
  {if glossary_letter_start}
    <div class=“letter” style=“float: left”>{glossary_letter}</div>
  {if:else}
    <div class=“no_letter” style=“float: left”></div>
  {/if}
  <div style=“float: left”>
    {title}
  <div>
  <div style=“clear: left”></div>
{/exp:channel:entries}

 

 

 

Glossary Links

This entry was created September 13, 2011, 9:21 am.
This entry was last updated September 14, 2011, 2:39 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!