Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 4.x > Installation and deployment > Quick "Personal Site" Configuration Question... View modes: 
User avatar
Member
Member
KenJr - 3/9/2009 8:24:38 AM
   
Quick "Personal Site" Configuration Question...
I have a couple questions about customizing the 'personal site' template.

1) How do you change the large header graphic?? I can't figure out where to change that thing in the CMS Desk. (It's the one of the lady chewing bubble gum...)

I'd like to just find where it lives so that I can use the size as a template and just modify the graphic in Photoshop, but I can't even figure out if the thing is a .gif or .jpg and what it's name is to do that.

2) How do I delete what currently exists in the forums as well as create my own new forums? I don't see an option in the forum 'menu' to remove/add content like I did with the Photo Gallery, etc...

Thanks!!

User avatar
Member
Member
KenJr - 3/9/2009 8:25:38 AM
   
RE:Quick "Personal Site" Configuration Question...
Sorry...one more I forgot...

How do I create a 'file library'? I'd like to have a section where folks can download PPT presentations and other collateral - what's the best way to accomplish that?

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 3/9/2009 4:16:56 PM
   
RE:Quick "Personal Site" Configuration Question...
Hi,

Please find my answers to your questions below:

1.) This image is defined in your stylesheet in CMS Site Manager -> Development -> CSS Stylesheets -> Edit your personal stylesheet:

.zoneTop
{
height: 239px;
width: 795px;
background-color: #fff;
background: #fff url(../App_Themes/PersonalSite/Images/bg_head.jpg) no-repeat top left;
}


2.) For all of the necessary information about forums, please refer to following section from the developer’s guide:

http://devnet.kentico.com/docs/devguide/forum_module_overview.htm

Please notice that there are some limitations for free Kentico CMS edition (http://www.kentico.com/cms-asp-net-features/Feature-Matrix.aspx).

3.) For this purpose, you can use Media Library module. (http://devnet.kentico.com/docs/devguide/creating_media_libraries.htm)