From: Honza M. <hon...@ec...> - 2005-05-19 23:24:08
|
Hi Jane, we generalise manager.class.php3, which is able to manage more than three bins, but unfortunately we do not support it in the other code, so at this time it is useless for your purpose. You have to use Jason's "Expiry date" trick, or you can add special field (say "Go public" checkbox - maybe with live checkbox functionality - http://actionapps.org/faq/detail.shtml?x=3D1679). In such case you will be able to filter only items, which have "Go public" set and the ones which don't. The disadvantage is, that you have to think about such filtering in all of your public listings. In admin interface you are able to store your Search (see "Store" in searchbox above items in Item Manager), so you will be able to switch between "Go public bins" this way. Honza Jane Will p=C3=AD=C5=A1e v Po 16. 05. 2005 v 17:33 -0400: > I noticed this entry in the changes notes at > http://cvs.sourceforge.net/viewcvs.py/apc-aa/apc-aa/CHANGES? > view=3Dmarkup > =20 > - generalized bin design - now it is possible to have more than three > bins (active/holding/trash) (if someone programs it) > =20 > It would be very handy to be able to display items in the holding bin > (for use on some internal admin pages we use). Jason suggested that I > expire the items and use that method to display internally without > them showing up on the live site. That will work if necessary, but it > would be better for us to be able to keep the holding bin and expired > items separate if we can. > =20 > Would the new 'generalized bin design' have any impact on whether this > is possible? > =20 > Thanks, > Jane >=20 >=20 |