EDIT: Magic happened. for some unknown reason, it’s working now.
M-
I use the code on my webpage below to generate links containing new forum entries. The only problem is that when you are an unknown user, the entire page barfs and you get a box that says:
Error
Unable to locate the forum theme folder.
What do I need to do so that I can use this EXP:Forum code for both known and logged users? Is there some setting I need to change?
——MY CODE——-
<div class=“section_box”>
Recent Forum Topics
<ul class=“bullet”>{exp:forum:topic_titles orderby="post_date" sort="desc" limit="10"}
<li>{title}</li>
{/exp:forum:topic_titles}
</ul>
</div>