Description
We are happy to offer You an easy-to-use and flexible module for creating a lexicon with an alphabetic filter and a fast search on Your website.
Features
- Automatic distribution of articles alphabetically when they are added
- Set an alphabet in any language
- Addition of Images
- Individual metadata for every article
- Sort the articles by alphabet
- Ability to search articles by name
- Flexible settings of page-by-page navigation
Available languages
- en - English
- de - German
- ru - Russian
Documentation
After a successful installation of the Glossary module, go to the administrative section, then to settings Admin->Settings->Glossary->Settings and set up the plugin.
Insert an alphabet in the Alphabet.
Example:
A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|0-9
Then go to the Glossary module and add a few articles (Attention: the first letter in the name must be capitalized)
Now go to the CMS section, add the Articles page and add the component “Glossary -> Articles”
URL: "/articles"
Example:
<div class="container"> <div class="row"> {% component 'articles' %} </div> </div>
Add one more page and call it “Article”, the URL must be:
"/articles/:slug"
Add the component “Glossary -> Article” and connect it in the code. Example:
<div class="container"> <div class="row"> {% component 'article' %} </div> </div>
-
This plugin has not been reviewed yet.
-
1.0.3 |
Pagination upgrading Mar 11, 2015 |
---|---|
1.0.2 |
Create Article table Mar 03, 2015 |
1.0.1 |
First version of Glossary Mar 03, 2015 |