Renaissauce

Wyatt Lyon Preul's Portfolio

Infusion Theme

June 07
by Admin 7. June 2008 11:42

A nice little blog theme for Community Server 2007.

 

 

 

 

 

Community Server Large Pack

June 07
by Admin 7. June 2008 11:40

A variety of modules, tasks, and pages to use with Community Server 2007.

- GoogleBase Module
- AutoTag Module

- CommentUpdate Task

- SiteUrls Merged View page
- CommunityServer Merged View page

 

 

 

 

CommunityServer MediaModules

June 07
by admin 7. June 2008 11:38

Community Server Media Modules

* MP3 Module

To install the media module simply add the following to your CSModules section of your CommunityServer.config file:

<add name = "Mp3Module" type="CS.MediaModules.Mp3Module, CS.MediaModules" />

To use this module simply add a text part linking to the mp3 file you want to be able to play with the following parameters:
src = URL of MP3 file
display = What you want to be displayed in replace of the URL path

Example:

[mp3: src=http://download.publicradio.org/podcast/minnesota/podcasts/current_download/2007/01/20070201_apples_in_stereo_energy.mp3: display=Apples in Stereo - Energy]

Caffeine Community Server Blog Theme

June 07
by admin 7. June 2008 11:37

Here is a very simple blog theme for Community Server called caffeine.  I created it in under 20 minutes using only a bar of soap, a napkin, and a AA battery.  To install simply extract the contents of the RAR to your themes\blogs folder.  After this little task is complete simply select it from the dropdown list of available themes inside of Community Server.

ArticleList Source

June 07
by Admin 7. June 2008 11:36

Here is the updated source code to my Article List control.  It was updated by Sam Lai with the following changes in Sam's words:

Basically I have changed it so that there are two repeater controls.
The first (outer) one loops through all the categories, and the 2nd
(inner) one loops through all the posts for that category.
Besides that, I have also added in a HyperLink control to show the
comment count with the comment text. Prior, you had placed the
CommentCount and Comment control together using the skin file, however
that resulted in a break in the link underlining, so this control
avoids that. It can be used by adding the following line within the
posts repeater:

<asp:HyperLink ID="CommentCountWithCommentText" Runat="server" />

Also, I have added in a hyperlink control that displays the article's
author. Use this by adding the following line within the posts
repeater:

<asp:HyperLink id="AuthorLink" Runat="server" />

I have added in some new properties as well that allow you to sort the
resultant articles.
ArticlesSortBy: allows you to sort the articles based on either
MostRecent, MostViewed, MostComments. Those are the only accepted
values. Defaults to MostRecent.
ArticlesSortOrder: allows you to sort the articles in either
Descending or Ascending order. Those are the only accepted values.
Defaults to Descending.
To set these, just add them to the Article:ArticleList tag, e.g.
<Article:ArticleList runat ="server" ArticlesSortBy="MostRecent" ArticlesSortOrder="Descending" id="ArticleList1" BlogId="9" ShowExcerpt="true" MaxPosts="100"/>

Community Server Pages

June 07
by admin 7. June 2008 11:34

Includes the full source for custom pages as well as the pages themselves.

So far this package includes the following:

  • Module Management

This was compiled in .NET 2.0

Community Server 2.1 Modules

June 07
by Admin 7. June 2008 11:32

 

 

*The documenation has been updated inside this pack*

Newest Item:
--> Exception Notification via Email

Featured Item:
--> Community Server Uninstall Wizard

Included Modules:
--> Article Syndication via Atom 1.0
--> Article Syndication via RSS 2.0
--> Article submission using MetaBlog compliant clients (BlogJet, w.bloggar)
--> Article List Control for displaying particular articles

Powershell Scripts

June 07
by admin 7. June 2008 11:29

Here is my collection of Powershell scripts. 

- List Driver Problems : outputs any drivers on your system that are reporting errors.
- List Shares : outputs the current file shares on your system
- List Windows Fixes : outputs all of the fixes on your computer that are issued from Microsoft intended to fix Windows
- Shift Left : takes a file and shifts its contents all the way to the left, removing any tabs.