Term name converted to term id filter removed?
I am currently working on a view that should show all items from a content type with the given taxonomy term name (not id) in the url. While this was easy to achieve in D7 (by following the answer on...
View ArticleDrill-down contextual filtering
I’ve created a view called “Upcoming Events” that presents upcoming events in chronological order at the url /upcoming-events/all. Each event has associated tags. Currently my contextual filter is set...
View ArticleHow to ignore the first argument in view contextual filters?
I am having path aliases of the form path/val1/val2/data that are created with pathauto. I want to create a view that will be use a contextual filter and that will read only section 3 of the URL. When...
View Articleafter submit button ajax lost the checked items
i have a problem. i have installed EntityReference View Widget, and i have created a table, and i added a exposed filter with a submit button: i check a item (exmple : generaliste) and i enter in the...
View ArticleViews Log Error after upgrading to Drupal 7.43: “Undefined index: args in...
After upgrading from Drupal 7.41 to Drupal 7.43, I found that my Views are producing the following notice error when using PHP contextual filter code: Notice: Undefined index: args in...
View ArticleFiltering list of nodes with attached views by taxonomy of node
I have a single article (page) which has an attached view thats displays a load of nodes (in a content called ‘courses’). These nodes have a term reference field called ‘language’ which assigns them to...
View ArticleHow can I filter a view according to another view's results
I have one view with two display: “latest news” and “populer news” I want show two block side by side like mashable.com. I can easily do that of course but one problem. There are same news both block....
View ArticleHow can I filter a view according to another view's results
I have one view with two display: “latest news” and “populer news” I want show two block side by side like mashable.com. I can easily do that of course but one problem. There are same news both block....
View ArticleDrupal 7 Views Contextual Filter Override Title, but Make Singular
I have been able to setup a view that uses contextual filters that are taxonomy terms. The terms are categories and as such are written in the plural form, for example, “Posters” or “Flyers”. However,...
View ArticleHow to pass contextual filters in customer profile empty text?
I have a view displaying customer profiles. It takes 2 contextual filters : the user id and the type of the customer profile (billing/shipping). I want to add a no results behaviour, the “Commerce...
View Article