Browse Forum Posts by Tags
-
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...
-
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...
-
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
-
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
-
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...
-
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?