-
Hi, I working on a project and have the requirement to create a new custom page that will be the front page (replacing the current CS front page) for our client's site. This page needs to have a whole bunch of different things. The most important ones are 1) lists of posts from a number of different...
Posted to
Coding with Community Server
(Forum)
by
onisemus
on
Wed, Nov 28 2007
Filed under: customization, CS 2.1, CS Dev, Adding New Pages, applications, cs 2007, cs development, CS2007, custom, CommunityServer SDK
-
Hi, I've posted codes and how-to implement member points system using CSModule to keep your community active. http://geeks.netindonesia.net/blogs/zeddy/archive/2007/11/25/implementing-member-points-system-in-community-server.aspx Hope it's useful. Thanks, Zeddy.
-
I am evaluating CS 2007 with the single signon module installed. I have CS installed in a separate virtual directory from my production app. If I create a CS user manually that has the same e-mail address as my test user in my production app (ASP.NET with ASP Membership being used), I can navigate to...
Posted to
Coding with Community Server
(Forum)
by
silverfox1948
on
Thu, Sep 6 2007
Filed under: autocreate, development, .net 2005, Develop, CS Dev, Integration, api, authentication, code, .net 2.0, c#, cs 2007, cs development, CS2007, communityserver.config, Communityserver
-
CS Experts, We are looking to launch www.icompassion.org within the next 30 days and need one or more Community Server developers to either donate or work at a reduced rate to complete the development of the iCompassion theme. iCompassion.org will be the website where people from around the world share...
Posted to
Themes
(Forum)
by
cmuczko
on
Tue, Aug 7 2007
Filed under: themes, customization, freelance, CS2007, cs development, development, create skin
-
CS Experts, We are looking to launch www.icompassion.org within the next 30 days and need one or more Community Server developers to either donate or work at a reduced rate to complete the development of the iCompassion theme. iCompassion.org will be the website where people from around the world share...
-
I want to create a separate project outside of CS 2007 to migrate data over from an old proprietary database into CS2007. I need to move over users and forums. I'd like to write a C# Console Application in Visual Studio 2005 to do this. I've created a project, loaded the relevant CS references...
-
Thanks for the post. Just to clarify one thing, if you want this to work "as is" with no imports, it needs to be as follows: CommunityServer.Components.User u = new CommunityServer.Components.User(); u. Username = "Scott"; u. Password = "Password"; u.Email = " CommunityServer...