Phplm (Phplayersmenu based dropdown/tree menu)
Package version/links:
pmwiki-2.2.5
Skin - pmwiki
phplm-2.2.4-20100504
Sample1(dropdown menu) - Sample2(tree menu) - Sample3(menu/tree from pagelist)
Some of the potential uses:
It can be used inside the wikipages.
Site wide or group wide menus can be set.
Page wise menus can be set.
This menu system can also change its theme by changing a variable value.
Pagelist or Multiple pagelist can be combined to produce a single menu/tree. |
Help
Syntax
- (:phplmDraw uniqueID orient theme menupage:)
- uniqueID - unique id for the menu (a single word - alpha-numeric)
- orient - horizontal/vertical/tree
- theme:
- default,galaxy,gtk2,keramik (for dropdown)
- default,galeon,gmc,kde,nautilus,mozilla (for tree)
(Themes can easily be created)
- menupage -
- layermenu PageTypes (page,group,site,default)
- layermenu from pagelist function (page-list,group-list,site-list),
here page,group,site has same meaning as PageTypes
Multiple pagelist can be combined to produce a single menu/tree.
- Common:
- (:phplmAllHeaderFooter:)
- This needs to be inserted once on wiki pages after phplmDraw directive.
If there are multiple phplmDraw directive, insert after all phplmDraw directives.
- Note: not all themes support all orients. But themes can easily be created.
- Please read the README.txt file for details.