Views trying show term node count/comment count/latest post
I got a taxonomy called forum and several terms. I crated a view to show the terms http://missioncity.ca/forums In the display I'm trying to show Term Name | Content Count | Comment Count | Latest Topic. I got all of that data cells showing but I can't get the proper Comment Count (I want to show a total of all comments from all posts) and to show ...
How to get the view count of taxonomy term pages in Drupal 8?
I'm running Drupal 8.3. Statistics module can count views of a node. But is there a way to find out view count of taxonomy term pages? I'm looking for how many times a taxonomy term page is viewed, but not the count of how many times a taxonomy term is used in nodes. Edit: In short, I'm looking for a similar module as below for Drupal 8. https://ww...
Taxonomy Terms node count of different content type along with zero count in a hierarchy
After much headache I was able to maintain a kind of hierarchy for the taxonomy terms, of the already continuing issue here, please click the below link Taxonomy Terms node count of different content type I did It like this, but still needs to do more. In second step select the parent relation and check the exclude display. Under format option sele...
Taxonomy menu - link to first node associated with term?
I have a taxonomy menu block using the vocabulary 'Projects' that links to the terms: 'Bridges', 'Buildings' and 'Boats'. Currently, each menu item links to a page that lists teasers of all the nodes associated with the menu term. For example, I click on 'Buildings' and it goes to a page with teasers of all nodes associated with 'Buildings'. How co...
Display a flag link in views based on whether the node has an associated taxonomy term
All of my nodes of a certain content type are given a category by assigning a taxonomy term. I would only like to add the flag, "My Fruits" if the content has the term "Fruit" assigned to it. So far I've attempted using a views PHP field to add the flag: This works to simply print the flag: But this, I'm not able to get working: Any ideas would be ...