I'm in a bit of a fix. I've successfully installed the Tagger Module and configured it to work with DNN's Blog module. Tagging and Tag Cloud Portal and Page for the Blog are working correctly. Clicking on a Tag Cloud link takes the user to the Tag List search results page with a listing of pages containing that tag. Query string used for the blog module is "EntryId" as listed in the installation instructions.
However, I cannot get the same level of functionality for the Forum module. The page tag cloud module was copied from the blog to the main forum page, along with the module to enter tags (there are 3 forum groups, with one group having 11 sub-forums). These were also copied to the individual forum and sub-forum pages. I was able to successfully tag individual postings and have there tags appear in the page tag cloud. But the following problems have arisen:
1. While only tags from the individual sub-forum post appear on the complete post page in the cloud, the tags from the entire forum appear on the sub-forum listing page, even if there is only one post listing on this page.
2. whenever I click on one of the cloud links, instead of being taken to the tag list search results, I am taken back to the main forum page
In configuring the individual tagger modules for the forums, I have used the query string "threadid".
Anyone have any ideas how I can get the Tagger module to work with the forums as well? Any help would be appreciated.