-
I am using kid Congo theme and don't have access to the server. The only thing I can do to customize my blog is use the css override section under "change how my blog looks". My question is Is it possible to add another section to the sidebar (the one in the middle)? I would like to add...
-
We're running 2.0 and are having the same issue. First we thought that we lacked adequate admin permissions, but wrote tech support who said that this requires customization that is not possible with 2.0. What versions do allow customization? Any help is appreciated, thanks.
-
I figured it out.. hope this helps others ForumThreadQuery forumQuery = new ForumThreadQuery (); //forumQuery.GroupID = 9; //uncomment if you want results only for a particular forum forumQuery.PageSize = 3; forumQuery.ForumID = -1; forumQuery.SortOrder = SortOrder .Descending; ThreadSet ts = Threads...
-
Hi all, I need your help because I need to add a custom link in the breadcrumb navigation bar. Basically, right now I have something like this: General Discussion >> ThreadX And i need to add a new link behind "General disccussion" which says "Forum" and is linked to the home...
Posted to
Themes
(Forum)
by
all86_2003
on
Tue, Feb 12 2008
Filed under: themes, customization, navigation, breadcrumb
-
Every document and item in forum and blogs here only have the perspective of using CS as the primary content plattform. Is it possible to use CS as a community codebase in for example SharePoint, DNN or EPiServer? It would be great to use just one or two components just like webcontrols in my VS2005...
Posted to
Developers
(Forum)
by
amek
on
Fri, Feb 1 2008
Filed under: customization, Visual Studio, controls
-
Hi all, Hope someone can help, I am trying to customize slide show pro. I have a license for slide show pro and would like to customize the design of the slide show. So I guess I am asking what settings to I need to recreate the flash file? And will it work with the latest Version of slide show? Regards...
-
Greetings all, I'm in the stages of researching and designing a solution in CS, and I want to make sure I have all my bases covered before I start coding. I think I can accomplish all of the modificaitons I want solely through Themes, CSModuels, and Provider extentions (which is awesome). Though...
-
Hi all, I am on version 3.1.20917.1142 I want to add the following to the public profile. a) A link to the user's blog b) A link to a custom page where user can have a detailed "about me" section (like a resume) thanks a lot in advance, Simon
-
Does anyone have FCKEditor working with CS2007? We really would like to deploy it, but I can't find any reference to people who have it working in CS2007. I used to have it working in CS2.1. I hear it is being used for Graffiti, can the wrapper in Graffiti be ported to CS? Thanks! Doug Evans IT Manager...
-
I'm new to CS.... this is a noob question. With the Forms Authentication Extension Security Module installed, I have my own registration and login forms that house users and authenticate them off of my own database. I've read about creating the authentication cookie and making sure the web.config...