• Display only main category name. Example <source lang="php"> $Item->main_category( $format = ‘htmlbody’ ); </source> Parameters <table border="1"> <tr> <th>Name</th> &… more »
  • Display locale flag image. Example <source lang="php"> <?php $Item->locale_flag( array( ‘before’ => ‘ ‘, ‘after’ => ‘ ‘,… more »
  • Display locale for item. Example <source lang="php"> $Item->locale(); </source> Parameters This tag does not accept any parameters. Return value This tag displays content only, it does not have a return value. Typica… more »
  • Display language for item. Example <source lang="php"> $Item->lang(); </source> Parameters This tag does not accept any parameters. Return value This tag displays content only, it does not have a return value. Typica… more »
  • This template tag checks if there is any feedback of a given type. Example <source lang="php"> <?php $Item->has_feedback( array( ‘type’ => ‘feedbacks’, ’status… more »
  • Display the attachments/files linked to the current item. Example <source lang="php"> <?php $Item->files( array( ‘before’ => ‘<ul class="bFiles">’, ‘be… more »
  • Displays link to the RSS or Atom feed for comments on this item. If there are no any comments in the item then it displays nothing. Example <source lang="php"> $Item->feedback_feed_link( $skin = ‘_rss2′, $before = &#8… more »
  • Display extra status of item. Example <source lang="php"> $Item->extra_status( $before = ‘’, $after = ‘’, $format = ‘htmlbody’ ); </source> Parameters <table border="1"&gt… more »
  • Display an anchor for permanent link to refer to. See [[tag_item_permanent_link|$Item->permanent_link();]]. <source lang="php"> $Item->anchor(); </source> Parameters This tag does not accept any parameters. Return v… more »
  • Displays the name of the main Chapter/Category of the Item. Examples Quick Template Parameters This tag does not accept any parameters. Return value This tag displays content only, it does not have a return value. more »
  • Displays a list of names of all the Categories associated with an Item. more »
  • Displays the author/creator of Item. The tag can display not only the author/creator’s name but also their avatar. more »
  • Display item’s title and link to related URL. Example <source lang="php"> $Item->title( array( ‘before’ => ‘’, ‘after’ => ‘’, ‘format&#8217… more »
  • This form is used to create or edit an Item Tag. more »
  • This collection dashboard panel will show up to five (5) comments awaiting moderation. Which comments are considered awaiting moderation depends on the "Require moderation" statuses setting found in the Comment Features and under the Comment… more »
  • Stale posts are posts that have not been updated within the set delay for the collection they are in. This task will send a notification to moderators to alert them of the stale content. more »
  • This panel lets you configure SEO parameters for the main page or post list of your site. more »
  • Check if you want to enable the display of user profile visits. This will enable a "Visits" tab (disp = visits) where Users can see who visited their profile. more »
  • In this screen you can: Get a preview of the email using both formats previously defined. Compose a separate plain-text version of the campaign Send a test message to an email address before sending it to check that everything is correct. Send the email… more »
  • This panel displays the backup folder and the backups that already exist on the server. more »
  • Items of this type will be shown on your tag pages (disp_detail = posts-tag), depending on which tags you have assigned to this intro post. (This is unless there’s a more "recent" Intro-All post). Item Usage: Intro-Tag more »
  • Widgets are basically anything that allows you to perform a specific function or access a specific service. Widgets can be an application, a web component, a little block of text or anything that can be displayed in certain areas (containers) in your… more »
  • This panel lets you select the default Collections to use and display different parts of the site. more »
  • The prerendering cache or Prerendered Cache is a DB cache that is available for: Items : table evo_items__prerendering Comments : table evo_comments__prerendering Private Messages : table evo_messaging__prerendering Goal The goal of this cache is to… more »
  • Tiny URLs or Short URLs are shorter URLs to your content, which can be useful when positing on social media. By default, b2evolution will generate Tiny URLs for all your content, base on your baseurl. But if you actually have a short domain that… more »
  • When a Post is published on a Blog, SiteVisitors? as well as SiteUsers? can leave comments on that post (unless the option is turned off). Comments typically appear under the post. more »
  • The Blog Owner or Collection Owner is the User designated as the Owner in the Collection Permission Settings. The owner of a Collection will have almost all permissions on that Collection’s settings and contents. A few special settings (which are… more »
  • Synonym for Section or Chapter. All Posts are placed into one or several Categories. A Main category is always required. Additional categories are called Extra categories. Categories can be organized into hierarchies of Sub Categories with an infinite… more »
  • DB means DataBase This is the software that stores all the data manipulated by b2evolution CMS: Items, Comments, Users, etc. Only large Attachments such as images or videos are stored as Files on disk. b2evolution CMS is designed to work with the MySQL… more »
  • Display-Time is when some content is being displayed to the user. This happens typically in the Front-Office. Save-Time is when some content has just been entered / composed / edited and the author is clicking the "Save" button of the form.… more »