Example of placing category / search view filters in an ordered / unordered list

  • Published by
    George Papadakis
  • Last modified
    28 October 2013
  • Up to date
    Yes
  • Profile concerned
    End user, Webdesigner
  • Concerns
    Component Template
  • Since Version
    1.5.6
  • Voting
    Average rating
    2 votes
    • 1
    • 2
    • 3
    • 4
    • 5
  • Favourites
    332 Example of placing category / search view filters in an ordered / unordered list /documentation/tutorials-english/69-templating-module-plugin-content/332-example-of-placing-category-search-view-filters-in-an-ordered-unordered-list.html

You can put your filters in an ordered (numbered) or unordered (bullets/images/etc) list by using prefix/suffix/separator/etc parameters in Component or in Ccategory configuration (prefer to set in Component and only override in Category if needed)

  1. Prefix text of every record:
    <li class="mycustom_fcfliter_element">
  2. Suffix text of every record:
    </li>
  3. Record Separator: Space

  4. Opening text for record list:
    For numbered list:
    <ol class="mycustom_fcfliter_list">
    OR for opening bullet list:
    <ul class="mycustom_fcfliter_list">
  5. Closing text for record list:
    For closing a numbered list:
    </ol>
    OR for closing a bullet list:
    </ul>

-- Optionally, if you want to customize the above display further, you can add CSS rules for the class names:
mycustom_fcfliter_list, mycustom_fcfliter_element