• A Private Message is a message sent from one User to another User, or to a limited group of other Users. See: Back-Office: Messages Front-Office: disp = threads more »
  • A "Content Block" is a piece of content, similar to a post (with text, inline images, an owner, a revision history etc.) that can be included in other places of a site. Where to use a content block A content block could be included in places… more »
  • We use the term datetime just to make it clear that a date, like the IssueDate for example, includes an exact time, not just a day date. more »
  • Piece of software allowing to manage a blog remotely. Typically a desktop application. Example: w.bloggar more »
  • Bubble tips are help bubbles that display when you hover over a username. They show the profile picture and a few details about the User. more »
  • API means Application Programming Interface. It describes a set of rules that allows 2 pieces of software to work together. In b2evolution, there are several types of APIs: The External APIs / Web Services that allows external and/or remote applications… more »
  • A person who publishes a Post/Item into a Collection. The Author of a Post also automatically becomes the Owner of that post. more »
  • Synonym for Item. more »
  • b2evolution includes some default CSS classes that can be applied to various Widgets and/or Short Tags in order to easily control some display aspects. If these are not sufficient, you can also add your own classes. For widgets children-widgets-inline… more »
  • b2evolution v5. The Ajax debug log us a CSS floating windows that shows you the AJAX requests between the browser and the server. If you have already turned on debug mode (see Debugging), you just need to click "JS log" in the evobar. The… more »
  • WARNING This feature is deprecated. It still works but recent versions of b2evolution allow a very wide range of URL schemes, including aliases and tiny URLs. Therefore the preferred method is to Mod Rewrite all your URLs to index.php and let… more »
  • A Stub File is a placeholder file that will make a particlar Blog or Collection live in a particular place of your website. For example you could create a stub file called myblog.php at the root of your website so that your blog could be accessed at ht… more »
  • You can upgrade normally but if you are using custom skins, you will need to take care of a few things in order to take full advantage of b2evolution v7.x. DB upgrade Many things will be upgraded and optimized, including charsets. Rewriting your whole… more »
  • If you have a personalized skin that worked well with the 0.9.2 ([http://prdownloads.sourceforge.net/evocms/b2evolution-0.9.2-2006-05-22.zip?download Sparkle]) release, this guide will show you what you need to do in order to make your skin work with th… more »
  • There are several things you can do to optimize the performance of your system. Fast Hosting First off, obviously, you may need a faster [http://b2evolution.net/web-hosting/top-quality-best-webhosting.php web host] (we have [http://b2evolution.net/w… more »
  • The [parent:] short tag is used to reference the parent of an Item. This works similarly to the [item:]. more »
  • This short tag is used to reference an Item using its slug or item ID and display its related information or content. more »
  • The [video:] short tag is used to render a video player for an attached file using the first video player plugin available. more »
  • This short tag allows the display of the Poll Widget within the content of any post/article/page. This tag will be rendered by the Polls Plugin renderer (if it is configured to do so). more »
  • This short tag is used to create a link inside your post content using any URL-type custom field defined. more »
  • Built-in Feature The short tag displays all or specified Custom Fields of the current Item. Note: renders a widget "Item Custom Fields Widget" (<div class="evo_widget widget widget_core_item_custom_fields">...</div>) and… more »
  • This short tag allows logged-in Users to subscribe to an email list. If they are already subscribed, the button toggles to allows to unsubscribe. more »
  • This will display an email capture form (through the Email capture / Quick registration widget) and automatically register users to a mailing list. more »
  • The [compare:] short tag displays a table listing the custom fields of each item side-by-side for comparison. more »
  • The [audio:] short tag is used to render an audio player for an attached file, using the first audio player plugin available. more »
  • Built-in Feature The short tag displays a specific Custom Field of the current Item. Note: the generates inline text and can appear anywhere (inside a paragraph, table, etc.) Syntax Breakdown Custom Field Code: a single custom field code Example will… more »
  • Go to : https://github.com/settings/developers Then Create an OAuth App: more »
  • Go to : https://console.developers.google.com Then Create an OAuth client ID: more »
  • Introduced in v5, you can define custom fields per Item Type. Custom fields can be of different types: numbers (floating-point numbers with double precision), text strings (varchars), URLs, text, etc. more »
  • Thumbnail Sizes These are the thumbnail size definitions. This also gets used for general resizing, e.g. in the Profile Picture widget. $thumbnail_sizes = array( 'fit-1280x720' => array( 'fit', 1280, 720, 85 ), 'fit-720x500' => array( 'fit', 720,… more »