Hi, I'm running Windows 7 Pro, with IIS 7.5, a clean install of Umbraco v4.7.1.1 with a clean MS SQL DB, the Business starter kit, Twitter for Umbraco 2.0 and a clean install of nForum 1.5.
I can register/log in fine. However when I post a new topic, or a reply to a topic, it appears in the Umbraco backend CMS but on the live site the User Message in the green banner remains on screen saying "Posting your reply..." and doesn't refresh to show the new message.
If I then hit F5 and refresh the page, the new post appears.
I'm guessing this is using Internet explorer? It seems the Javascript to redirect the user after a post works for all browsers other than IE! Its making the post, but the Javascript isn't redirecting the user back to the post page (Just in IE).
I haven't found a fix for this yet (Just ran out of time) - But the JavaScript that triggers this is in the scropts folder, and its the 'nforumgeneral.js' ($(".btnsubmitpost").click)
This is not nforum on here, its there own custom forum - nForum is a forum package based from this forum (Not the same). If this works in IE, then yes see if you can find the JS from here and use it :) If you find the answser let me know and I'll update the package.
Impossible to say what happend here, the post goes through an Ajax script that runs the scripts related to the post.
Do you have a development environment up and running? In that case download the nForum source, open in visual studio and attach to the iis-process. It's usually rather easy to figure out!
@Eric the problem with this is the JavaScript to redirect after post, works in all other browsers except IE. Just never had the time to dig through and find the issue.
v1.5 clean install User Message problem
Hi, I'm running Windows 7 Pro, with IIS 7.5, a clean install of Umbraco v4.7.1.1 with a clean MS SQL DB, the Business starter kit, Twitter for Umbraco 2.0 and a clean install of nForum 1.5.
I can register/log in fine. However when I post a new topic, or a reply to a topic, it appears in the Umbraco backend CMS but on the live site the User Message in the green banner remains on screen saying "Posting your reply..." and doesn't refresh to show the new message.
If I then hit F5 and refresh the page, the new post appears.
Any suggestions?
Thanks
Rory
I'm guessing this is using Internet explorer? It seems the Javascript to redirect the user after a post works for all browsers other than IE! Its making the post, but the Javascript isn't redirecting the user back to the post page (Just in IE).
I haven't found a fix for this yet (Just ran out of time) - But the JavaScript that triggers this is in the scropts folder, and its the 'nforumgeneral.js' ($(".btnsubmitpost").click)
Hi Lee
thanks for your speedy response. Yes this is a problem in IE9 on PC. I have just verified in Firefox 10 and it works as expected.
I'll check out the JavaScript shortly...
Thanks
Rory
By the way, whatever version of nForum is being used here, it works fine in IE9...would the JavaScript code from this version be compatible with v1.5?
This is not nforum on here, its there own custom forum - nForum is a forum package based from this forum (Not the same). If this works in IE, then yes see if you can find the JS from here and use it :) If you find the answser let me know and I'll update the package.
Impossible to say what happend here, the post goes through an Ajax script that runs the scripts related to the post.
Do you have a development environment up and running? In that case download the nForum source, open in visual studio and attach to the iis-process. It's usually rather easy to figure out!
@Eric the problem with this is the JavaScript to redirect after post, works in all other browsers except IE. Just never had the time to dig through and find the issue.
I've solved it for me (at least in IE8) Posted the answer here. Let me know if it works for you too.
http://our.umbraco.org/projects/website-utilities/nforum/general/29631-Getting-javascript-error-when-in-IE,-when-adding-post-or-topic
Solved for me (as far as I can tell) by Bex on this post...
http://our.umbraco.org/projects/website-utilities/nforum/general/29631-Getting-javascript-error-when-in-IE,-when-adding-post-or-topic?p=1
is working on a reply...