[ic] Way to build on fly category page

Kevin Walsh interchange-users@interchange.redhat.com
Wed May 8 06:28:01 2002


> 
> Lets assume I have section named - "Blue Diamonds" and when I click on
> , it point to next URL 
> /scan/st=db/co=yes/sf=category/se=Blue%20Diamonds/ml=10/va=banner_image%3d/va=banner_text%3d.html and show me all item in 
> that section.
> 
> How can I using some simple way ,cause to generate
> http://host.com/BlueDiamonds.html page that does show me same result 
> as
> :/scan/st=db/co=yes/sf=category/se=Blue%20Diamonds/ml=10/va=banner_image%3d/va=banner_text%3d.html
> ? 
> 
Try the [loop] tag, along the lines of:

    [loop search=|
        st=db
        ml=10
        co=yes
        sf=category
        se="Blue Diamonds"
    |]
        Display loop results 
    [/loop]

You may want to look at the [query] tag, which will allow you to
create an SQL query instead of the above.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin@cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/