Ticket #729 (closed enhancement: fixed)
New parameter for {{pageindex}} -- showJustLetters
| Reported by: | KrzysztofTrybowski | Owned by: | BrianKoontz |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | actions | Version: | trunk |
| Severity: | normal | Keywords: | PageIndex, action, HomePage |
| Cc: |
Description
My proposal is to add new parameter to "pageIndex" action: showJustLetters. This would be useful to add index to HomePage. Since the home page would contain some other information, it would be recommended to just add letters "All A B C ..." in there.
Since clicking on such a letter should redirect to a full-featured page index (which is PageIndex in default install) we need to inform the action which page to use. This could be done either way:
--add a config variable "PageIndex" which would contain page name acting as an index page; --make showJustLetters parameter take value meaning the name of a page acting as an index page (eg. showJustLetters="PageIndex").