Pages: << 1 ... 25 26 27 28 29 30 31 32 33 34 35 >>
This is an extended post. This means you only see this small teaser by default and you must click on the link below to see more.
By default, b2evolution comes with 4 blogs, named 'Blog All', 'Blog A', 'Blog B' and 'Linkblog'.
Some of these blogs have a special role. Read about it on the corresponding page.
You can create additional blogs or delete unwanted blogs from the blogs admin.
By default, all pre-installed blogs are displayed using a skin. (More on skins in another post.)
That means, blogs are accessed through 'index.php', which loads default parameters from the database and then passes on the display job to a skin.
Alternatively, if you don't want to use the default DB parameters and want to, say, force a skin, a category or a specific linkblog, you can create a stub file like the provided 'a_stub.php' and call your blog through this stub instead of index.php .
Finally, if you need to do some very specific customizations to your blog, you may use plain templates instead of skins. In this case, call your blog through a full template, like the provided 'a_noskin.php'.
You will find more information in the stub/template files themselves. Open them in a text editor and read the comments in there.
Either way, make sure you go to the blogs admin and set the correct access method for your blog. When using a stub or a template, you must also set its filename in the 'Stub name' field. Otherwise, the permalinks will not function properly.
In the /blogs folder as well as in /blogs/admin there are two files called [sample.htaccess]. You should try renaming those to [.htaccess].
This will optimize the way b2evolution is handled by the webserver (if you are using Apache). These files are not active by default because a few hosts would display an error right away when you try to use them. If this happens to you when you rename the files, just remove them and you'll be fine.
b2evolution uses old-style permalinks and feedback links by default. This is to ensure maximum compatibility with various webserver configurations.
Nethertheless, once you feel comfortable with b2evolution, you should try activating clean permalinks in the Settings screen... (check 'Use extra-path info')