Search

100%
When creating or editing a template you will be presented with this form. Name: the descriptive name of the quick template. This should display what the template is for and what type of information it displays. Code: The internal code used to reference…
Published by on 2020-02-10
70%
Template functions Manual Page
This man page refers to b2evo version 0.9.0.11 This is a list of functions you can use in templates. They are sorted by purpose. Note: There is also an obsolete manual page that may still have some interesting info. For more information about how to…
Published by on 2004-06-04
70%
This man page refers to b2evolution version: 0.8.2-RC2 This explains how to make an evoSkin out of a regular blog template. Of course, you could also start from scratch by editing the custom skin. The idea is to customize the custom skin by using your…
Published by on 2004-06-16
70%
When you look at the provided Introducing Templates/EvoSkins? you will see function calls like this for example: <?php the_time() ?> ...which will display the time of the current post, using the default time format. However, many of these function…
Published by on 2004-06-16
70%
The following refers to b2evolution version: 0.8.2-RC2 and is obsolete. See 2.0. What’s the difference between an evoskin and a template? *An evoskin is actually a collection of templates and subtemplates which control the layout of your blog. Sk…
Published by on 2012-11-01
70%
This template tag displays a link leading to the edit form where a user can edit the Post if he has edit rights.
Published by on 2012-11-05
70%
This template tag displays a link to feedback to an Item. Feedback can include comments, trackbacks, pingbacks, and webmentions. The tag can display the number of feedbacks for an Item. The tag can show all feedbacks or only a specific type like just…
Published by on 2012-11-05
70%
This template tag displays a footer text below the Item. This footer text can be edited by the collection owner in the admin interface under Blog Settings > Advanced > Meta Data. Two different texts can be configured: One that displays in single…
Published by on 2012-11-05
70%
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…
Published by on 2012-11-05
70%
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…
Published by on 2012-11-05
70%
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…
Published by on 2012-11-05
70%
This template tag returns or displays the charset of the current locale. Example <source lang="php"> locale_charset( $disp = true ); </source> Parameters <table border="1"> <tr> <th>Name</…
Published by on 2012-11-05
70%
This template tag returns or displays the current language. Example <source lang="php"> locale_lang( $disp = true ); </source> Parameters <table border="1"> <tr> <th>Name</th> <th…
Published by on 2012-11-05
70%
Template Tags Manual Page
This page describes the functions used within a [[Skins_2.0|skin template (v 2.x)]] in order to inject the dynamic data into your blog design. (For versions 1.x, please see [[Main.php_functions]]) Below is a listing of available template tags linking t…
Published by on 2012-11-05
70%
The Templates tab is provided as a way to edit your ‘'’Custom skin”’ (as opposed to ‘’any other skin'’). This is ‘'’not the prefered way to edit”’, but it is provided as an option for peo…
Published by on 2012-11-05
70%
List of all templates used by b2evolution.
Published by on 2013-03-04
70%
When you edit a post type, you can define custom templates. These custom templates will be used when displaying the Item/Post/Page in various places of the front-office (like disp = posts (List of Posts / Items), disp = single, etc.). The templates can…
Published by on 2015-06-12
70%
/conf/_basic_config.template.php is not used by b2evolution after installation. It is only here to serve as a starting point to create _basic_config.php
Published by on 2015-09-21
70%
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.…
Published by on 2019-02-10
70%
This panel allows you to quickly create new collections by using existing collections as templates or models.
Published by on 2019-02-11