<li><a class="filterbutton" data-option-value=".<?php print $dataoption; ?>" href="#filter"><?php print trim($row); ?></a></li>
this should be getting filled right?
i try this with the "node: type" - and fail ...
mine looks like:
<li><a href="#filter" data-option-value="." class="filterbutton"></a></li>
have you got a tip :)
i think it's another typical use case, like terms ...
thanks
Comments
Comment #0.0
sachbearbeiter commentedformatting
Comment #1
kreynen commentedI just created a screencast for this yesterday. Take a look and see if your issue is addressed...
https://vimeo.com/40662343
If not, let me know and I'll take a look. I don't know any reason why type wouldn't work as a filter.
Comment #2
kreynen commentedLooking at this again with fresh eyes/head, the issue with creating this type based filter would be finding a way to output the content/entity types from a site as a view. Adding the type field to the output is easy. I looked for a view module to handle the Isotope filter block and came up empty. You could create this using a custom block that calls node_type_get_types and uses the formatting found in http://drupalcode.org/project/views_isotope.git/blob/refs/heads/7.x-1.x:...
I'm closing this because it isn't really an issue with views_isotope, but a missing View to return the content/entity types on a site.
Comment #3
sachbearbeiter commentedthanks for the research - i had to find a fast solution and do it now manually with views and isotope and a simple block ...
Comment #4
Adam Wood commentedIn case anyone comes across this issue, we found a relatively simple way of achieving this within Views:
It's not the prettiest solution, but it saves people getting their hands dirty, and the filters can be easily managed via the Views UI.
Comment #4.0
Adam Wood commentedexample added
Comment #5
idiaz.ronceroAdam Wood's solution worked for me and saved my day...
many thanks!
Comment #6
panditvarun20 commentedCan anyone tell me the step by step views isotope tutorial?
Comment #7
kreynen commented@panditvarunHSK your issue has nothing to do with filtering for node type. PLEASE stop posting the same question in multiple issues.