Great thanks for your help. I have added these in now.
I can create topics in the front end but not post replies. The post reply submit button does not have a rel="nodeid" whereas the create new topic button does. I'm unsure what causes this to happen any ideas? Like yourself, I am integrating the formun into an existing website, probably something I have done wrong along the way.
I can't remember specifically what theproblem was, but I think it utrned out to be a missing include - I took the standard templates that came with the Forum and took out the necessary bits to put into the main website templates. I seem to remember I missed something.
I think there is a comment somewhere that says if you move this (macso?) out of this template you will also need to include the macro call above.
Sorry, that's not very helpful but it's as much as I can remember and I no longer have access to the website code.
I'm having the same issue (with the new v1.5), even after the additions to the web.config as stated earlier.
I too have put nForum in my own template. I have messed around with this for hours now and can't seem to get it working. I do have a form tag encompassing the entire page since there are other controls, but I doubt this makes a difference, since I switched back to the default template to try and get it working and it does the same thing (refreshes, no topic posted). Not sure what else to try... :(
EDIT: Never mind, found out that changing the class name on certain things kill the JQuery functions. LOL I always seem to figure it out 5 minutes after posting for help.
You don't need those lines in the web.config, it should work fine without them as long as you are running 4.6+ as the Base extensions have been decorated with the new base arrtibutes. If you are running it in anything before v4.6+ then you WILL need to add all the methods in the base extension class (Which can be found on Codeplex) into the restextensions.config in the config folder.
PLEASE BE AWARE THOUGH... I have not tested nForum v1.5 on anything below 4.6+.
Joey (and Gordon)...I'm wondering whether this is anything to do with the issue I've had, with it not working in Internet Explorer, but works fine in other browsers? Javascript issue I think Lee said it was...
If it is the same, have any of you found a solution?
Create Topic and Post not working
This is almost certainly because I have integrated the nForum templates into an existing website, but ...
I cannot create a new topic nor add posts to an existing one. The form appears, I edit title and content, click Create and the page just reloads.
Can someone point me in the right direction of where to look ... my guess is I am mising an include or something but can't find the problem yet!
Arrgh!! So close ... I think it's got something to do with the Ajax post code but I can't find it. Help!!!!!
OK - I've sorted it.
Hi Gordon - I am experiencing the same problem how did you sort it?
Cheers
@Paul You'll need to put additional lines, highlighted in yellow, on your web.config
Cheers,
Great thanks for your help. I have added these in now.
I can create topics in the front end but not post replies. The post reply submit button does not have a rel="nodeid" whereas the create new topic button does. I'm unsure what causes this to happen any ideas? Like yourself, I am integrating the formun into an existing website, probably something I have done wrong along the way.
[4.7.1]
Cheers
I can't remember specifically what theproblem was, but I think it utrned out to be a missing include - I took the standard templates that came with the Forum and took out the necessary bits to put into the main website templates. I seem to remember I missed something.
I think there is a comment somewhere that says if you move this (macso?) out of this template you will also need to include the macro call above.
Sorry, that's not very helpful but it's as much as I can remember and I no longer have access to the website code.
I'm having the same issue (with the new v1.5), even after the additions to the web.config as stated earlier.
I too have put nForum in my own template. I have messed around with this for hours now and can't seem to get it working. I do have a form tag encompassing the entire page since there are other controls, but I doubt this makes a difference, since I switched back to the default template to try and get it working and it does the same thing (refreshes, no topic posted). Not sure what else to try... :(
EDIT: Never mind, found out that changing the class name on certain things kill the JQuery functions. LOL I always seem to figure it out 5 minutes after posting for help.
You don't need those lines in the web.config, it should work fine without them as long as you are running 4.6+ as the Base extensions have been decorated with the new base arrtibutes. If you are running it in anything before v4.6+ then you WILL need to add all the methods in the base extension class (Which can be found on Codeplex) into the restextensions.config in the config folder.
PLEASE BE AWARE THOUGH... I have not tested nForum v1.5 on anything below 4.6+.
Joey (and Gordon)...I'm wondering whether this is anything to do with the issue I've had, with it not working in Internet Explorer, but works fine in other browsers? Javascript issue I think Lee said it was...
If it is the same, have any of you found a solution?
cheers
Rory
@Rory i am having same issue with IE -- any fix found?
Bex posted the fix on this page
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...