Needs review
Project:
Exposed Filter Data
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Aug 2012 at 19:50 UTC
Updated:
27 Dec 2012 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #0.0
jrstmartin commentedOops
Comment #1
johndp commentedThis is great, thank you very much!
Can you tell me a quick way to print the Term Name rather than the Term ID?
Comment #2
jrstmartin commentedSure see here: https://gist.github.com/3484977#file_exposed_filter_data.tpl.php starting on line 27. That code assumes you're using "tid" for the value of the Filter Identifier in your exposed filter. Change it as needed.
Comment #3
johndp commentedThanks for this. I'm still not able to get it to work though, it's still printing the $tid for some reason. Hopefully I'll work it out though, thanks again
Comment #4
star-szr@jrstmartin - Thanks for posting this, certainly a big improvement from the default template.
Here's a patch that applies to both 7.x-1.x and 6.x-1.x. Changes from the original post:
<div class="filter">outside of the array handling block.Comment #5
shushu commented@jrstmartin, @Cottser - 10x !
While I don't have too much time to spend on it, I do want the module to get better.
So I put the patch into the dev revisions and released them (suppose to be there in a bit).
If you can verify it works on the dev, I will be happy to release a stable version out of it.
While doing this, any of you can/want to co-maintain the module with me ?
Comment #6
shushu commentedComment #6.0
shushu commentedOops