2
Hi,
Do you have cache on news module?
If you want your pagination to open modules/news.... you have to edit news/index.php around line 220
$pagenav = new XoopsPageNav($totalcount, $xoopsOption['storynum'], $start, 'start', 'storytopic='.$xoopsOption['storytopic']);
//hack start
$pagenav->url = XOOPS_URL . '/modules/news/index.php?start=';
//end of hack