Fieldtype, Module

Archived
Forum
(read-only)

Taggable

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Jamie Rumbelow

     

Typo in docs?

Support Request

Alex Kendrick
Alex Kendrick

Hi Jamie,

Taggable is working great for me so far. It really seems to have the best interface for adding tags via autocomplete.

It looks like there’s a typo in the documentation on this page


Specifically, the code example:

<ul>
    
{exp:taggable entry_url_title="{segment_3>" limit="10"}
        
<li>
            <
h3><a href="{path=tags}/{url_name}">{name}</a></h3>
            <
p>{description}</p>
        </
li>
        
        
{if no_results}
            
<p>No tags!</p>
        
{/if}
    {
/exp:taggable:tags} 

Has a “>” instead of “}” in url_title parameter and, unless I am mistaken, the closing exp:taggable tag should not have the extra “:tag” on it.