I'm looking at these two modules for a "Related articles" style listing:
Similar by Terms
Similar Entries
Any opinions on either of them? I have a tag system set up so searching by terms would be fine, but it hasn't been updated as recently as the other module. How reliable is "Similar Entries"? Anyone have any field experience with ...
I've got the following tables:
magazine_tags
news_tags
page_tags
content_tags
faq_tags
They all have exactly the same structure:
uid_local - id of the entity
uid_foreign - id of the tag
Each one of them maps to a Model in PHP.
I need to get related content based on multiple tags. Say I'm viewing an "faq" tagged with 1 and 4, I ne...
Hi,
I run a site with a large number of news articles. I'm looking for a 3rd party tool(or widget) that, when placed on an article page, would generate a list of related articles within the same site.
So my requirements are:
Returns a list of links to related articles
Has to be integrated front-end (javascript,ajax,etc)
Has to sustai...