Download & Extend

Display related terms also besides node titles and urls

Project:Similar By Terms
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:daruma
Status:closed (won't fix)

Issue Summary

Hi,

I would like to ask that is it possible to display the corresponding terms also for example in brackets besides the node title/urls?
I like your module and I think it would be a very useful feature because now I don't know that if I have more than one term in a vocabulary, which one is related to the displayed node titles/urls.

Now the results are:

related node1
related node2
related node3
related node4
related node5

Something like this would helpful:

related node1 (term1)
related node2 (term2)
related node3 (term1)
related node4 (term2)
related node5 (term3)

Thanks a lot!

Pali

PS: Sorry for my poor English :-)

Comments

#1

Similar By Terms module doesn't work with single-select vocabularies (because that wouldn't be comparing similarity so much as same-ness). Because they need to be either multiple select (or free tagging) vocabularies, you're going to end up with lists that look more like this:

related node1 (term1, term3, term4, term5, term6, term9)
related node2 (term2, term3, term1)
related node3 (term1, term4)
related node4 (term2, term5)
related node5 (term3)

and more realistically, it will appear like this in a sidebar:

related node1 (term1, term3,
term4, term5, term6, term9)
related node2 (term2, term3,
term1)
related node3 (term1, term4)
related node4 (term2, term5)
related node5 (term3)

(notice wrapping)

If you'd like to proceed with this, you do it in your theme by overriding the theme_similarterms() function.

#2

Status:active» closed (won't fix)

Doesn't look like Jeff wants to do this fix and neither do I. Marking it won't fix.

#10

spam cleanup - i'll close comments if spam continues to be a problem on this issue.

nobody click here