Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Views 3 seems to have problems rendering exposed filters. A workaround - till this issue is solved - is to configure "Exposed form in block: No". This has the side effect that the filters are rendered inside the tabs.
Comments
Comment #1
gnindl commentedAfter debugging the URL/menu callback "nodereference_explorer/dialog/page/field_photo" I get the following error message:
Call to a member function exposed_form_alter() on a non-object in .../views/views.module on line 1054
I posted a Views issue as I think it is related:
#852882: How to render exposed filters in Views 3 programmatically?
Comment #2
yurtboy commentedthanks for the follow up.
Comment #3
gnindl commentedViews 3 seems to have problems rendering exposed filters. A workaround - till this issue is solved - is to configure "Exposed form in block: No". This has the side effect that the filters are rendered inside the tabs.
Comment #4
gnindl commentedThe code proposed in http://drupal.org/node/852882#comment-3223796 has been submitted to code repository. It should work in Views 2 & 3.