|
PITS /
00908Summary: Enhance the link parameter of page list (multiple and exclusions)
Created: 2007-03-28 08:52
Status: Open
Category: Feature
From: Feral
Assigned:
Priority: 444
Version:
OS:
Description: Feature request:Add/allow multiple and exclusions in link parameter of page list, in the same form, style and idea as pagelist's group and name parameters. Take for instance Category.Skins. For instance, let us presume that we wish to know all of the skins that NEED updating, this then becomes a simple matter of In my work with feralblog2 I am finding such a feature would be REALLY handy for allowing the user to really be able to display what they want to see. In my case currently if we say do NOT want all of the 'blog' related (I.e. tagged) entries, well we are out of luck. An if we wish to know about er stories and fancy cars then we need two separate pagelists, one with link=Category.Stories and another for By allowing group/name style parameters we can do something like To a small extent we should be able to achieve this via search style "apple -pie", however in regards to categories this is far too limited. As we may mention fancy cars in passing in a page that has nothing to do with them and everything to do with stories and a In essence this feature is useful in particular for a nested web of categories, such that a page is in multiple categories, and when we wish to view only a particular subset of a given category, or perhaps multiple categories. Addendum/ClarificationEr, my brain went south on me when I wrote the above didn't it?
I believe the
I am not sure where to comment about this feature so I am putting it here. This feature would provide a great way to extend the Category feature by providing a good way to produce a list of pages based on the intersection and exclusion of pages marked with multiple categories. Currently I have to use Categories and hidden PageVariables (is hard for novice users to understand) to try and mark pages in a way that I can then automaticlly select via a pagelist command. This still falls short of what can be selected and increases, in my opinion, the complexity of the procedure needed to create a usefully marked page. It would be nice to be able to markup pages like this: Using Multiple Categories *Monday night basketball [[!Activity]] [[!Teen]] [[!Adult]] or *ROCK Around the Clock [[!Activity]] [[!Teen]] or *Bingo at the park [[!Activity]] [[!Adult]] or *Video night [[!Activity]] [[!Single]] or *Coloring Corner Hour [[!Activity]] [[!Preschool]] Then list pages like so: !All adult and teen activities (:pagelist link=Category/Activity,Category/Adult,Category/Teen :) PRODUCES\\ * Monday night basketball !All teen activities (:pagelist link=Category/Activity,Category/Teen :) PRODUCES\\ * Monday night basketball * ROCK Around the Clock Rather than using Categories and page variables (I don't know how to make the first one work) (:Agegroup: Adult, Teen:) *Monday night basketball [[!Activity]] or (:Agegroup: Teen:) *ROCK Around the Clock [[!Activity]] or (:Agegroup: Adult:) *Bingo at the park [[!Activity]] ... My two cents. |