Topic: Active topics from forum subform Help!

I have set up two forums that share user information etc.. but different categories and posts.
I want to be able to have "show recent topics" link that shows the new topics from both boards.
I tried this out and it does show the recent topics from both,

<?php include 'http://www.myurl.com/forumA/search.php?action=show_24h'; ?>
  <br>
  <?php include 'http://www.myurl.com/forum/forumB/search.php?action=show_24h'; ?>

The problem is that when you click on the topics from forumB, it tries to take you to forumA.
Is there some small piece of code I can add to make the forumB topics actually lead to those topics on forumB

Re: Active topics from forum subform Help!

Never mind.
Like most things I post here, I find my own solution before I get an answer. sad