Closed (fixed)
Project:
Advanced Forum
Version:
5.x-1.0-alpha7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2008 at 16:46 UTC
Updated:
22 May 2008 at 03:11 UTC
In forum view, the "Last post" column is always empty. This is caused by an error in line 398 of advanced_forum.module. This line needs to be replaced with:
$variables['forums'][$tid]->last_reply = theme('forum_submitted', $last_topics[$tid]);
Comments
Comment #1
michelleHow odd... Looking at that code, you're right, it's clearly wrong. And yet.. It works just fine on the three sites I'm using it. Bizarre. I'll get that fixed, thanks. That should help people out on the other issue about this.
Thanks,
Michelle
Comment #2
michelleMore info. Goba just answered on IRC. Turns out it's a PHP 4 vs PHP 5 thing. PHP 5 knows what I mean when I assign it to that variable. Hehe. I'll still fix it, though. This is too minor of a thing to be making PHP 5 a requirement.
Thanks for pointing it out. I was pretty baffled why some people wouldn't see the last post info when it was working just fine for me.
Michelle
Comment #3
michelleComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.