admin (no pm's please)
|
Web page navigation/searchThe new web page system is intended as a powerful web page management system, but one where a lot of the complexity is hidden.
Consider the macros on each page, these can be blank and ignored, but consider this, if you are developing a recipe system you could write:
INGREDIENTS=Chicken,Chick Peas
RECIPETIME=60
then a portal component:
{MYFF.PAGESEARCH S1="TEXT:INGREDIENTS" V1="Chicken" S2="<NUMBER:RECIPETIME" V2="120" display="NAVBARLIST"}
Would list pages that matched the search criteria.
A slightly more complex macro would allow the user to enter values to a form for their own search.
With a little effort a system like this makes mincemeat of the hierarchical nature of systems like mambo/joomla.
Those systems tie pages into to a section and category, but the free format macro system allows you to invent any number of listing systems, with pages making appearances in as many navigation lists as you choose.
|