Search

50%
Display credits. You can limit (and even disable) the number of links being displayed by its tag though the Admin interface: ‘Blog Settings > Advanced > Software credits’ Example <source lang="php"> // Display add…
Published by on 2012-11-05
50%
Display an anchor for permanent link to refer to. See [[tag_item_permanent_link|$Item->permanent_link();]]. <source lang="php"> $Item->anchor(); </source> Parameters This tag does not accept any parameters. Return v…
Published by on 2012-11-05
50%
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
50%
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
50%
Display the attachments/files linked to the current item. Example <source lang="php"> <?php $Item->files( array( ‘before’ => ‘<ul class="bFiles">’, ‘be…
Published by on 2012-11-05
50%
Display language for item. Example <source lang="php"> $Item->lang(); </source> Parameters This tag does not accept any parameters. Return value This tag displays content only, it does not have a return value. Typica…
Published by on 2012-11-05
50%
Display locale for item. Example <source lang="php"> $Item->locale(); </source> Parameters This tag does not accept any parameters. Return value This tag displays content only, it does not have a return value. Typica…
Published by on 2012-11-05
50%
Display locale flag image. Example <source lang="php"> <?php $Item->locale_flag( array( ‘before’ => ‘ ‘, ‘after’ => ‘ ‘,…
Published by on 2012-11-05
50%
Display only main category name. Example <source lang="php"> $Item->main_category( $format = ‘htmlbody’ ); </source> Parameters <table border="1"> <tr> <th>Name</th> &…
Published by on 2012-11-05
50%
Display last modified time (datetime) of item. Example <source lang="php"> $Item->mod_time( $format = ‘’, $useGM = false ); </source> Parameters <table border="1"> <tr> <th>Nam…
Published by on 2012-11-05
50%
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
50%
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
50%
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
50%
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
50%
Display raw status of item. Status can be one of the following: published, deprecated, protected, private, draft. Also, see the following tag [[tag_item_status|$Item->status();]] Example <source lang="php"> <?php $Item->…
Published by on 2012-11-05
50%
This tag inserts the RDF code necessary for automatic trackback discovery. WARNING: this will serve spam bots more than anything else! If you add this to your blog you’ll probably get 10 times more spam and normal users don’t really need th…
Published by on 2012-11-05
50%
This tag displays the URL needed for other bloggers to send trackbacks to your blog. This tag does not display anythign if trackback is turned off in the blog settings. A trackback is one of three types of linkbacks, methods for Web authors to request…
Published by on 2012-11-05
50%
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
50%
Display a phrase about the number of item views. Example <source lang="php"> $Item->views( $zero = ‘#’, $one = ‘#’, $more = ‘#’ ); </source> Parameters <table border="1"&g…
Published by on 2012-11-05
50%
Display the number of words in the post. Example <source lang="php"> $Item->wordcount(); </source> Parameters This tag does not accept any parameters. Return value This tag displays content only, it does not have a re…
Published by on 2012-11-05