!Important:

If you want to use the "Featured posts" feature in 3.x series you have to uncomment as in the following lines approx. lines 131-267: (just delete the posts.main.php and rename the "featured-post.main.php to posts.main.php) [or alternatively rename the (simply remove /* at line 131 and /* at line 267]

 

<?php
// -------------------------- BEGIN FEATURED/INTRO POST ---------------------------
// Go Grab the featured post:
if( $Item = & get_featured_Item() )
{
?><div class="postwrap">
<div class="pozt feature_post">

<?php
$Item->edit_link( array( // Link to backoffice for editing
'before' => '<div class="floatright">',
'after' => '</div>',
) );
?>

<h2><?php $Item->title(); ?></h2>

<?php
if( $Item->is_featured() )
{ // Featured post, display extra info: (as opposed to intro posts which are also displayed here):
?>

<?php
}
?>

<?php
// ---------------------- POST CONTENT INCLUDED HERE ----------------------
skin_include( '_item_content.inc.php', array(
'image_size' => 'fit-400x320',
'force_more' => true,
) );
// Note: You can customize the default item feedback by copying the generic
// /skins/_item_feedback.inc.php file into the current skin folder.
// -------------------------- END OF POST CONTENT -------------------------
?>

<?php
// List all tags attached to this post:
$Item->tags( array(
'before' => '<div class="posttags">'.T_('Tags').': ',
'after' => '</div>',
'separator' => ', ',
) );
?>

<?php
if( $Item->is_featured() )
{ // Featured post, display extra info: (as opposed to intro posts which are also displayed here):
?>
<div class="pozt_details">
<?php
// List all tags attached to this post:
$Item->tags( array(
'before' => '<div class="bSmallPrint tags">'.T_('Tags').': ',
'after' => '</div>',
'separator' => ', ',
) );
?>

<span class="author"><?php
$Item->author( array(
'before' => '',
'after' => '',
) );

$Item->msgform_link();
echo ', ';?></span>
<span class="time"> <?php
// Permalink:
$Item->permanent_link( array(
'text' => '#icon#',
) );

$Item->issue_time( array(
'before' => ' ',
'after' => '',
'time_format' => 'M j / H:i',
));

?></span>

<br />

<?php
$Item->categories( array(
'before' => T_('Categories').': ',
'after' => ' ',
'include_main' => true,
'include_other' => false,
'include_external'=> false,
'link_categories' => true,
) );
?>
<div class="bSmallPrint">
<?php
// Permalink:
$Item->permanent_link( array(
'class' => 'permalink_right',
) );

// Link to comments, trackbacks, etc.:
$Item->feedback_link( array(
'type' => 'comments',
'link_before' => '',
'link_after' => '',
'link_text_zero' => '#',
'link_text_one' => '#',
'link_text_more' => '#',
'link_title' => '#',
'use_popup' => false,
) );

// Link to comments, trackbacks, etc.:
$Item->feedback_link( array(
'type' => 'trackbacks',
'link_before' => ' &bull; ',
'link_after' => '',
'link_text_zero' => '#',
'link_text_one' => '#',
'link_text_more' => '#',
'link_title' => '#',
'use_popup' => false,
) );

?>
</div><!-- end of bSmallPrint--></div><!-- end of pozt_details-->
<?php
}
?>

</div></div>
<?php
}
// ---------------------------- END FEATURED/INTRO POST ----------------------------
?>

Postlog Skin for b2evolution 2.x-3.x series:

 

  1. The skin is valid through XHTML 1.0
  2. The skin is fully fluid.
  3. Moveable post-it notes stored via cookies. -Corkboard interface & feel.-
  4. Optimized for 1024+ resolutions.
  5. Cross-browser {Lowest browsers tested: ie6, ff1, opera8}

 

Remember this is the initial release for the skin, there might be bugs or issues left..For all your reports, requests and everything go to the skin's official topic, or e-mail me.

All the images used in the making of this skin was created by the author
Postlog Theme by Emin Özlem aka (tilqicom) is licensed under a Creative Commons Attribution 2.5 Bulgaria LicenseCreative Commons License

 

V 0.2 improvements and fixes :

 

  1. 3.x featured posts
  2. Coloured post-its for each category
  3. Special coloured post-it for featured post
  4. Truncate the post at a certain number of characters and add an automatic 'Continued' link afterwards/*thanks to sam2kb*/
  5. Fixed page mode
  6. Single post mode updated
  7. Numerous minor fixes and visual updates. /* fixed header graphic etc.*/