Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Categories in BlogML use as Tags in Community Server

    I have several hundred blogs which i have exported to BlogML out of Movable Type (which is a SixApart product) and am importing into Community Server. I have discovered that Community Server seems to completely ignore the <categories> section of BlogML, this is a big issues as most of the posts...
    Posted to Coding with Community Server (Forum) by mknopf on Sat, Jun 30 2007
    Filed under: tags, development, code, blogs, cs 2007, BlogML
  • 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 ( int i=listItems.Count...
    Posted to Blogs (Forum) by Tomek Prentki on Thu, Jun 22 2006
    Filed under: Blogs, code, how to, bugs
  • 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 me...
    Posted to Blogs (Forum) by taz on Wed, Jun 7 2006
    Filed under: Blogs, code, bugs
  • Link List on default blog skin

    Hi, Is there anyway in which a link list could be shown on the blog page, preferably on the default theme. Also any idea on how to show popular tags of posts on a blog site like whats done here http://weblogs.asp.net Would appreciate any advice, Thanks, Taz
    Posted to Blogs (Forum) by taz on Sun, Jun 4 2006
    Filed under: CS 2.0, Blogs, code
  • Re: Drop Down List of Blog Members?

    Nope. But it should be fairly easy to setup. Arraylist blogs = Weblogs.GetWeblogs(); //returns a list of blogs //assumes a dropdown list named ddl ddl.DataSource = blogs; ddl.DataTextField = "Name"; ddl.DataValueField = "Url"; ddl.DataBind(); ddl.Items.Add(new ListItem("--Select a Blog--")); Then add...
    Posted to Blogs (Forum) by Scott Watermasysk on Tue, May 9 2006
    Filed under: Blogs, code, how to
  • How to prevent automatic login????

    On the login screen, a checkbox is presented allowing the user to be able to bypass the login screen the next time, they visit the site. Is there a way to prevent this?
    Posted to Coding with Community Server (Forum) by lgriffin on Wed, May 2 2007
    Filed under: customisation, user, accessibility, code, blogs, asp.net
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com