I realise I may not be posting in the correct place, so I'll apologise up-front for that. Just not sure where else to get some direction.
I'm using the views module with about 10 exposed filters on a views-fusion view (the exposed filters are on the child view), and I'd like to be able to allow my users to save their filters, and more than one configuration, so they can recall them later and re-execute the search. I've tried the "views_savedsearches" module, but it seems to not do anything. Nothing happens when I click the "Save this search" button (unless I leave the "Name" field blank, in which case the validation code does seem to be kicking in, as I get the appropriate error message), and nothing gets saved in the database.
Is there some other way I can do this about which any one knows?
Thanks in advance, Shawn
Comments
Comment #1
catchComment #2
wim leersTry normal views, i.e. views that are not altered/created (not sure which one it is) by Views Fusion.
Comment #3
sdsheridanProblem is I need this on a views_fusion view... :(
Comment #4
catchsdsheridan: can you try it anyway to make sure it's definitely views_fusion that's the issue?
Comment #5
sdsheridanI did try it and it seems to work on a normal (non-views-fusion) view.
Comment #6
wim leersVoila, there you go. Views Fusion is a hack, so you can't expect me to support it. If you want support for it, feel free to submit a patch that does so.
Comment #7
wim leersComment #8
sdsheridanInteresting thing. I wound up deactivating the cck_address modules i had but wasn't using, and this started working with views_fusion views. I'm marking it closed, as it now seems to be working for me, and clearly there was something odd going on with a bad interaction with CCK.
Comment #9
wim leersThat's *very* odd. And I'm pleasantly surprised that it works with Views Fusion, too.