By nicholas.alipaz on
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
BTW, I am using nodeforum
BTW, I am using nodeforum and nodecomment. Not sure if that would really make a difference however. I also tried refreshing Views data.
nodeforum was the problem
nodeforum was using a different function to put it in there. The code I posted does work.