What is wrong with the code I have added to my template.php

function pluralism_forum_topic_navigation($node) {
  $output = '';
  return $output;
}

I can't seem to get this to do anything. I have hit 'Performance -> Clear Cache' and 'Site Building -> Themes -> Submit the form (to refresh theme registry)' but it still isn't working.

Comments

nicholas.alipaz’s picture

BTW, I am using nodeforum and nodecomment. Not sure if that would really make a difference however. I also tried refreshing Views data.

nicholas.alipaz’s picture

nodeforum was using a different function to put it in there. The code I posted does work.