Search

50%
Restore the locale in use before the switch (See [[tag_item_locale_temp_switch|$Item->locale_temp_switch();]]). This tag returns true on success, false on failure (no locale stored before). Example <source lang="php"> locale_rest…
Published by on 2012-11-05
50%
Displays links to list pages. <source lang="php"> $MainList->page_links( array( ‘block_start’ => ‘ ‘, ‘block_end’ => ‘ ‘, ‘block_single’ => &#8…
Published by on 2012-11-05
50%
Display messages collected during single request execution. It can be ‘error’, ‘warning’ messages, and also ’success’ ones. Example <source lang="php"> <?php messages( array( ‘be…
Published by on 2012-11-05
40%
https://b2evolution.net/media/blogs/man/quick-uploads/site-template-list/site_template_list_20190211.jpg?mtime=1549846564
File size: 48 KB
40%
https://b2evolution.net/media/blogs/man/quick-uploads/collection-template/template_panel_advanced_20190214.png?mtime=1550109488
File size: 6.6 KB
40%
https://b2evolution.net/media/blogs/man/quick-uploads/collection-template/template_panel_advanced_20191119.png?mtime=1574123610
File size: 6.5 KB
40%
https://b2evolution.net/media/blogs/man/quick-uploads/templates-list/quick_templates_tab_20200210.png?mtime=1581298551
File size: 152 KB
40%
https://b2evolution.net/media/blogs/man/quick-uploads/template-form/quick_template_form_20200210.png?mtime=1581301348
File size: 64 KB
40%
https://b2evolution.net/media/blogs/man/quick-uploads/templates-list/quick_templates_tab_20200324.png?mtime=1585028142
File size: 219 KB
40%
https://b2evolution.net/media/blogs/man/quick-uploads/template-form/quick_template_form_20200326.png?mtime=1585205509
File size: 100 KB
30%
Templates Tab Category
20%
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…
Published by on 2004-06-16
20%
This man page refers to b2evolution version: 0.8.2-RC1 Feedback? is displayed by the _feedback template, which is usually included by the _main template. To display comments, trackbacks and pingbacks UNMIXED, use the following code snippet in the _mai…
Published by on 2004-06-16
20%
[Es] [Nl] This page applies to b2evo 0.9 In the MainTemplate, before or after where the post content is displayed, add the following code: Posted by: <?php $Item->Author->prefered_name(); ?> If you want to link to all the posts of a certain au…
Published by on 2004-06-17
20%
evoSkin Structure Manual Page
evoSkins are basically collections of template files inside of a skin folder. This is the organization of templates inside a skin folder. Main templates At the very least, a skin folder like /skins/myskin2 must contain a main template file named in…
Published by on 2012-11-01
20%
The File Manager Manual Page
b2evolution’s integrated file manager lets you upload images, sounds, videos and any kind of media or documents that you can then attach to your collection posts. Admins can also use the file manager to edit skin templates online.
Published by on 2012-11-01
20%
Include Disp Manual Page
This handler includes a "second level" a.k.a. "disp" template based on the value of the $disp variable, i-e: based on the type of content that should be displayed on the current page.
Published by on 2012-11-02
20%
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…
Published by on 2012-11-05
20%
Tag Blog Footer Manual Page
‘’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…
Published by on 2012-11-05
20%
This template tag displays allowed tags for comment. Example <source lang="php"> comment_allowed_tags( $format = ‘htmlbody’ ); </source> Parameters <table border="1"> <tr> <th>Nam…
Published by on 2012-11-05