-
When I write the following code, threads.ElementAt(0).Subject always returns <blank>: ForumsService fs = new ForumsService ( "http://sfo-msdev02/cs/" , "admin" , "7gllq3" ); PagedList < ForumThread > threads = fs.GetThreads(12); Response.Write( threads.ElementAt…
-
I'm trying to reskin my blog and I'm running into a weird issue where a <div style="clear:both;"></div> is being rendered out, and I can't seem to figure out where this is coming from. I verified that this HTML is not in the underlying posts, so it has to be coming in…
-
Hi, I am trying to fetch a list of all the forums in a particular group using the API. I have the following code in my page: ForumsService fs = new ForumsService ( "http://sfo-msdev02/cs/" , "admin" , "7gleq3" ); PagedList < Forum > forums = fs.GetForums(5); This returns…
-
Several of our CS 2007.1 websites are heavily focused on the image galleries – each user has an image gallery autocreated for them and hence everyone's photos appear in one place – the "images" section, a kind of in-site flickr. In order to upgrade these sites to 2008.5 SP1 we are going…
-
you've got my vote. Currently I'm designing an intranet environment, using CS 2008.5 Sp1, added custom event calender, facebook like page with all employees based upon Active Directory information. Completely new skin. Still in development. Homepage , with event custom calender, overview of all…
-
When non-group members try to use the Contact Us form for a group they are getting an error after they submit the form (if they aren't logged in, they are sent to the login page). This is the error they are seeing… Access Denied: Not Administrator You are not an administrator. When I look in the…
-
[quote user="slash75"] Are there any free ones available for download? [/quote] I'm sure there are a few out there if you look hard enough. Are you looking for CS2008 or 2008.5 themes as it is my understanding there are some adjustments in the theming files between the two. Is there something…
-
The listing of forums is not showing up in the Control panel. Sample url: Domain/controlpanel/forums/Forums.aspx The forum groups do show up though and for the blogs they are all listed unlike the forums. I can see the forums though if you view the forums via the site. In order to accomplish the same…
-
I've seen working skins (like Hawaii's front page) where conditional content uses a value from the theme configuration to determine if something should be displayed. To make this work, CSControl:SiteThemeConfigurationDataPropertyValueComparison is the control that gives access to the site's…
-
I've created a custom SqlCommonDataProvider and wrote an article for my blog about it called Searching for members by display name in Community Server . I also placed a sample project that includes the source code for the CustomSqlCommonDataProvider and the communityserver.config file that you will…