thanks for that.
I have been trying to get it working but i cant seem to figure out how to add the data next to the category name. all it seems to do so far is try and add the data to every forum within the category.
take a look at my forum home page, I am trying to get the 'include'ed file to display next to DVD Related which is a category but has forum number 23. here is my inserted code:
Code:
if ($forumid=="23"){
$temp = include("topt.php");
$forum[title] = "$forum[title] - $temp";
}
to see what data i will be displaying next to category name
click here
I hope you can understand what I am trying to do, I find it difficult trying to explain this!