On a views content pane that shows a list of taxonomy terms, is there any way to simply rewrite all the term links such that the query string in the URL with which the page was accessed is appended?
I’m using Drupal 7 with Views 3 and Panels 3. I have a views content pane displayed in Panels shows a list of countries. Clicking a country goes to the country’s term page (countries are taxonomy terms), which shows all of the users registered in that country (again via Panels overriding the taxonomy term pages). These term pages (also made with views and contextual filters) accept query strings for exposed filters such as `?friendship=1′.
What I would like to do is link to the location-based search from other pages on the site and pass values to the term page view via the query string. However, since I don’t know what country the user will want to search, I have to link to the Panel that shows the list of countries. However, since the views content pane displayed in this panel shows terms by aggregation, the query string is not passed when a user clicks one of the links.
Sponsored by SupremePR