Browse by Tags
All Tags »
Community Server »
Skinning »
Chameleon »
Software Development (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
I've just added descriptions and notes to docs.communityserver.org regarding some of the changes in SP3 I was involved with: Tags: Is there a way to hide TagClouds when they have no tags to display? Introduction to Chameleon: New TruncationEllipsisTemplate...
|
-
|
A common Community Server customization involves adding fields to the registration form (CreateUserForm control) and performing custom actions based on these fields. Chameleon provides an easy way to extend the CreateUserForm control by using Sub-Forms...
|
-
|
For those of you diving into the Community Server 2007 SDK and learning about the inner workings of Chameleon to create custom controls , I thought it would be helpful to outline the base control classes available to Chameleon control developers. The...
|
-
|
To add a new page to a theme in CS2007, Add the page to SiteUrls_Override.config The SiteUrls.config file defines all of the rewritten URLs within Community Server. The SiteUrls_Override.config file within the root of the Community Server installation...
|
-
|
I just wanted to point out that I made a few changes to the Creating New Themes in CS2007 post to highlight some common changes that will need to be made when copying the out-of-the-box site themes. The changes include notes to update the name and preview...
|
-
|
To more easily support custom code in Chameleon-based themes, two new controls were added: CustomCondition and CustomAction. From the updated Introduction to Chameleon: Condition Controls post... CustomCondition (<CSControl:CustomCondition />) CustomCondition...
|
-
|
One topic that could have been covered more in my Introduction to Chameleon posts is pager controls. Pager controls in Community Server 2007 are now completely customizable, interchangeable, groupable, and support some cool new features. As I mentioned...
|
-
|
Jose messaged me this evening and suggested adding IF-ELSE style logic to Chameleon in Community Server 2007. While IF-ELSE logic could be implemented using standard Chameleon controls using duplicated/negated DisplayConditions, such duplication can result...
|
-
|
My post introducing list controls has already been updated, but to draw attention to the change, I thought I would post a separate update notification. All Chameleon list controls have been updated to support the following template in addition to the...
|
-
|
I've already updated my post introducing condition controls in CS2007/Chameleon , but I wanted to add a separate post to draw attention to the changes... To better support date comparisons, all property and value comparison condition controls now...
|
-
|
I just received a request via email to provide the quick steps to getting started with a new Chameleon-based theme in CS2007--so, here it is. To setup a new custom site theme, Copy an existing Chameleon theme I strongly suggest not overwriting the default...
|