Closed (fixed)
Project:
flatforum
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2007 at 19:58 UTC
Updated:
18 Sep 2007 at 09:01 UTC
Node-forum.tpl.php, line 14 reads
<?php if (module_exist('flatforum')): ?>
It should read
<?php if (module_exists('flatforum')): ?>
The function name changed from drupal 4.7 to drupal 5.0.
As written, the template file bails out at the if() and only renders the username who submitted the comment (in my instance).
Comments
Comment #1
maartenvg commentedApparently this has been fixed in HEAD (http://drupal.org/node/95590), but not mentioned here.
Comment #2
(not verified) commented