This demo template displays 3 blogs at once (1 on the left, 2 on the right)

#1: Blog A Title

11/08/07

Permalink 04:40:11 pm , Categories: Welcome

Welcome to b2evolution!

Three blogs have been created with sample contents:

  • Blog A: You are currently looking at it. It contains a few sample posts, using simple features of b2evolution.
  • Blog B: You can access it from a link at the top of the page. It contains information about more advanced features.
  • Linkblog: The linkblog is included by default in the sidebar of both Blog A & Blog B.

You can add new blogs, delete unwanted blogs and customize existing blogs (title, sidebar, skin, widgets, etc.) from the Blog Settings tab in the admin interface.

Permalink 04:40:10 pm , Categories: Background

Extended post

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.

Read more »

Permalink 04:40:09 pm , Categories: Background

Extended post with no teaser

This is an extended post with no teaser. This means that you won’t see this teaser any more when you click the “more” link.

Read more »

Permalink 04:40:08 pm , Categories: Background

This is a multipage post

This is page 1 of a multipage post.

You can see the other pages by clicking on the links below the text.

Pages: 1 · 2 · 3 · 4

Permalink 04:39:52 pm , Categories: Welcome, News

Second post

This is the second post.

It appears in multiple categories.

:: Next >>

#2: Blog B Title

Permalink About skins...

By default, b2evolution blogs are displayed using a skin.

You can change the skin used by any blog by editing the blog settings in the admin interface.

You can download additional skins from the skin site. To install them, unzip them in the /blogs/skins directory, then go to General Settings > Skins in the admin interface and click on “Install new".

You can also create your own skins by duplicating, renaming and customizing any existing skin folder from the /blogs/skins directory.

To start customizing a skin, open its “index.main.php” file in an editor and read the comments in there. And, of course, read the manual on skins!

Permalink About widgets...

b2evolution blogs are installed with a default selection of Widgets. For example, the sidebar of this blog includes widgets like a calendar, a search field, a list of categories, a list of XML feeds, etc.

You can add, remove and reorder widgets from the Blog Settings tab in the admin interface.

Note: to be displayed widgets are placed in containers. Each container appears in a specific place on a skin. If you change the skin of your blog, the new skin may not use the same containers as the previous one. Make sure you place your widgets in containers that exist in the specific skin you are using.

Permalink Skins, Stubs, Templates & website integration...

By default, blogs are displayed using a skin. (More on skins in another post.)

This 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‘.

If you want to integrate a b2evolution blog into a complex website, you’ll probably want to do it by copy/pasting code from a_noskin.php into a page of your website.

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.

Permalink Apache optimization...

In the /blogs folder there is a file called [sample.htaccess]. You should try renaming it to [.htaccess].

This will optimize the way b2evolution is handled by the webserver (if you are using Apache). This file is not active by default because a few hosts would display an error right away when you try to use it. If this happens to you when you rename the file, just remove it and you’ll be fine.

Permalink Clean Permalinks!

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 Global Settings > Link options in the admin interface.

Original page design by François PLANQUE b2evolution