Browse by Tags

Tagged Content List
  • Forum Post: 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...
  • Forum Post: Multiple Communities, One Blogger, How Many Blogs?

    I am planning several topic-specific communities published under different URL's. I want to have a topic-specific blog on each, all written by the same individual blogger. In addition, I want everything written by this individual to appear in a blog (or blogs) on their own personal website. The goal...
  • Forum Post: anonymous user linked to userid=2101

    Hi all, I'm new to CS 2.0 and I found very nice and useful. Now I've activated some blogs with anonymous comments enabled. But in this way, every anonymous user that post a comment will be displayed with a link to his profile. But the user is anonymous! Why the anonymous user get a link to profile.aspx...
  • Forum Post: do forms work

    ok so i created an html webform in dreamweaver and copied the code into an article the form is based in a table and as 4 textfeilds 1 text box and 2 buttons i have not set an action yet but i want to basicly email the form to me i will run that on a seperate script all was well in design veiw even...
  • Forum Post: Re: wmv inline with media player controls in a blog

    ok - I figured it out. I guess either I'm dumb -couldn't find it in faq/docs - and no one wanted to help point me in the right direction or this is not desired by the cs population. If you want to see wmv's inline easily in your blogs do this - 1) on your post tab - type in your text if you want above...
  • Forum Post: Migrate blog posts from {product}

    As part of the great voyage of discovery I've used a number of blogging tools (Blogger via BlogSpot and Presstopia locally hosted). After discovering CS researching for a client I want to import all my prior bonne mots into my new CS powered blog (less concerned about the Blogspot legacy but want...
  • Forum Post: Display Name in RSS feed (dc:creator)

    By default the username is the value for dc:creator in the RSS feed. How can I change this to be the display name? Or maybe conditionally, like on the blog site itself? Regards, Onno
  • Forum Post: Blogs on the home page....

    Greetings and Salutations... I'm hoping that someone can point me in the right direction on this. I've got a website powered by CS and on the homepage is a list of Blog Entries. These entries, currently, are completed by one person, for one blog. More might be coming down the road, but for now...
  • Forum Post: Anonymous user to post in Blog

    Hi, I want all users to be able to post in my public blog. By setting the owner as 'Everyone' and providing 'Manage Content' to Everyone, Everyone is also able to change the setting of the Blog like description, etc. That's not what I want. So how do I set security in such a way that...
  • Forum Post: wmv inline with media player controls in a blog

    I have successfully used Scott's Camtasia add-on, but I'd like to take normal wmv files and view them in a blog. I've tried info from Josh Shaffer's site , (placed it in via the html editor in CS2) but everytime I "post" CS changes the text and I'm not sure why. Do I need to change one of the config...
  • 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: Changing display name??

    When you post a blog entry it says posted by admin, how can I change it to say e.g. posted by Granville?? I can't seem to tell where I do this I had a look around profile but still I can't seem to find anything. Small problem but quite annoying. Thank you Granville.