404 Not Found

The manual page you are requesting doesn't seem to exist (yet).

You can search the manual below.

22%
This man page refers to b2evolution version: 0.8.9 Main upgrade Follow instructions provided with your distribution. As always, it is very wise to do a backup of your current website / blog / database (depending on what you already have) before start…
Published by on 2004-06-16
22%
This man page refers to b2evolution version 0.9.0.10, but should be applicable to most versions that support evoSkins This is useful if you want to integrate b2evolution into an existing site, and keep the same "look and feel" throughout. It also wil…
Published by on 2004-08-03
22%
If you have a Mac, the easiest way to turn it into a local webserver is to install MAMP. Head over to http://www.mamp.info/ and download MAMP. (You don’t need the Pro version.) Follow the installation instructions for MAMP and then go back to…
Published by on 2012-11-01
22%
Tag Blog Home Link Manual Page
Display a link to the current blog. This tag can display a link to the home if no blog is currently active or a link to a blog if there is an active blog. Example <source lang="php"> blog_home_link( $before = ‘’, $after…
Published by on 2012-11-05
22%
Display message if there are no any posts. Example <source lang="php"> <?php display_if_empty( array ( ‘before’ => ‘<p class="msg_nothing">’, ‘after’…
Published by on 2012-11-05
22%
Display link to deprecate a post if user has edit rights. This is probably only useful for the backoffice or for very advanced/specific uses. Example <source lang="php"> $Item->deprecate_link( $before = ‘ ‘, $after =…
Published by on 2012-11-05
22%
Display extra status of item. Example <source lang="php"> $Item->extra_status( $before = ‘’, $after = ‘’, $format = ‘htmlbody’ ); </source> Parameters <table border="1"&gt…
Published by on 2012-11-05
22%
Displays link to the RSS or Atom feed for comments on this item. If there are no any comments in the item then it displays nothing. Example <source lang="php"> $Item->feedback_feed_link( $skin = ‘_rss2′, $before = &#8…
Published by on 2012-11-05
22%
Display locale flag image. Example <source lang="php"> <?php $Item->locale_flag( array( ‘before’ => ‘ ‘, ‘after’ => ‘ ‘,…
Published by on 2012-11-05
22%
Display link to message form for this item’s author. Using this link you can send a message to the author. Example <source lang="php"> <?php $Item->msgform_link( array( ‘before’ => &#8216…
Published by on 2012-11-05
22%
This tag is useful when workflow is turned on for a blog. Example <source lang="php"> <?php $Item->msgform_link_assigned( $form_url, $before = ‘ ‘, $after = ‘ ‘, $text = ‘#’, $title = &#82…
Published by on 2012-11-05
22%
Display priority of item. Example <source lang="php"> $Item->priority( $before = ‘’, $after = ‘’ ); </source> Parameters <table border="1"> <tr> <th>Name</th>…
Published by on 2012-11-05
22%
Display link to publish a post if user has edit rights. Example <source lang="php"> $Item->publish_link( $before = ‘ ‘, $after = ‘ ‘, $text = ‘#’, $title = ‘#’, $class = ‘&#821…
Published by on 2012-11-05
22%
Display type of item. Type can be one of the following values: Post, Page, Intro-Main, Intro-Cat, Intro-Tag, Intro-Sub, Intro-All, Podcast, Sidebar link. Example <source lang="php"> $Item->type( $before = ‘’, $after…
Published by on 2012-11-05
22%
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
22%
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
22%
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
22%
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
22%
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
22%
Settings required after the Upgrade * All your blogs will be assigned to the default skin again * Go to Global Settings > Skins and install any third party/custom skin you want to use; you may also remove skins you don’t want to use * Go to…
Published by on 2012-11-06