Archives for: August 2007

August 6th 2007

PermaLink Monday 6:45 pm, by prathermm >>>MSGFORM<<<, 0 words, VIEWED 27 TIMES   English (US)
Categories: b2evolution

This post title is "Sovereign King's Creation"

Permalink BEFORESend feedbackAFTER

August 4th 2007

PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 14 words, VIEWED 122 TIMES   English (US)
Categories: Announcements [A]

This post title is "First Post"

This is the first post.

It appears on both blog A and blog B.

Permalink BEFOREONLY ONE FEEDBACKAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 15 words, VIEWED 438 TIMES   English (US)
Categories: News Announcements [A], Background

This post title is "Second post"

This is the second post.

It appears on blog A only but in multiple categories.

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 16 words, VIEWED 70 TIMES   English (US)
Categories: Fun

This post title is "Third post"

This is the third post.

It appears on blog B only and in a single category.

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 0 words, VIEWED 7 TIMES   English (US)
Categories: contributors

This post title is "Travis"

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 0 words, VIEWED 5 TIMES   English (US)
Categories: contributors

This post title is "Nate"

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 0 words, VIEWED 6 TIMES   English (US)
Categories: contributors

This post title is "Danny"

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 0 words, VIEWED 5 TIMES   English (UK)
Categories: contributors

This post title is "Yabba"

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 0 words, VIEWED 4 TIMES   English (US)
Categories: contributors

This post title is "Halton"

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 0 words, VIEWED 234 TIMES   English (US)
Categories: contributors

This post title is "Topanga"

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 0 words, VIEWED 3 TIMES   English (US)
Categories: contributors

This post title is "EdB"

Permalink BEFORESend feedbackAFTER
PermaLink Samstag 4:44 pm, von prathermm >>>MSGFORM<<<, 0 Wörter, VIEWED 8 TIMES   German (DE)
Kategorien: contributors

This post title is "dAniel"

Permalink BEFORESende FeedbackAFTER
PermaLink Samedi 4:44 pm, par prathermm >>>MSGFORM<<<, 0 mots, VIEWED 4 TIMES   French (FR)
Catégories: contributors

This post title is "Francois"

Permalink BEFORERéagirAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 2 words, VIEWED 14 TIMES   English (EU)
Categories: b2evolution

This post title is "b2evolution"

Project home
Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 32 words, VIEWED 20 TIMES   English (US)
Categories: b2evolution

This post title is "This is a sample linkblog entry"

This is sample text describing the linkblog entry. In most cases however, you'll want to leave this blank, providing just a Title and an Url for your linkblog entries (favorite/related sites).
Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 42 words, VIEWED 7 TIMES   English (US)
Categories: b2evolution Tips

This post title is "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 Settings screen... (check 'Use extra-path info')

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 81 words, VIEWED 5 TIMES   English (US)
Categories: b2evolution Tips

This post title is "Apache optimization..."

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.

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 116 words, VIEWED 13 TIMES   English (US)
Categories: b2evolution Tips

This post title is "About evoSkins..."

By default, b2evolution blogs are displayed using a default skin.

Readers can choose a new skin by using the skin switcher integrated in most skins.

You can change the default skin used for any blog by editing the blog parameters in the admin interface. You can also force the use of the default skin for everyone.

Otherwise, you can restrict available skins by deleting some of them from the /blogs/skins folder. You can also create new skins by duplicating, renaming and customizing any existing skin folder.

To start customizing a skin, open its '_main.php' file in an editor and read the comments in there. And, of course, read the manual on evoSkins!

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 192 words, VIEWED 13 TIMES   English (US)
Categories: b2evolution Tips

This post title is "Skins, Stubs and Templates..."

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.

Permalink BEFOREONLY ONE FEEDBACKAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 44 words, 1 view   English (US)
Categories: b2evolution Tips

This post title is "Multiple Blogs, new blogs, old blogs..."

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.

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 35 words, VIEWED 5 TIMES   English (US)
Categories: b2evolution Tips

This post title is "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 BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 40 words, VIEWED 3 TIMES   English (US)
Categories: b2evolution Tips

This post title is "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.

CLICK ME!

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 42 words, VIEWED 13 TIMES   English (US)
Categories: b2evolution Tips

This post title is "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.

CLICK ME!

Permalink BEFORESend feedbackAFTER
PermaLink Saturday 4:44 pm, by prathermm >>>MSGFORM<<<, 69 words, VIEWED ZERO TIMES   English (US)
Categories: b2evolution Tips Announcements [B]

This post title is "Important information"

Blog B contains a few posts in the 'b2evolution Tips' category.

All these entries are designed to help you so, as EdB would say: "read them all before you start hacking away!" ;)

If you wish, you can delete these posts one by one after you have read them. You could also change their status to 'deprecated' in order to visually keep track of what you have already read.

Permalink BEFORESend feedbackAFTER

Blog All Title

This is the long description for the blog named 'Blog All'.

This blog (blog #1) is actually a very special blog! It automatically aggregates all posts from all other blogs. This allows you to easily track everything that is posted on this system. You can hide this blog from the public by unchecking 'Include in public blog list' in the blogs admin.

August 2007
Sun Mon Tue Wed Thu Fri Sat
 << < Current> >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Search

Archives

Linkblog

b2evolution

  • b2evolution Project home Permalink
  • Sovereign King's Creation Permalink
  • This is a sample linkblog entry This is sample text describing the linkblog entry. In most cases however, you'll want to leave this blank, providing just a Title and an Url for your linkblog entries (favorite/related sites). Permalink

contributors

XML Feeds

What is RSS?

Who's Online?

  • Guest Users: 1

powered by
b2evolution