Browse By Tags

  • Forum Post: Creating Custom Sidebar

    Hello, I got the point and learned how to develop an own Application for CS. Now i am hard-working on it, and I need to place a Treeview and some Links and Informations. I tought about the Sidebar, cause it is the best way to devliver Information to the User. I currently use the Blog-Sidebar on my custom...
  • Forum Post: HTML element attributes stripped out on post

    Using CS 2.1 This is kind of weird and annoying... I had some existing content that I wanted to use as a blog entry. I drag and dropped it into the editor and everything looked great. I previewed it and everything looked great (at least it did in CS 2.0 -- now in CS 2.1 it doesn't anymore). I posted...
  • Forum Post: Not able to edit mirrors

    Hello, I have several feeds mirrored to one of my blogs. Because the URL's are so long (RSS feeds based on Google Search results) I don't see the Action buttons Edit an Delete on the right any longer... How can I still perform these actions? I am not able to set the screen wider as I have now...
  • Forum Post: Re: redirecting old feeds

    I ended up using an httpmodule myself, thanks for the hint. This is the solution I used for the sake of the people having the same problem. Create a VS Solution of C# Class Library called "feedredirect". Cut and paste the following code into the main class: 1 using System; 2 using System.Web;...
  • Forum Post: TextParts and HTML Restrictions

    Quick question (I figure someone probably knows this off the top of their head and can save me the time trying it out): Can blog TextParts be used to circumvent the "allowed markup" settings? For example, by default we disallow the <script> tag in blog posts. Can an unscruplulous user...
  • Forum Post: Created first blog post with Writely for CS

    I created my first Writely blog post today by using Writely by Google. Writely is Google's online Web Processor. You can create documents online and save and publish them for people to view. You can also publish your documents to your CS blog by using the Metablog API. The setup was fairly simple...
  • Forum Post: Editing My Blog

    This may sound silly, but how do I edit my blog entries? I have a couple that have bad links that I's like to correct, and I can't figure out how to get to the content to change it! There are apparently two ways to edit your blog entries, both of which I didn't find! One is on the main blog...
  • Forum Post: if I need this, may be you'll need it too...

    I've asked before and got no answers, so I've done it by myself. If you want on every page of your CS blog-list which looks like: - group 1 - blog 11 - blog 12 - group 2 - blog 21 - blog 22 - group 3 - blog 31 - blog 32 you should add next code to Skin-AggregateColumn.ascx: <script language...
  • Forum Post: Frontpage News on Blog page not updating

    I have been troublshooting a problem in a new CS 2.1 install and was wondering if anybody has seen this: Problem: The Frontpage News aggregator on the Blog page does not update with new blog posts. Troubleshooting: The default.aspx page in the Blogs folder has the following control set: <%-- The AggregatePostList...
  • Forum Post: Javascript and Iframes in blog posts

    I'm sure this is a very basic question... I run CS 2.0 at the moment, and one of my bloggers has asked if he can add javascript and iframes into his blog posts. I've tried adding an iframe, and although it seems to display the frame content in the Design view, once it's actually posted it...
  • Forum Post: Mirrored blogs not updated, except one

    Hello, I have six blogs on my site. All blogs have several mirrored blogs to pull in content from other sources. Only the first blog seems to be updated and the others are empty.I have restarted my site several times with no result. Also when I click 'all blogs on this site' have all numbers...
  • Forum Post: Wordpress vs Community server

    Hi everyone! I hope you can hep guide me towards a solution. I have a popular blog today and it's running on an web server installation of Wordpress. I'm very happy with Wordpress but the blog, and my ambitions, are growing too fast and too large. The perhaps most pressing issue is the amount...
  • Forum Post: Automatic pings?

    I'm using wordpress today and one of the things that I love about it is the automatic ping feature. I've entered a bunch of ping adresses into wordpress so that every time I write a new blog post, about 10 blog portals are notified. Is this functionality in Community server?
  • Forum Post: Permission Controlled Blog Posts

    Hi All Does anyone know if it's at all possible to post blogs that can only be seen by a certain security group (e.g. Trusted Users)? Meaning that if you are browsing as ANONYMOUS, you get a certain view, while if you are logged on and part of the allowed security group you get a completely different...
  • Forum Post: Problems with Youtube code

    Hello, I want to add some Youtube code e.g. <object width="425" height="350"><param name="movie" value="blablabla"></param><embed src="blablabla" type="application/x-shockwave-flash" width="425" height="350"><...
  • Forum Post: Re: Problems with Youtube code

    Hi, LPH: Please correct me if I'm wrong, but I believe that Scott's module is nice if someone is .NET 2.0 but not 1.1. there are also binarys for .NET 1.1 ... Thank you for your tip, I hope it works :-)
  • Forum Post: Re: Only one attachment possible in BlogPost?

    Probably not the answer you're looking for, but you can do this easily with Windows Live Writer . Also, you can FTP the files to a user-accessible folder on your site and use the links to the images in your post. I use Live Writer because it's so easy to use. Steve
  • Forum Post: Thrumbnail in BlogPost

    There is a good idea to provide a thrumbnail to each BlogPost, isn't it? In attach to a BlogPost it is proper to store some media (mp3/zip). But if I want to have an image "attached" to a BlogPost, I must to store it in attach. (I use CS engine in my application to show blogs). In a BlogPost...
  • Forum Post: Easy way to show last few posts of ONE blog on the homepage?

    I've found the thread on restoring the "Front page news" section to my homepage, but now I want to go one step further and add an additional feed to a special area of my homepage. I know there are repeaters and such set up for it. Does anyone know how to add a the last few posts from a...
  • Forum Post: CS 2.1 Final Issues with Blog

    I can go directly to my blog, but clicking on the "Blog" button causes an unhandled exception. Here are the details: User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Geck Path: /controlpanel/default.aspx as HTTP GET Referrer: / Message: A floating point exception occurred...
  • Forum Post: Getting the BlogGroupID from the current CSContext

    I am trying to do a Server Control that needs to be aware of the current blogs BlogGroupID. So if the control is put in i.e the Skin-BlogSideBar.ascx, the control should know which BlogGroupID the current blog belongs to. I have been using CSContext.Current.BlogGroupID for that, but it seems to give...
  • Forum Post: Duplicate groups in tree view ?

    I've started creating blog groups and I'm seeing duplicate groups in the tree view. I have screen shots of this behavior, but I can't upload them right now Has anyone else came across this, or have any suggestions ? Thanks Tony W
  • Forum Post: Re: Restrict blog eating site resources

    Aren't you defeating the whole purpose of blogging by restricting users trying to visit the popular blogs repeatedly ?
  • Forum Post: Re: Not Found: Forum Not Found

    1. We know Forum, Weblog, PhotoGallery and FileGallery are all inherits from a base class called "Section()" in the source code, and cs_Sections in the database. 2. ‘Forum Not Found’ can be any kind of not found, not only forums. The way that CS throws that exception, is it redirects to the error...
  • File: Popular Topics CS Blog Control (CS 2.1, ASP .NET 2.0)

    The Popular Topics CS Blog Control enables you to show the most popular posts of your blog in a list on your blog page. It is built as a CommunityServer.Blogs.Controls.WeblogThemedControl. It can show X (depending on your choice) number of the most popular topics in your Blog by MostViewed, MostComments...