-
I built a custom theme off of the Gulf Coasting theme and alot of the pages are giving me errors. It seems that a lot of the 2007.1 API and controls were either moved or removed entirely from 2008. Is there a list of what was removed/changed/discontinued? How can I get my theme to work with 2008. We...
-
So I am still having problems with the Blogger API Service. I am unable to find this actual address. It does appear the Google owns this and I can find information in regards to creating my own personal web application at this site: http://code.google.com/apis/blogger/developers_guide_protocol.html However...
Posted to
Blogs
(Forum)
by
briankfree
on
Wed, Sep 19 2007
Filed under: Cross Posting, Blogger, API, Community Server
-
I'm looking for a platform to build an ASP.NET application. The application is to build a community sharing one's stock portfolio. For example, I create my stock portfolio and open it to the comunity (can close at will). People in the community can leave comments. I assume this can be done under...
-
Goal : Develop a stand-alone console application to invoke the Community Server APIs, able to execute remotely. Include the minimum assemblies and configuration required to invoke the APIs as an admin user. Background During the time that I have been developing applications for clients on CommunityServer...
-
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
-
I've been reading a little on how CS2007 works, to understand how to integrate the use of WLW to the Blogs portion of CS2007. I gather that there are multiple APIs available for blogging editors (i.e. client software) to be able to post blog entries to a CS blog, and that the code underlying the...
-
Is there a Javascript API for accessing the form components of Forum post editor? For example, I would like, at runtime and after events like after all other loading has completed and before form posting begins, to evaluate the HTML of the HTML editor and replace it with some custom stuff. For example...
-
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...
-
We are building a Flash site that needs to communicate with CS. The site is entirely in Flash, so the login, content, and other sections are all Flash based. It is not a .NET website with Flash components, it is completely Flash based. Sorry to be so redundant but I wanted to emphasis that point. We...
-
I need to create a context object that has administrative rights in a module. Is there some kind of impersonate call like there is for Windows in general? The API methods I need to use require the context user to have the IsAdministrator or IsMembershipAdministrator set to true. Thanks!