Closed (won't fix)
Project:
Views Hacks
Version:
7.x-1.x-dev
Component:
Views Filters Selective
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 11:09 UTC
Updated:
31 May 2014 at 04:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drupive commentedSame issue here.
I have Content: Has taxonomy term (selective)(exposed), but it is only showing tid's not term names.
Comment #2
pavantar commentedSame problem
Comment #3
rotty_dean commentedSame here.
On - Content: Author (exposed)
Comment #4
2eazy commentedSame problem here, I would be very happy if it could be fixed soon :) BTW I just want to thank the contributors of View Hacks in general and Selective Views in particular... You are doing a great job adding the final touches to Views :)
Comment #5
dmitrii commentedpatch in attachments works for me
ps: only for taxonomy
pps: patch for views_handler_filter_selective.inc
Comment #6
farrington commentedHad the same problem with Taxomomy, and the patch in #5 solved it for me.
Thanks @dmitrii.
Comment #7
sludwig commentedThe patch in #5 works for us too. But we got some SQL-Error if we had no key-values. So we added an additional check "if (count($keys)>0)" before the db_query ...
Comment #8
romansta commentedThe patch in #5 works for me too.
Comment #9
shawngo commentedJust to verify the implementation of the patch in #5 I'm adding one created with git. It seems to have worked in that it replaced the TIDs with the proper term title.
Comment #10
doliveros commentedThanks @sludwig. After applying the patch, I had some sql errors too. Checking if $keys had values solved the problem for me. It would be good to add that line to the patch.
Comment #11
inferno_msk commentedand for text fields?
Comment #12
infojunkieThis module has been deprecated in favour of https://drupal.org/project/views_selective_filters. Please test there and reopen if necessary.