What version of nForum are you using? What version of Umbraco are you using? Have you got a screen shot of the tree structure? Have you tried republishing the entire site, or the topics that aren't showing?
If done the above, have you grabbed the code off codeplex and stepped into on the topics to see how many it's getting back?
Ah, just realised you are the chap that had the path fix up trouble. I suggest re-publishing everything as I suspect you have a mismatch between the published cache, the database or the examine index.
No idea why the button would disappear, but do you have other pages which are published and showing? Best bet is to get the code from codeplex and debug it.
Okay, I uninstalled, and reinstalled, and it *almost* worked, but the uninstall didn't remove the membertype. So I uninstalled & reinstalled *again*, and now I'm getting a "no node exists with id '1574'" error. The issue seems to exist in ForumMainList.ascx, on this line:
Created topics not displaying
The topics page lists only the first topic created but there are multiple topics visible on the backend.
What version of nForum are you using? What version of Umbraco are you using? Have you got a screen shot of the tree structure? Have you tried republishing the entire site, or the topics that aren't showing?
If done the above, have you grabbed the code off codeplex and stepped into on the topics to see how many it's getting back?
Ah, just realised you are the chap that had the path fix up trouble. I suggest re-publishing everything as I suspect you have a mismatch between the published cache, the database or the examine index.
RE-published everything, and now NONE of the topics are showing. Also, there's no link to create a new topic any more.
nForum 1.5, Umbraco 4.7.1
No idea why the button would disappear, but do you have other pages which are published and showing? Best bet is to get the code from codeplex and debug it.
Okay, I uninstalled, and reinstalled, and it *almost* worked, but the uninstall didn't remove the membertype. So I uninstalled & reinstalled *again*, and now I'm getting a "no node exists with id '1574'" error. The issue seems to exist in ForumMainList.ascx, on this line:
It also happens on the main page of the content pane. Where is this being set, and how can I fix it?
Thanks for all the help so far!
Uninstalling is not going to remove the membertype, also check the following configs for duplicate entries
URLRewriting.config
Both Examine configs
As per the previous posts, it's impossible to diagnose things in custom sites. The only way to so this is to grab the source build it, and debug it.
See this post
http://www.blogfodder.co.uk/2013/10/12/how-to-use-the-nforum-source-to-debug-your-forum
is working on a reply...