Search

20%
Tag Is Logged In Manual Page
This template tag checks if user is logged in. Example <source lang="php"> is_logged_in(); </source> Parameters This tag does not accept any parameters. Return value This function return true if a user is logged in.
Published by on 2012-11-05
20%
This template tag checks if user can leave comment on this post or display error. Example <source lang="php"> $Item->can_comment( $before_error = ‘<p><em>’, $after_error = ‘</em></p>&#8217…
Published by on 2012-11-05
20%
Tag Item Can Rate Manual Page
This template tag checks if user can rate this post. Example <source lang="php"> // Return true if user can change rate, false if he/she cannot $Item->can_rate(); </source> Parameters This tag does not accept any param…
Published by on 2012-11-05
20%
This template tag checks if item can receive pingbacks or trackbacks. Example <source lang="php"> $Item->can_receive_pings(); </source> Parameters This tag does not accept any parameters. Return value This function re…
Published by on 2012-11-05
20%
Tag Skin Container Manual Page
This [[TemplateTags|template tag]] adds a widget container to the skin. This container can later be filled with all sorts of Widgets?. Example <source lang="php"> <?php // ———————…
Published by on 2012-11-05
20%
Tag Skin Get Path Manual Page
This template tag returns the current skin path. Example <source lang="php"> $Skin->get_path(); </source> Parameters This tag does not accept any parameters. Return value This function returns the current skin path.
Published by on 2012-11-05
20%
Tag Skin Get URL Manual Page
This template tag returns the current skin URL. Example <source lang="php"> $Skin->get_url(); </source> Parameters This tag does not accept any parameters. Return value This function returns the current skin URL.
Published by on 2012-11-05
20%
This template tag displays link to login Example <source lang="php"> user_login_link( $before = ‘’, $after = ‘’, $link_text = ‘’, $link_title = ‘#’ ); </source> Parameters &lt…
Published by on 2012-11-05
20%
This template tag displays link to logout Example <source lang="php"> user_logout_link( $before = ‘’, $after = ‘’, $link_text = ‘’, $link_title = ‘#’ ); </source> Parameters &…
Published by on 2012-11-05
20%
This template tag displays a link to user profile. Example <source lang="php"> user_profile_link( $before = ‘’, $after = ‘’, $link_text = ‘’, $link_title = ‘#’ ); </source> Par…
Published by on 2012-11-05
20%
This template tag displays registration link. Example <source lang="php"> user_register_link( $before = ‘’, $after = ‘’, $link_text = ‘’, $link_title = ‘#’, $disp_when_logged_in = false…
Published by on 2012-11-05
20%
Tag User Subs Link Manual Page
This template tag displays a link to subscription screen Example <source lang="php"> user_subs_link( $before = ‘’, $after = ‘’, $link_text = ‘’, $link_title = ‘#’ ); </source>…
Published by on 2012-11-05
20%
Use Case Manual Page
Want to practice UML?? It all starts with writing use cases. This is probably the most important step anyway No use case template is available yet, since this is still experimental here. However, here’s an example ‘'’What’s th…
Published by on 2012-11-06
20%
About Blogs Manual Page
You type something in a form and hit "blog this"; in the next second it’s on your website page(s). Pages are generated dynamically. Your posts are automatically arranged by date into a template/skin you have chosen and that you can cus…
Published by on 2012-11-07
20%
This table lists wordpress tags and their equivalent b2evolution TemplateTags. Because these tags evolve frequently, please feel free to edit or report any discrepancies. <table border="1"> <tr valign="middle" style=&q…
Published by on 2012-11-07
20%
Working With Skins Manual Page
An evoSkin is actually a collection of templates and subtemplates which control the layout of your blog. Skins are the easiest way to customize your blog because they are already packaged for use. Skins in b2evolution are roughly the equivalent of what…
Published by on 2012-11-07
20%
_basic_config.php Manual Page
/conf/_basic_config.php is b2evolution’s main config file. This file is created during the installation process, using the file /conf/_basic_config.template.php as a model. If you wish, you can also do this manually and enter correct settings b…
Published by on 2013-07-12
20%
This panel is where you define if users can register an account for themselves, display self-registration links to the public, and select the Quick Template to use for the registration form.
Published by on 2013-07-18
20%
Disp Reference Intro-Cat
This chapter gives a list of all possible “disps". b2evolution chooses which template to display based on the “payload” requested by the user/web browser through the URL of the current page. Internally, the “payload” type…
Published by on 2015-10-08
20%
This is the widget that displays the content of a Post in disp = single. This is done by including the template _item_content.inc.php, which can be customized in each skin.
Published by on 2016-02-06