Hi there,
I'm running into trouble on my site where an exposed filter button, "apply," I have in a view works fine when I publish it as a page, however upon inserting the view into a node via viewfield, the apply button no longer works as expected, and instead sends the user back to the homepage.
example: http://www.porterworkstest.seanporterdp.com/index.php?q=education-soluti...
I would be very grateful for any information on how to solve this! otherwise I'm using the module extensively and love it!
many thanks in advance,
Sean
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | viewfield-exposed_form_base_url-510356-5.patch | 617 bytes | victoriachan |
| #3 | viewfield-HEAD.exposed.3.patch | 787 bytes | sun |
| #2 | viewfield_exposed_form_base_url.patch | 841 bytes | Anonymous (not verified) |
Comments
Comment #1
sean porter commentedI don't know enough about AJAX to know why, but changing the view mode to AJAX solved the problem.
Comment #2
Anonymous (not verified) commentedGot the same problem so here's the patch. (Changes $view->override_path to point to current page url).
Comment #3
sunThanks for reporting, reviewing, and testing! Committed attached patch.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #5
victoriachan commentedI am still having this problem using Viewfield 7.x-2.0 with Views 7.x-3.11.
Looking at the code at
view::get_url, it doesn't seem to take into accountoverride_path, but onlyoverride_url. So I have rewritten the patch for 7.x-2.x to add another line for that.Thanks.
Comment #7
alex_optimFixed.