Approximately around line 252-256 I found this code in includes/displaycat.php
$template_linksbody = '<td></td>'; // make it validate $tmp = strtolower($firsttype) . 'linksbodybase'; $$tmp = '<td></td>';
It renders when there are no topics in the forum as :
There are no topics in this forum.
<td></td> </table>
That breaks my template if there are no topics. I can't find the closing table tag to remove it either. I'd rather allow clients to submit their topics rather than create ones for the sake of breaking code, but I will if you aren't going to be spending time on the forum in the near future.
I don't know what you posted since it somehow broke the forum. "There are no topics in this forum" will show whenever there are no topics in the forum, though. Do you have some sort of situation where you don't want to show that even though there aren't any topics in the forum? Please explain.
Update: fixed your post through phpmyadmin. So the issue is the table closing tags?
Comments on displaycats.php
Forum Regular
Usergroup: Customer
Joined: Nov 25, 2003
Total Topics: 70
Total Comments: 211
Approximately around line 252-256 I found this code in includes/displaycat.php
It renders when there are no topics in the forum as :
That breaks my template if there are no topics. I can't find the closing table tag to remove it either. I'd rather allow clients to submit their topics rather than create ones for the sake of breaking code, but I will if you aren't going to be spending time on the forum in the near future.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I don't know what you posted since it somehow broke the forum. "There are no topics in this forum" will show whenever there are no topics in the forum, though. Do you have some sort of situation where you don't want to show that even though there aren't any topics in the forum? Please explain.
Update: fixed your post through phpmyadmin. So the issue is the table closing tags?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Solution: in the show topics in forum template, replace
with