b2evolution b2evolution

  • Sign in
  • Sign up
  • About
  • Downloads
  • Hosting
  • Docs
  • Support
  • Sign in
  • Sign up
  • Manuals Home
  • Latest Updates
 
  1. b2evolution CMS User Manual
  2. Glossary
  3. Generic vocabulary
  4. Item Types

Item Types

Item Types (previously called Post Types ) allow you to define the characteristics of a set of Items/Posts by specifying its usage and enabling certain features for each type.

This allows for forum topics to behave a little differently from blog posts or manual pages. For example, forum topics and manual pages may not accept HTML but blog posts can.

Each type can also have its own set of Item Statuses for monitoring Workflow.

More importantly, item types allow the definition of custom fields for specific item types.

Default Item Types

Below is the list of item types that comes with b2evolution by default:

  • Post: This is the recommended type for blog posts and other general content. This is the default type for blog collections. Usage: Post
  • Recipe: This type is optimized for displaying cooking recipes by using a custom template recipe and it also makes use of custom fields such as ingredients, and cooking and preparation times. Usage: Post
  • Post with Custom Fields: This type contains custom fields for demonstration purposes. Usage: Post
  • Child Post: This type is similar to Post but has some additional custom fields. Use of parent ID is enabled, this can be linked to another item and allow access to the custom fields of the parent item. Usage: Post
  • Podcast Episode: This is for marking items containing a podcast episode. They will be treated specifically in RSS feeds which embed the podcast content. Usage: Post
  • Photo Album: By default, this type is used instead of "Post" by Gallery collections. It is optimized for showing items that primarily contain image attachments for display. Usage: Post
  • Manual Page: By default, this type is used instead of "Post" by Manual collections. It is optimized for online manuals written with the Markdown and Quick Links plugins. Usage: Post
  • Forum Topic: By default, this type is used instead of "Post" by Forum collections. It is optimized for discussion forums. You typically don’t want users to use HTML in forum posts. Usage: Post
  • Bug Report: This is for creating bug reports and it has the appropriate Item Statuses for monitoring its progress. Usage: Post
  • Standalone Page: This is for creating pages (as opposed to posts). Pages do not appear in the regular flow of posts on your blog. They have to be specifically called from a menu or a widget in order to be displayed. Usage: Page
  • Widget Page: a page that is constructed entirely with widgets, rather than being constructed around a classic structure of title, content, and comments.
  • Intro-Front: (v7) items of this type will be shown on the special front page if the current collection is configured to show such a Special Front Page. Usage: Intro-Front
  • Intro-Main: items of this type will be shown on the homepage (unless there’s a more "recent" Intro-All post). It doesn’t matter which category this is in. Usage: Intro-Main
  • Intro-Cat: items of this type will be shown on your category (or sub-category) pages, depending on which categories you have selected for this intro post. (This is unless there’s a more "recent" Intro-All post). Usage: Intro-Cat
  • Intro-Tag: items of this type will be shown on your tag pages, depending on which tags you have assigned to this intro post. (This is unless there’s a more "recent" Intro-All post). Usage: Intro-Tag
  • Intro-Sub: items of this type will be shown on the other "sub" pages of your blog. This means: everything but the home page, category pages, and tag pages. For example, it may appear on pages 2, 3, 4, etc (disp_detail = posts-next). It may also appear on pages filtered by author. (This is unless there’s a more "recent" Intro-All post). This is designed to be a "filler" when Intro-All is not appropriate. In most cases, we recommend using Intro-All. Usage: Intro-Sub
  • Intro-All: This is designed to be used as a fallback intro for all pages that have no other Intro items. To ensure that it works properly, make sure its publication date is older than your other Intro-* items (or better said: this post should be last in order in your current blog sorting order). Usage: Intro-All
  • Content Block: This is for creating snippets of information that will be displayed in various places of the site. Usage: Content Block
  • Text Ad: (v7) This is for creating text-only advertisements. Usage: Post
  • Sidebar Link: This is for creating a link roll in your sidebar for example. Items with this type will never appear as collection content in the main area or your collection. They will only be displayed by widgets specifically targeting this type of item. Usage: Special
  • Advertisement: This is for creating contextual ads in your sidebar for example. Items with the Advertisement type will never appear as collection content in the main area or your collection. They will only be displayed by widgets specifically targeting this type of item. Usage: Special
  • Terms & Conditions: this is a special usage for displaying the terms and conditions of use. Usage: Special
  • Product: (v7) this type is optimized for displaying information about a product. Usage: Post
  • Review: (v7) this type is optimized for displaying reviews. Usage: Post
  • Homepage Content Tab: (v7) this is for creating homepage content that will displayed as tabs. Usage: Post

For more information on usage, please read: Item Usage

Tags: 7.0.2
Created by fplanque • Last edit by fplanque on 2019-12-02 00:31 • •

5 comments

Comment from: poorboy2

The list above might be outdated as it is different than the choices shown in v6 when adding/creating new Item Type. Podcast, Link, Sidebar Link and Advertisement are obsolete? In particular, I was looking for Content Block. List above should also link to man pages with more info such as, https://b2evolution.net/man/content-block

2019-02-08 @ 13:30

Comment from: poorboy2

Podcast, Link, Sidebar Link and Advertisement are obsolete?

Or just built in and no ability to add new?

confusing

2019-02-08 @ 13:35

Comment from: fplanque

I’ll come back here for more but there is a distinction between "Post/Item Type" and "Usage" –> see Item Usage

For example a

  • "Movie review" and a "Recipe" would be 2 different item types, both having usage "Post".
  • "Movie Genre Intro" and "Cuisine Intro" would be 2 different item types, both having usage "Intro-Cat".

Podcast, Link, Sidebar Link and Advertisement are obsolete?

Not but Link, Sidebar Link and Advertisement are kind of depreciated.

2019-02-12 @ 03:08

Comment from: trying

trying

Late to this sorry.

Many blog posts on website.
When I change item type to "review" for one review blog post, it changes all blogs posts to review under schema.
When I change a different post to "blog post", it changes all postings to "blog post"

The latest change to schema, changes all blog posts on the website to the same?

Any way of differentiating each blog post to different types so they can be listed as such?

2020-09-25 @ 22:54

Comment from: trying

trying

Additional:

In a second blog on the same website, I set a post to "blog post"
I view source on the page and no schema is present (settings show it being in place)

I return to first blog, select the first post (which was set to "review") and it has changed to "blog post" under schema (in the source code)

So the issues I have:
Primary blog posts are changing schema to the same for all posts, there is no difference, they are set to the last setting change (ie. all blog post or all review).
Secondary blog posts show no schema when I view source, yet any changes in schema settings done on individual posts, on the secondary blog, changes the setting for the primary blog.
If that makes sense.

2020-09-25 @ 23:36

On this page

  • Default Item Types

Search the Manual

Content Hierarchy

  • b2evolution CMS User Manual
  • User's Guide
  • Installation / Upgrade
  • Front-office Reference
  • Back-office Reference
  • Developer Reference
  • Operations Reference
  • Advanced Topics
  • Glossary
    • All terms
    • Blog vocabulary
    • CMS vocabulary
    • Emailing vocabulary
    • Forum vocabulary
    • Generic vocabulary
      • API
      • Admin Interface
      • After more position
      • Anonymous User
      • Author
      • Back-Link
      • Back-Office
      • Base URL
      • Bubble Tips
      • CamelCase
      • Category
      • Collection
      • Collection Admin
      • Collection Member
      • Collection Owner
      • Collection Template List
      • Comment
      • Container
      • Content Block
      • Content Moderator
      • Cover position
      • DB
      • Datetime
      • Editor
      • Extra Categories
      • FTP
      • Fallback position
      • File Root
      • Front Office
      • Front Page
      • Full-Access Collection Admins
      • Group Level
      • Home Page
      • Info Page
      • Info Page
      • Inline position
      • Intro Post
      • Intro-Sub
      • Intro-Tag
      • Issue Date
      • Item
      • Item Tag
      • Item Types
      • Item Usage
      • Keyboard Shortcuts
      • Logged-in User
      • Main Category
      • Mass Edit
      • Meta Category
      • Meta Comments
      • Moderator
      • Owner
      • PHP
      • Permalink
      • Ping
      • Post
      • Post ID
      • Private Message
      • Quick moderation
      • Recently Edited Posts
      • Renderer Plugins
      • Request Title
      • Section
      • Site Admin or System Admin
      • Site Member or Authenticated User
      • Site Visitor
      • Skin or evoSkin
      • Skins Repository
      • Slug
      • Standalone Page
      • Stub File
      • Teaser
      • Teaser position
      • Themes
      • Tiny Slug
      • UI
      • User Account
      • User Admin
      • User Community
      • User Group
      • User Level
      • User Moderator
      • User Permissions
      • Website
      • Widget
      • Widget Page
      • Workflow
      • evoBar
    • Manual vocabulary
    • Technical vocabulary
  • Archives
b2evolution CCMS

This online manual is powered by b2evolution CMS – A complete engine for your website.

About b2evolution

  • What is it?
  • Features
  • Getting Started
  • Screenshots
  • Online demo
  • Testimonials
  • Design philosophy
  • Free & open source
  • Terms of service

Downloads

  • Latest releases
  • Skins
  • Plugins
  • Language packs

About us

  • About us
  • Contact

Webhosting Guide

  • Web hosting blog
  • Best web hosting
  • Cheap web hosting
  • Green web hosting
  • Hosting with SSH
  • VPS hosting
  • Dedicated servers
  • Reseller hosting
  • Int'l: UK / France

Docs & Support

  • Online manual
  • Forums
  • Hire a pro !

Other

  • Adsense
  • Press room
  • Privacy policy

Stay in touch

  • GitHub
  • Twitter
  • Facebook
  • LinkedIn
  • News blog
  • RSS feed
  • Atom feed

Founded & Maintained by François Planque