1
An old bug from the RC2 :
modules/news/print.php
remove line 54 :
echo "".$story->notes()."
just put an echo" the line under :
echo"\n";
AND add
$xoopsModule to the global declaration of the function PrintPage.
and then the related links can displays.