Members only seem to be able to post to their own created topics, when they try to post to other's topics the page gets stuck on "posting your reply", but if you manually reload - it does get posted.
I've tried bex's fix ( nforumgeneral.js ) and it still fails.
Solving my own posts again :-) First was missing a .js file, and debugged the original solution to the lines where it trys to send email out, and it won't if you haven't got smtp setup even on localhost test setup.
Members can't post to other members topics?
Members only seem to be able to post to their own created topics, when they try to post to other's topics the page gets stuck on "posting your reply", but if you manually reload - it does get posted.
I've tried bex's fix ( nforumgeneral.js ) and it still fails.
Any Ideas?
The only errors I see in debug are:
POST http://localhost/base/Solution/NewForumPost/1665.aspx
500 Internal Server Error
and
Solving my own posts again :-) First was missing a .js file, and debugged the original solution to the lines where it trys to send email out, and it won't if you haven't got smtp setup even on localhost test setup.
Hi Pete,
I've got exactly your problem. Only the creator of a topic can submit a new post without manually refreshing the page.
I've found out that the problem only occurs when the submitter is not subscribed to the topic, otherwise it works as expected.
Did you recognize the same pattern, i.e. working with subscription, otherwise not? And do you remember what javascript file was missing in your case?
Thanks in advance
/Jan
PS I'm using nForum v1.7 with "Bex's fix" included. Smtp is set up in my web.config.
is working on a reply...