already posted on the ML, but no reply, so I post it here.
I modified freetag plugin, in order to let him display related posts based on tags, when viewing a post. related posts are listed below the post footer. I also added few configs and did translate freetag in italian.
one major change on freetag behaviour is that tags are no longer displayed after footer (using "add_footer" field) but are enclosed at the end of the entry body or extended body. this is better for usability and design, imho.
I just have some problem when dealing with preview in the administration interface: for entries without extended body it seems not able to get related posts, due to an inconsistent tags array. see line 690 on serendipity_event_freetag.php file.
here you can see it in action on the front side:
http://www.mucignat.com/blog/archives/3 ... itory.html
and here you can download modified files:
http://www.mucignat.com/download/serend ... reetag.zip
I just modified these files:
serendipity_event_freetag/lang_en.inc.php
serendipity_event_freetag/lang_it.inc.php (new)
serendipity_event_freetag/serendipity_event_freetag.php
hope you can merge it in the next release and fix somehow where needed. this is the first time I modified a plugin, so I'm not sure 100% of my work.
bye, Alberto.