I added the following code to my sidebar to show topics from the forum. I took the code from the docs and deleted the stuff I don’t want
<h3>Recent Forum Activity</h3>
<table>
<tr>
<td>Title</td>
<td>Author</td>
</tr>{exp:forum:topic_titles orderby=“post_date” sort=“desc” limit=“5”}
<tr>
<td><a href=”{thread_path=forums/viewthread}”>{title}</a></td>
<td><a href=”{profile_path=forums/member}”>{author}</a></td>
{/exp:forum:topic_titles}
</table>
It displays well, but when I try to access an individual entry page I get the following error:
The following errors were encountered
The page you requested was not foundLanguage Discussion Forums
As soon as I removed that code, all entries display correctly. How can I fix this?
