I have used CMS import to import all the members into a membergroup. I want to display all the members from that group on a webpage. I tried to research about the issue but there is not much documentation and i am pretty new to umbraco. Any one please point me in the right direction ??
thanks a lot for the code Lee :). I wrote something similar in razor and it working great :). Thanks a lot for all your help in the past few weeks. You are a life saver :)
Actually its not the issue about nforum entirely, there is something wrong with content node id because if you look at the images of the error i posted, you can see that my content has no node id. If i click on content folder, i get the error saying "No node exists with id '1391'. I have a feeling that if i can fix this, the nforum would work as well...
when i look into db tables my masterpage has node id of 1639. there is no reference of 1391 anywhere in the db tables...so i am clueless....
How to display members from a group ?
I have used CMS import to import all the members into a membergroup. I want to display all the members from that group on a webpage. I tried to research about the issue but there is not much documentation and i am pretty new to umbraco. Any one please point me in the right direction ??
Thanks in advance !
Ashwini.
Hi Ashwini,
I replied to your other posts (about GetMembersByGroupName) last week - not sure if you have a solution yet?
Rather than using XSLT, you could use a .NET user-control to list the group members instead?
You could probably do this in a Razor macro too? ;-)
Hope this helps.
Cheers, Lee.
thanks a lot for the code Lee :). I wrote something similar in razor and it working great :). Thanks a lot for all your help in the past few weeks. You are a life saver :)
i had one more issue in umbraco, nforum to be specific...could you please take a look at it when you have some time ? I would really appreciate it...
http://our.umbraco.org/projects/website-utilities/nforum/general/32135-Getting-error-with-loginlogout-
Hi Ashwini,
I had a read over your other post, but I don't know much about nForum - it was developed by the *other* Lee.
Hopefully he'll pick up email notifications from the nForum topics and get back to you.
Cheers, Lee.
Actually its not the issue about nforum entirely, there is something wrong with content node id because if you look at the images of the error i posted, you can see that my content has no node id. If i click on content folder, i get the error saying "No node exists with id '1391'. I have a feeling that if i can fix this, the nforum would work as well...
when i look into db tables my masterpage has node id of 1639. there is no reference of 1391 anywhere in the db tables...so i am clueless....
It looks like nForum is using a data-type that references a member (node) ... and the member it is trying to access has the Id of "1391"?
I'm not sure what what happened to that member (1391), but it looks like it's been deleted somehow?
If you can find out how nForum references that member id, then figure out how to remove that reference - that might resolve it?
All of this is complete guess work from me... as I've never used nForum (yet).
Good luck!
Cheers, Lee.
is working on a reply...