-
Wherever you find a WeblogPostData control rendering the FormattedBody property, such as: <CSBlog:WeblogPostData Property="FormattedBody" runat="server" /> you can change it to <CSBlog:WeblogPostData Property="Excerpt"...
-
I found a solution. We wanted to retrieve a blogpage/article. This is how you do it: <CSBlog:WeblogPostList runat="server"> <QueryOverrides PostID="6" BlogPostType="Article" PostConfig="Empty" /> <ItemTemplate>...
-
I have a simple solution for you, follow these steps: Open web\default.aspx Add the following line below the other @Register lines <%@ Register TagPrefix="FileGalleries" Namespace="CommunityServer.Files.Controls" Assembly="CommunityServer...
-
The Telligent.Editor is an FCK-editor based HTML editor supporting Community Server 2008. It supports Internet Explorer 5.5+, FireFox, Opera 9.5+, and Safari 3+. See the readme.txt file included in the ZIP for installation instructions.