News Manager blog

News Manager 2.5 beta 9

Changes in this version:

- last word in excerpts is no longer truncated

- optional alt, title attributes in post <img> tags. Example:

$NMIMAGES = array('width'=>90, 'height'=>90, 'alt'=>true, 'title'=>true);

- sidebar function nm_list_archives now has an optional string parameter for date format (strftime). Examples:
month, year:
<?php nm_list_archives('%B, %Y'); ?>
year/monthnumber:
<?php nm_list_archives('%Y/%m'); ?>

- new (optional) language string for placeholder text in search box (HTML5). Usage (gsconfig):
$nm_i18n['SEARCH_PLACEHOLDER'] = 'Enter words here...';

« Back to News Manager blog

blog comments powered by Disqus