I wanted to test out the Forum module so I added some Topics in the admin area and tried create a new Forum and tried to add a Topic to it (*required) but the Topics drop down menu wasn't populated with anything.Is there a fix for this or a future feature?
Cheers,
Daz
This is a bug. We were clearing the wrong cached list. In ~/Administration/ForumTopics/EditView.ascx.cs, Line 61, the line should read: Cache.Remove("vwFORUM_TOPICS_LISTBOX");
For now, you can click on Reload, under the System Check link, in the Admin area to clear all cached values.