All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

List entries.

Tico 23 Apr 2012 16:07 question, complete

I am new to Low Alphabet. I've installed the module and followed all the steps. I've used the sample codes to test the module and did get results. I receive a page cannot be found error when I click on one of the letters in the list. My question: when creating a new entry, do I need to place my entries in some type of list? I noticed that a line in the sample code had list ;{path="products/list/{low_alphabet_url}. Please advise

Replies

  1. Low 24 Apr 2012 07:00

    The {path} variable simply creates a URL to any template you want. In the documentation, I'm using {path="products/list/{low_aphabet_url}"}, which generates a URL like http://example.com/index.php/products... pointing at template group Products and template List. Change the {path} variable so it points to the correct template.