• To edit a User’s membership in an Organization, click on the corresponding Edit membership… icon under the Actions column of the Members of this organization list. [image:8714:Edit membership dialog box:.border.rounded] You can change the… more »
  • This Users List feature lets you add all Users in the current selection to an Automation. [image:8713:Add users to automation dialog box:.border.rounded] more »
  • This Users List feature lets you change the primary group of all accounts in the current selection. This feature can also add/remove the selected users to/from secondary groups. [image:8709:Change groups dialog box:.border.rounded] more »
  • When checkbox "This is a local / test / intranet installation." is enabled on the installer screen: Turn off gravatar for user profiles Setting "Default gravatars" is set to "Gravatar", otherwise "Default… more »
  • This feature lets you change the user account status for all accounts in the current selection. This may be useful to manually activate a list of accounts or to require re-validation of a list of accounts. [image:8711:Set account status dialog… more »
  • When option "Also install all test features." is selected on install screen b2evolution installs additional test features with informing with yellow message like what you can see on the image: [image:8710] Full list of the test features: On… more »
  • Using b2evolution on an intranet isn’t much different from a regular internet installation. However, in some cases there might be specifics, which we will list below. During Setup The installer screen has a checkbox for intranet installs. Make… more »
  • User Tags are tags applies to a User (as opposed to regular Tags which are applies to Posts/Items). You can see all User Tags for a specific user in the Marketing tab of his User Profile. You can add/remove tags to/from Users through the back-office… more »
  • A spammer may be blocked because b2evolution detects a request coming from a blocked domain, a blocked IP address or a blocked country. In such a case the following actions will be blocked: Add / Manage items Add / Manage comments, trackbacks or… more »
  • Copy the link from the "Link" column and send it to your users in order to invite them through a link. more »
  • With CSS code, you can easily change the colors, sizes, margin, fonts and other presentation attributes of your web pages. Each b2evolution Skin comes with a CSS file that defines the presentation styles of that skin. Most b2evolution skins also offer… more »
  • If you encounter an error message that… Is not a PHP error Does not have your site header Is not an error message stating "This message was generated by b2evolution" …then it is an error that happens BEFORE b2evolution is involved.… more »
  • This form allows the user to quickly create multiple items in the current collection. This is useful if you have a plain-text export of some content collection and you want to publish it as a collection of Posts. more »
  • An Item Tag is a simple term (one or multiple words) that can be associated to an Item/Post in order to describe its contents. Each Post/Item can have multiple tags. Tags can be associated with a post in the Item Advanced Properties Panel. Existing tags… more »
  • In addition to the main .htaccess File, b2evolution comes with several sample.htaccess files which you can (and actually should) rename to .htaccess in their respective folders. WARNING: Each sample.htaccess file is different. Do not copy one from… more »
  • This page explains how you can use Custom Fields with PHP code in order to display them exactly the way you want inside of your templates. This is especially useful if you want to build custom templates, either generally or for specific item types.… more »
  • b2evolution includes code to prevent brute force password attacks. By default, if an (existing) user account receives 10 wrong passwords within 10 minutes, that account will be locked for 10 minutes. When the account is locked, even a login with the… more »
  • If you are running on a CPanel webhost, the recommended File Permissions are: New folders: 755 New files: 644 If you are running on a self-managed Debian server for example, you may need to extend the permissions during upgrade, in order for… more »
  • Datetime at which an Item has been or will be made available to the Site Visitors. more »
  • This man page refers to b2evolution version: 0.8.6 You can post news from an email client! But first you'll have to edit /conf/_advanced.php, filling the appropriate values for your POP3 email account (this interface doesn't support IMAP yet, only POP… more »
  • This man page refers to b2evolution version: 0.8.6 As always, it is very wise to do a backup of your current website / blog / database (depending on what you already have) before starting to install something new. Upgrading templates or skins from 0.8… more »
  • When you make a REST API call from one webserver to another, you may add HTTP username (or email address) and passwords to your RESTful HTTP requests. b2evolution will check the provided username (or email address) and password to allow privileges on… more »
  • DELETE /api/v1/users/ This is API end-point to delete a user like admins/moderators can do this from back-office Users. more »
  • POST /api/v1/users/ This is API end-point to update a user like admins/moderators can do this from back-office Editing an User Account. more »
  • POST /api/v1/users This is API end-point to create a user like admins/moderators can do this from back-office Creating a New User more »
  • GET /api/v1/users/ This is the API equivalent of disp = user. more »
  • GET /api/v1/collections//posts/ This is the API equivalent of disp = single. Post properties in the Response Name Type Description id integer Post ID datestart datetime Date of start publishing urltitle string Slug type string… more »
  • GET|POST /api/v1/collections//posts? This is the API equivalent of disp = posts. See: URL Parameters. Note: It doesn’t support param types, because it keeps only content post types, and excludes pages, intros, sidebar… more »
  • This panel allows to set the URL scheme that will be used by default for new collections. This applies to manual as well as automatic collection creation. more »
  • This page recaps all settings possible for the various possible scheduled jobs. more »