|
From: Kevin <ke...@dr...> - 2006-10-10 00:28:33
|
> Hrm, it used to be there by passing in "what=3Dsaved" - but that got > removed during the change to model-view-controller. > > There should be a parameter that takes tags for view/rss: > > view.php?tag=3Dcool,gadget > and also as > rss.php?tag=3Dsaved It's "view.php?flag=3Dsaved". I made changes to view.php query string handling when I fixed the pagination links. I renamed some of the field names to make them more descriptive. See fof_request2search() function in lib/view_helper.php fo= r the "what" and "how" of view.php/rss.php query string parsing. I also added a little feature to view.php. It now includes an alternate link for the rss feed of the page currently being viewed. --=20 Kevin |