1 lokiare Sep 28, 2012 20:01
3 tilqicom Oct 05, 2012 23:31
depends on your skin but basically style.css under your skin folder contains almost all styling.
you can find the included resources like js or extra css files inside skin.class.php and if you have a html.header.inc.php you will see <head> parts there, if not, you can copy from parent main folder.
index.main.php holds everything together, sub part item.block.inc.php and item.content.inc controls post content.if you have extra files such as "posts.main.php or pages.main.php" those take control over from index.main php for their respective layouts
4 tilqicom Oct 05, 2012 23:32
You can check this out too: http://forums.b2evolution.net/viewtopic.php?t=17115 , that is also outdated and not complete but might help to grasp a general understanding
The basics of creating a new skin are simple: pick an existing one as a starting point, duplicate its folder, rename it and start making modifications ;)
(we will write docs when we get version 5 out of the door)