I do a search in the box and it does not fail that at least several of the threads that come back when i click on them it says I don't have the permission to view them. Are these deleted? Some of them look to be exactly what I want and it's frustrating to not be able to see them.
AT one time, there was a bug whereby posts made to private forums would appear in the search barrel for the whole site - these posts may have been made during that time. If not, and the post seem slike it's answering just what you need, make a post in a forums tating your problem, and providing a link to the post that looks like it provides your answer and someone may be able to help you out and tell you what's going on in that post.
Community Server Documentation
Nintendo Wiikly
Gotcha :-)
I appreciate your help. I'm searching around for some examples of extended attributes for 2007 to add some more data to my login and profile pages. So case in point in type "extended attributes" and to look in CS 2007 in the drop down and the first link
http://communityserver.org/msgs/default.aspx?MessageID=31
bam access denied. and then 5-6 more occurences of that thread are the top search relevance none of which you can see :-) argh!
trying to get it working with a checkbox at first and then progress to drop downs.
i made in createuser.aspx
<asp:CheckBox id="IntSharePoint" runat="server"></asp:CheckBox>SharePoint/>
I added in the communityserver.config
<ExtendedUserData><add name = "IntSharePoint"/></ExtendedUserData>
<
And now i'm investigating the next steps and the threads i search for i keep getting access denied....
thanks again for your help!
Basically you'll need to create a ProfileSubForm, and then add it to the Registrtion and the Edit Profile Page.
It isn't a forum post but hopefully http://docs.communityserver.org/wiki/page.aspx/312/how-to-extend-user-registration-using-sub-forms/ gives you a good idea of what you need to do.
i added my fields to the login page and the data is in the database. If i use
<CSControl:UserData ExtendedAttribute="intSharePoint" runat="server" />
I can see the data being retrieved. Is there a simple way to bind this to a box on the profile page so that when they push save it will save the data? or is subform the only route to do that?
thanks again for your time.
darinr: <asp:CheckBox id="IntSharePoint" runat="server"></asp:CheckBox>SharePoint/>
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com