Submitted by cableman on Sat, 12/14/2013 - 22:14
I needed to add a outer select query to a view query to remove double rows in the output, which came form the same node being related to two different Organic groups.
Tags
Drupal 7
views
query
alter
sql
MySQL
Submitted by cableman on Thu, 01/05/2012 - 20:43
When using panels together with views panes, which have exposed filters, it happens that parts of the URI is append in the URI each time you submit the form. This can be fixed by altering the views exposed form action variable.
Tags
Drupal
views
panels
PHP