Browse By Tags

  • Forum Post: Re: Which CMS is best? (loaded question)

    Hi. Would the Content Management System of CS2007 be included in all licenses including the personal and express? Thanks in advance.
  • Forum Post: Re: SQL login problem after MSI install

    SQL authentication is a poor alternative to Windows integrated security. Microsoft seems to agree and applications such as MS CRM 3.0 and SharePoint 2007 install perfectly well with Windows security on remote SQL2005 servers, so it is certainly a supported and recommended configuration. CS manages to...
  • Forum Post: ScottWater.CS.Modules in CS2007?

    Hello, I'm new to CS and to .Net. I am building out site built on CS2007 Beta2 in preparation for the commercial release. There are 4 things I'm looking to do, and hoping to get some advice on. Integrate support for embedded video playback ala Youtube. Will the ScottWater.CS.Modules...
  • Forum Post: Securing CS2007

    So, we run all our servers hardened. Which is a good thing since I just had a hacker trying to break into the webserver that houses CS2007RC1. Exactly which folders do I need to give Network Service additional priveledges besides read to make everything work? Thanks!
  • Forum Post: Changing Page Title for Blog

    Changing SetTitle() on /Web/Themes/<theme>/Blogs/postlist.aspx has no effect on the title that is displayed. It is always the name of the blog.
  • Forum Post: Tags Modal Dialog Problem

    The problem is that when you use the modal dialog (popup) for selecting tags (for forums posts, if not all posts) on a site with many tags (such as cs.org), you have to scroll over to find OK and Cancel. This is very confusing to the average user.
  • Forum Post: Community Server 2007 - RELEASED!

    Today we’re proud to announce the immediate availability of Community Server 2007 – the best version of Community Server yet! There are a number of new improvements, but by far the largest is the new theme system “Chameleon”. Chameleon allows people to change the look-and-feel of Community Server without...
  • Forum Post: Installer in CS2007 SDK bombs out

    Errors Occurred Errors occured during the execution of this wizard. Module Message ExecuteSqlInFile Error in file:C:\websites\CS2007_3.0.20416.853.sdk\CS2007_3.0.20416.853.sdk\source\Web\installer\SqlScripts\InstallCommon.sql Message:File C:\websites\CS2007_3.0.20416.853.sdk...
  • Forum Post: Re: Adding a left side bar to all pages...

    As a follow up to better illustrate the layout/general function in the theme configuration page I have included screen shots here. http://chumlyworldnews.com/blogs/twxztips/archive/2007/04/18/adding-left-side-bar-to-home-page.aspx
  • Forum Post: Re: /themes/default/style/Common.css will not go away

    I just threw this together... I believe this might help. I tested it and if I recorded the steps correctly it should work if you are looking to create a new theme. http://chumlyworldnews.com/blogs/twxztips/archive/2007/04/20/create-a-custom-theme.aspx
  • Forum Post: Community Server 2007 - Source Code, Feature Set

    Questions on the newly released CS2007: 1) When is the source code available for download? 2) Is there a doc out there that describes all the improvements/features made in CS2007 relative to the previous version? Thanks Krishna
  • Forum Post: How do I import a blog from CS2.1 into CS2007?

    Hi there, I've got a couple of blogs on a site running Community Server 2.1 that I would like to import into another site running CS2007. I see that Keyvan is converting his BlogML utility for CS2007 but is there any way to do that aside from using BlogML? I'm happy to do this directly in...
  • Forum Post: Re: Custom footer for CS 2007

    codegator, You can find the footer section in the master.master file. This is located in the themes/ themename /common directory with the themename being whatever theme you are editing. At the bottom of the master.master file you will see <div id="CommonFooter"> The edits can be done...
  • Forum Post: GoogleSiteMap in CS2007

    I am confused on the procedure to use the GooglSiteMap and GoogleSiteMapIndex.aspx/hx pages. I am running the Personal/Free edition of CS 2007 and here is the url: http://cromwellhaus.com/. Going to http://cromwellhaus.com/googlesitemap.aspx or sitemapindex.aspx gives me a 404. Any assistance would be...
  • Forum Post: Re: Tags and resource cannot be found error

    Problem fixed. I used Dave Burke's notes, http://dbvt.com/blog/archive/2007/03/22/my-cs2007-configs-for-dbvt-com.aspx which was a huge help. I also created a folder at my CS root (\cs\Myblog) and added a blank default.aspx file to it and applied Dave Burke's files with one addition. Since...
  • Forum Post: Re: Change "Blogs" Link

    Problem fixed. See http://communityserver.org/forums/t/487285.aspx post.
  • Forum Post: [BUG] [CS2007] Exception while posting message

    CS2007_3.0.20423.869. i'm trying to post a message in newly created forum. Exceptions occurs everytype i post a message. But messages are posted successfully. Something is wrong with email jobs... Does anyone know why this is happening? User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1;...
  • Forum Post: Re: Forum refresh issue?

    yes. it is happening frequently on my site. (Another case of caching issue is when i am deleting user: page is been refreshed, but user is still present in the list.) ps: cs2007rtm
  • Forum Post: Re: most recent member code?

    If you look in the file <root>/Themes/default/Forums/grouplist.aspx, you'll see the following control at the bottom of the page: < CSControl : SiteStatisticsData runat ="server" LinkTo ="NewestUserProfile" Property ="NewestUser" Tag ="B" /> ...
  • Forum Post: Re: Post Relevance Sorting in CS2007?

    I think I found what you're looking for. You can use the UsePostScoring attribute on the QueryOverrides element in the blog post list control. The following snippet is from /themes/<theme name>/blogs/postlist.aspx, and the added attribute is in bold: < CSBlog : GroupData runat ="server"...
  • Forum Post: Community Server 2007 Theming Extravaganza Questions

    I am excited to see the Community Server 2007 Theming Extravaganza that was just announced - nice prizes. A couple of questions: Are we allowed to enter in more than one category? Are we allowed to enter more than once in each category? I think that's all I've got for now, but...
  • Forum Post: Bug [CS2007] Quick Reply does not bring you back to your post after done.

    Bug [CS2007] Quick Reply does not bring you back to your post after done. I would think this should bring you to your post after making a quick reply.
  • Forum Post: Re: most recent member code?

    silent1643 thanks for your reply, i did try to use this code but didn't receive any result? will this code not work in the sidebar by double clicking the content then adding it to the html.. or must this code reside directly in the home.aspx file? Also what property would show the newest user avatar...
  • Forum Post: Deleting user accounts / DeleteUserStatus.InsufficientPermissions

    I'm trying to delete a user account during an ITask execution. The delete call returns the InsufficientPermissions result. What permission set does the ITask process have and how do I change it to something that will allow the deletion to occur? Thanks, Eric
  • Forum Post: Re: most recent member code?

    Here you go: (These were taken from the list of properties exposed by the SiteStatistics component in CommunityServer.Components.dll ActiveModerators ActveUsers AverageModeratedPostsPerModerator CurrentAnonymousUsers MostActivePostID MostActiveSubject MostActiveUser MostActiveUserID MostReadPostID...