I'm looking to get nforum v2 finished and up on codeplex, its more or less ported from the current version with a bit of a slicker design and is now much more scalable as its not dependant on nodes. So 'should' hopefully be able to handle large forums.
Anyone interested in getting involved with this new version, then please get in contact via email lee (at) n3o .co.uk
I'm looking for experienced package developers to help package it, as it now has custom tables, custom section and other bits that need to be integrated into the installer.
Also looking for people to help make it multi-lingual, removing the plain english text and adding dictionary items and also people to help with feature suggestions.
I too had the same problem, but i fixed it. U need to change the sourceode and paste the new dll into the bin folder. Make sure u have the entire web address "http://etc..."...it worked for me...
i got the same error as well and i was able to fix it with some help. The main reason as why i was getting the error was that the main 'content' tab was somehow deleted when i deleted a member from nforum. All the did was to uninstall the nforum all together and break all the references that led to the no node number. It worked for me...
Thanks for your reply. I just found that my website user deleted a member from nforum. If I reinstall nforum, so how can I keep my existing forums on the site?
Can you please advise if there is any way to remove deleted node reference from database?
It 'sounds' like the member that has been deleted is being referenced by something. for example, the member id might be on a topic or post.
The easiest way to do this is create a user control that spits out a list of nodes using nodeFactory or nQuery and look for nodes that have a memberid of '1527' referenced. I can't remember off the top of my head what the property name on the topic and post is that holds the member id as I'm at CG12.
But just open up the post and topic document types and look for the property name. Once you have that list you can delete the post / topic effecting it. Also don't forget that I think the topic and maybe category have latestpost member id's too so it might be referenced there.
nforum v2
I'm looking to get nforum v2 finished and up on codeplex, its more or less ported from the current version with a bit of a slicker design and is now much more scalable as its not dependant on nodes. So 'should' hopefully be able to handle large forums.
Anyone interested in getting involved with this new version, then please get in contact via email lee (at) n3o .co.uk
I'm looking for experienced package developers to help package it, as it now has custom tables, custom section and other bits that need to be integrated into the installer.
Also looking for people to help make it multi-lingual, removing the plain english text and adding dictionary items and also people to help with feature suggestions.
Hi Lee,
Currently I'm a bit too busy to help, but you might want to have a look at the source of my DAMP 2.0 Samples package: http://damp.codeplex.com/SourceControl/changeset/view/81602#1967018. It also installs a lot of custom stuff into Umbraco.
Jeroen
Would like to participate and push nforum into razor direction:
Some features i would implement with some help of the community:
- Search directly in Categories ( i think this gives more control over exact search results)
hmm and other things no idea, but will find something during development process.
Atm i'm working on 2 new starter kits for umbraco (designers place and business portfolio) just to push umbraco in germany into the right direction :)
Sincerely Toni
Hi Lee
This looks a great package. I'm going to download it and have a play.
I'm just looking at using nForum. Is it worth waiting for version 2.0 to be released?How close is it?
Do you have a list of features that in going to be in 2.0?
Thanks in advance
Ben
Hi Lee
I'm using your nForum on my site. Everything working fine. I have just small issue, when user login successfully it redirect to mysite’s home page.
I want it redirect to forum page which is “/forum”. I tried to change destinationpageurl property in login control of Login.aspx. but it don’t work.
Can you please put some light on this how to fix?
Regards,
Jazz
HI Jazz
I too had the same problem, but i fixed it. U need to change the sourceode and paste the new dll into the bin folder. Make sure u have the entire web address "http://etc..."...it worked for me...
-ashwini
Hi Ashwini,
Thanks for your reply. I tried that same thing and it worked for me.
Cheers.
Jazz
Hi Lee,
I'm getting an error on my site when I am trying to access my nforum section. Error is like "No node exists with id 1527"
Can you please advise where is the error. It was working fine since last night.
Thanks.
Jazz
HI Jazz,
i got the same error as well and i was able to fix it with some help. The main reason as why i was getting the error was that the main 'content' tab was somehow deleted when i deleted a member from nforum. All the did was to uninstall the nforum all together and break all the references that led to the no node number. It worked for me...
ashwini.
Hi Ashwini,
Thanks for your reply. I just found that my website user deleted a member from nforum. If I reinstall nforum, so how can I keep my existing forums on the site?
Can you please advise if there is any way to remove deleted node reference from database?
Thanks,
Jazz
It 'sounds' like the member that has been deleted is being referenced by something. for example, the member id might be on a topic or post.
The easiest way to do this is create a user control that spits out a list of nodes using nodeFactory or nQuery and look for nodes that have a memberid of '1527' referenced. I can't remember off the top of my head what the property name on the topic and post is that holds the member id as I'm at CG12.
But just open up the post and topic document types and look for the property name. Once you have that list you can delete the post / topic effecting it. Also don't forget that I think the topic and maybe category have latestpost member id's too so it might be referenced there.
Hi Lee,
Thanks very much for your help. I went through all forum and unpublish all forums which was created and subscribed by deleted member.
Thanks million.
Regards,
Jazz
is working on a reply...