This feature seems nice and useful.
I have the same problem as Geoser. Only the Related stories header is showing up in the story-page.
I have copy-pasted the code by following the instructions a few times now but still not working.
Also tried the echo $sql; and copy-pasted the query in PHPmyadmin but it gave me 0 rows from my Pligg's database.
This is the query that the echo $sql; gave me. Is there something wrong?
Code:
SELECT pligg_links.link_title, pligg_links.link_title_url, COUNT( pligg_tags.tag_link_id ) AS relevance, pligg_tags.tag_link_id FROM pligg_tags, pligg_links
WHERE pligg_tags.tag_words IN ( 'web', 'internet', 'music', 'video' ) AND pligg_tags.tag_link_id = pligg_links.link_id AND pligg_links.link_status =
'published' AND NOT pligg_links.link_id = 568 AND pligg_links.link_category = 4 GROUP BY pligg_tags.tag_link_id, pligg_links.link_title, pligg_links.link_title_url
ORDER BY relevance DESC LIMIT 10
There is stories tagged with same tags in the same category.
I'm not very good with PHPmyadmin or Mysql so I can't see is there something wrong in that query. I'm using Pligg 9.1 with Mollio-beat.