- Displays an input field for the last name. more »
- Displays an input field for the first name. more »
- Displays an email input field. more »
- Displays a radio input for selecting the gender of the user. more »
- Gets the CSS property for the background image of the Item more »
- Display status of the Post/Item. Status can be one of the following: published, community, protected, review, private, draft, deprecated, redirected. Example Quick Template PHP Template $Item->get_format_status( array( 'template' => '<div… more »
- Display tags associated with item. These tags can be edited using edit post form in ‘Tags’ field. Example <source lang="php"> $Item->tags( array( ‘before’ => ‘<div>Tags: ‘,… more »
- This man page refers to b2evolution version: 1.6 "phoenix" b2evolution relies a lot on the querystring, these variables passed with the URL (note: to pass variables in the querystring, preceed the first variable name with a '?' question mark and every… more »
- This panel allows you to quickly create new collections by using existing collections as templates or models. more »
- This tag display links to pages for a multi-page Post/Item. more »
- This panel contains the general settings for the Item Type. more »
- Display permanent link for item. This actually only outputs the URL, to display a real link, use [[tag_item_anchor|$Item->permanent_link();]] Example <source lang="php"> $Item->permanent_url( $mode = ‘’, $blogurl='… more »
- Displays a permanent link to the item. more »
- This tag displays a "Read More" link for the Post/Item. more »
- This panel allows you to configure how results are displayed per page on disp = search. more »
- Displays the User who edited the Post/Item the last time. more »
- Display the images linked to the current Post/Item. Example Quick Template PHP Template $Item->get_images( array( 'before' => '<div>', 'before_image' => '<div class="image_block">', 'before_image_legend' => '<div… more »
- Displays a submit button for the form. more »
- This panel allows the automatic sending of a Welcome private message when users activate their account. more »
- Front-Office All front-office screen F4: same as clicking on the "Customize" evobar menu entry disp=front F2: same as clicking on "Edit ‘Intro-*’ in Front-Office…" evobar menu entry or same as Ctrl+F2 if… more »
- Built-in Feature / Renderer Plugin This is alias for Short Tag allows displaying a Content Block within the content of any Item/Post or even another Content Block. more »
- You can find and configure the Item’s advanced properties in this panel. more »
- This panel lets you enable the [[Workflow]] features (disabled by default) of the collection. If workflow is enabled, you will be able to assign posts to specific users with the appropriate permissions. Additionally, you will be able to set properties like Priority, Status and Deadline for each posts. more »
- See ale Coding Standard Guidelines. Do NOT write CSS, write LESS! Always write your code to a .less (or .sass) file and let Grunt compile it to a .css file and even a .min.css file. Use Grunt all the time Learn to use grunt in the background. It will… more »
- This form lets you create/edit a Scheduled Job. more »
- This is where you configure if this item type will require a Title, add an optional short title, a content Text, if that text can be HTML, if there can be teaser and page breaks, if files can be attached and if the post can be featured (e-g:… more »
- For clarity, we will talk only about width in the following text. Consider the height of the images to follow proportionally. When an <img src="image.jpg"> is displayed, that image.jpg is loaded from the server with specific pixel… more »
- Displays a link leading to the change history of the Post/Item. more »
- Displays a link button to flag the current Post/Item. more »
- Displays the Post/Item’s ID. more »