• ‘’b2evolution version 2.4′’ This [[TemplateTags|template tag]] displays the footer text of the current Blog. This footer text can be edited by the blog owner in the admin interface under Blog Settings > Advanced > [[Blog_m… more »
  • This [[TemplateTags|template tag]] displays a link leading to the contact form for the owner of the current Blog. Example <source lang="php"> <?php $Blog->contact_link( array( ‘before’ => ‘ &#82… more »
  • Display application version. Example <source lang="php"> app_version(); </source> Parameters This tag does not accept any parameters. Return value This tag displays content only, it does not have a return value. more »
  • We use the convenient term "moderator" to designate a User who has been given Advanced Permissions to create and especially edit Posts? or Comments? having the Review, Member and/or Community Post/Comment visibility statuses. (Note the User m… more »
  • We use the convenient term "moderator" to designate a User who has been given Advanced Permissions to create and especially edit Posts? or Comments? having the Review, Member and/or Community Post/Comment visibility statuses. (Note the User m… more »
  • The User Community is the set of all registered Users on the b2evolution installation (all users that have a user account on the system). more »
  • A User part of a User Group which has "full access" permission to edit all Collections (and all their properties). more »
  • Each User is part of a User Group. A default User Group is assigned to new users when they register. This can be configured in the RegistrationSettings?. Each User Group has specific permissions that may differ from other User Groups. When Advanced P… more »
  • Anyone with a user account in b2evolution. More info: Managing Users more »
  • Summary.php is included with every installation of b2evolution as an example of how to put the latest 3 posts from every blog on a single ‘’summary'’ page. If you only have 1 blog, or only have 1 blog and a linkblog, you might not need… more »
  • Use this checklist to make sure your skin is ready for distribution. General * Did you include the EvoBar? ** Does it display correctly when logged in? All "global" styles that impact the evobar need to be made more specific, for example… more »
  • Skins, to change the look and feel of your b2evolution, are available at http://skins.b2evolution.net/. [[Category:Skins]] more »
  • This page specifies possible tags, attributes and values for the xml files describing the skins, and possibly the plugins, their latest version, etc. In the end I think we have 3 to 4 different xml file formats: * 1) skininfo.xml which ships along wit… more »
  • Here are some simple steps to add a new blog to your site: #In backoffice? under the tab? click the link at the bottom to create a ‘'’New blog”’. #Fill out the tab#General_tab | form? for creating a new blog. #Click ‘'&… more »
  • ‘’Proposed b2evolution screencasts'’ Install assumed: web space and database :fp: I don’t think this should be assumed. I think you should explain that you need to get a webhost (show that [http://b2evolution.net/about/reco… more »
  • Job details displays the information about the scheduled job as it is recorded in the queue. more »
  • The Execution details panel shows details about the scheduled task as it is recorded in the scheduler log. more »
  • Running b2evolution on a local server (your own computer) is often desirable for testing, editing skins, running the CVS (latest development) version, or for a variety of other reasons. ‘’This is ‘'’not”’ a way to upd… more »
  • b2evolution can manage interactive online manuals just like the one you are looking at right now. Main features: Similar to a Wiki but with added hierarchical structure Unlimited nesting of Chapters & Sub-chapters Easy linking between pag… more »
  • Display a global title matching filter params Example <source lang="php"> <title> <?php request_title( array( ‘auto_pilot’ => ’seo_title’, ‘title_single_before’ => $Blo… more »
  • b2evo 2.x and above Using the widgets system, you should add to your sidebar container a ‘'’Post list”’ widget. In 3.x series you can use the ‘'’Simple Post list”’ widget to include the recent posts from… more »
  • Recent comments plugin The easiest way to accomplish this is to use the [http://plugins.b2evolution.net/index.php/2006/01/12/sidebar_comments Sidebar comments plugin]. For version 1.8.1 Make a new file in ‘your skin’ directory and call it… more »
  • The quick tips on WordPress Themes? can be used to get a quick working prototype in b2evolution. However, for professional skins converted from WordPress themes, you will also want to look at the following: * Use the "evopress" skin in b2evo… more »
  • Let’s assume you have a default installation of b2evolution: * ‘'’Blog All”’ can be accessed through <code>index.php?blog=”’1′'’</code> * ‘'’Blog A”’ can be acce… more »
  • <small>This page refers to 0.9.x</small> *Open up your [[Evoskins|skin]]’s _main.php file. *In the <code><head></code> section of the file, add this bit of code: <code><?php comments_popup_script() // Inclu… more »
  • We have a repository at http://plugins.b2evolution.net/, where you can browse plugins by category and version. For plugin developers, we have a central source code repository (Subversion) hosted at SourceForge. The project page is http://sourceforge.n… more »
  • Content Management System. b2evolution is a CMS. more »
  • README.html To provide help for users of your plugin, you should ship with a README.html file. This file should be a standard HTML file, so it is viewable with any browser. Additionally, you should attach HTML IDs to paragraphs or DIVs which describe… more »
  • Apply rendering defines if and when a Renderer Plugin should apply its rendering method. more »
  • Photoblogging (or moblogging) can be achieved in b2evolution. Read [http://forums.b2evolution.net/viewtopic.php?t=724 the following forum thread] for details. [[Category:Multimedia]] more »