in your whats-new sidebox module, you have this:That "$title_link" is the URL to the [more] link.Code:$title = BOX_HEADING_WHATS_NEW; $title_link = FILENAME_PRODUCTS_NEW;
Whoever built your other sideboxes must not have reset that, so therefore the boxes "after" the whats-new will be using the same link.
You need to use this in the sidebox module to cause the links not to show:Code:$title_link = false;



