08.06.2011, 19:06
(
Последний раз редактировалось gamer931215; 10.09.2011 в 01:23.
)
Creative Webkit 3.0 Final
What is a Creative Webkit ?Creative Webkit is a CMS(Content Management System) created for beginning php developers. Because the coding of CW is so simple, it is very easy to modify and customize it yourself! You can write plugins for it, extend the classes with extra functions, theres just a lot you can do with it!
What is a CMS ?
An CMS (Content Management System) is a software system that you can use to control/edit your website.
Populair CMS systems are Drupal,Joomla,Wordpress etc
You can just install them via an installation wizard to install the database, and you can make your
own website without requiring any skills of php/html!
Creative Webkit features
- use your own templates (multi-template support!)
- Easy-to-use Control Panel
- 3 default templates to start with
- Easy-to-use article system (placing multiple items on a page)
- Customizable pages (allowing you to use iframes/redirects)
How to add my own template ?
Requirements:
- Menuitems MUST be classes in the css, and they must be called as:
.menuitem (normal menuitem)
.menuitem_current (current menuitem).
The subitems will become "ul" items
Copy/Paste these css classes:
PHP код:
.emptyline
{
visibility:hidden;
}
.title_small
{
font-size:18px;
}
.title_normal
{
font-size:22px;
}
<link rel="stylesheet" type="text/css" href="style.css" />
becomes:
<link rel="stylesheet" type="text/css" href="themes/yourstyle/style.css" />
same with javascripts/etc
Credits
Programming:
Gamer931215 (www.gamer93.net) for scripting the CMS
Opensource content used:
TinyMCE (javascript content editor) http://tinymce.moxiecode.com/
A few fonts for the layouts from www.dafont.com
Download
http://www.gamer93.net (located at Other apps)