Browse by Tags

Tagged Content List
  • Forum Post: Debugging the MetaBlog API

    Hi Guys, I was trying to configure a blog editor like zoundry (I tried a few others too w.bloggar, blogjet, postxing) I get the error "XmlRpc listblogs request failed: RpcPublishedError['blogger.getUsersBlogs' type:XMLRPC protocol error code -1 msg( http://...metablog.ashx )] This has been bugging...
  • Forum Post: Add List Item in Blog Lists Javascript Error

    I tried searching for this bug but couldn't find any information on it. So, everytime I click on the Add List Item button under Blog Lists, I get a Javascript error: Error: 'reloadLinks' is undefined. Has anyone else got the same error? PS: I am using IE7 Beta 3. I tried the same using FireFox...
  • Forum Post: Error when blog auto-create is set to true

    Hello all, I am having a problem with CS 2.1 on shared hosting. Whenever a new user signs in, they get the error 'Error while attempting to create this user.' The user is properly created, but they are not signed in. This error only occurs when the auto create blog option is checked. I can uncheck...
  • Forum Post: Delete list items from SharePoint SPListItemCollection.

    Example: If you would like to delete item from SPListItemCollection by property name, you can do this by for loop with current statement below. public void DeleteLinkItems(String Name) { SPList userList = GetUsersSPList (); SPListItemCollection listItems = userList.Items; for...
  • Forum Post: Re: PostDate/UserTime and Timezone for Blog Posts

    I had a similar problem with CS 2008 Beta And is the format of dates in the following pages. Web\Themes\Default\Blogs\postlist.aspx(51): <CSBlog:WeblogPostData Property="UserTime" LinkTo="Post" IncludeTimeInDate="true" FormatString=" ddd, MMM MM yyyy...
  • Forum Post: PostDate/UserTime and Timezone for Blog Posts

    Wow, the Blog Post Timestamp drives me crazy. I'm in Germany (Timezone CET, +1) and my server is located in (PST, -8). In Date/Time Settings, timezone is set to the servrs timezone and in the users profiles, timezone is set to the local (CET) timezone. In a default installation of CommunityServer...