-
I am trying to display a list of group members in the main body of a group home page and am stuck... I can see same functionality in the sidebar but I can't find the required control - I am modyfying home.aspx in the group theme. Any gurus out there or am I going to have another weekend of searching...
-
In a sidebar we are displaying the first 4 online users with a View All link to Who is Online. We have a few users who we don't want to show as online because they are more administrative/QA testers. At first we thought setting display in member list in the user's profile to no would hide them...
-
I'm using CS 2008.5 Commercial with SSO. We use the email address as the username and use the person's full name as the display name. I'm using the default Hawaii template. The default SiteUrls.config is being used as this is a fresh install. When I go to a membership page it shows a 404...
-
Is it possible to email an administrator when a new user registers in CS2008. I have seen a number of posts about this and know it is not available in older versions. There are a couple of modules available: http://dev.communityserver.com/forums/p/497514/613865.aspx#613865 http://askcrome.co.uk/alexcrome...
-
I would like to dynamically sign up users for groups based on some extended attributes. I could use a method I read about on here: SectionMembership sectionMember = new SectionMembership(); sectionMember.UserID = USER.USERID;sectionMember.SectionID = HUB.SECTIONID;sectionMember.ApplicationType = ApplicationType...
-
In CS 2008 will there be the ability to extend the Membership Points System? I'm basically just looking to add points for custom actions outside the scope of normal CS applications (forums, blogs, etc). For example, if a user rates a product. Will there be / Is there a way to add points via the SDK...
-
I have a definite need for some group level admins that are able to add , approve, and delete members that do NOT have system admin permissions. IOW, they can do all things to blogs, forums, galleries, etc. in THEIR group or groups. It isn't feasible for only system wide admins to handle multiple...
-
Do you any of you know of any subscription-based membership sites that have been created with Community Server? Specifically, do you know if CS is compatible with www.amember.com ? I've asked this question elsewhere in this forum , and directly through an email inquiry to support, but so far I have...
-
Check out Jeff's blog entries on expanded member searches. He's done this as part of a CS customization, and I think these will help you: Community Server Customization - Expanded Member Search Part 1 Community Server Customization - Expanded Member Search Part 2 I hope these help!
-
Hiya, I'm using CS Personal Edition and I'm trying to integrate it with a site I have started to develop. Basically, it's going to be a Cheerleading community, and I will be using only the Forums application of CS. Obviously, I am going to need some sort of Single Sign On, but I cannot afford...