when configuring the view to expose the form in block
the block does not render the form elements as sexy
the "sexy_exposed_views_pre_execute" does not get executed
maybe the "sexy_exposed_views_api" should get executed
but how do you get the view object ?
Comments
Comment #1
giorgoskI meant maybe the "sexy_exposed_views_api" should get IMPLEMENTED
Comment #2
zserno commentedConfirmed. It only works if the view is displayed, e.g. as a page.
Comment #3
zserno commentedComment #4
zserno commented...and it only works on that exact page, because of sexy_exposed_views_pre_execute() is not executed otherwise, right.
Comment #5
timlie commentedThat's strange, in alpha1 this did work for an exposed block...
Comment #6
sifaan commentedI also experience this problem after upgrading from Alpha; since all my exposed filters are in blocks, I'm thinking of reverting :(
Comment #7
dufferin commentedSame here with 6.x-1.0-beta1 version.
Would love to try the Alpha version... but it's not available.
Any fix soon?
Comment #8
jeffreymb commentedI am having this same issue and ended up just copying most of the module to my own custom module and hard coding the settings.
Comment #9
Anonymous (not verified) commentedSubscribe this issue.
@dufferin: alpha is in View all releases: http://drupal.org/node/716928/release
@jeffreymb: do you want to share your custom module sollution?
Comment #10
rta commenteddidn't work for me in exposed form also version sexy_exposed-7.x-1.0-alpha4
Comment #11
pitxels commentedAlso if the block is placed in a different page than the view page it should work