I use both Views with exposed filters and Quicktabs together.
I would like to be able to redirect a view exposed filters search back to quicktabs.
This requires to set the view 'path' variable to string starting with # sign.
However when I set the view path to something like "/#qt-frontpage_quicktabs"
and when a user tries to filter view results using an exposed filter , the view wrongly redirects replacing # sign with %23 code: "/%23qt-frontpage_quicktabs"
I would like Views to allow path redirects to /# instead of /%23.
Comments
Comment #1
timodwhit commentedHaving the same issue.
Did you figure out a solution? I did a work around with "Global: Custom Text" and used
<a href="#TAB_NAME">field</a>But this always shows... So not the the most ideal situation.Just out of curiosity. Are you having any issues removing panels from content pages? May not seem related by I am getting a redirect to to "/%23" when trying to remove. Figure if we are having similar issues, we can trouble shoot to see what Module is causing the issue.
Comment #2
dawehnerSee http://drupal.org/node/1342124 for a similar request
Comment #3
dawehnerI was wrong, this is not a duplicate, though i think this is fixable.
Comment #4
decibel.places commentedthis is how I do it on a Quicktab with multiple filtered Page Views (not using AJAX)
I set up mod_rewrite rules in .htaccess
For example, my View has a path '/find/learn'
And my Quicktab has a path '/contentfinder'
so that the first tab with that View embedded has a "Quicktab" path
'/contentfinder?qt-find_learn_recipes_resorts_conte=0'
and a similar rule for each tab/view
the only problem I am having is that the RESET button rule which rewrites
'find/learn' as '/contentfinder?qt-find_learn_recipes_resorts_conte=0'
and the APPLY filter button rewrite rules don't work together; so I am accepting that RESET will reset the entire Quicktab back to the first tab, not staying on the current tab
another gotcha is that the select list filters cannot have multiple values or they do not get rewritten
Comment #5
couturier commentedCan you close this issue with recent upgrades to Views?