News Manager blog

News Manager 2.5 beta 11

Download here (get-simple.info forum)

Changed options/settings since 2.5 beta 10:
- Post images / thumbnails
- Images enabled by default (including full/single posts, @TeeJay)
- Remove link in post title
- Add "Read more" link to excerpts
- Change/remove "Go back..." link

New in 2.5 beta 11:
- Custom frontend texts/strings
- Layout blocks (components)
- Conditionals for templates/components

Not changed:
- Image backend settings ($NMIMAGEINPUT, $NMIMAGEDIR)
- Yearly archives ($NMARCHIVESBY)
 



As an example, these are the current settings for this blog:

component nm-init

<?php
nm_set_option('excerpt','readmore');
nm_set_text('ELLIPSIS','... ');
nm_set_text('READ_MORE','read more');
?>

component nm-top-single

<?php
nm_set_option('titlelink',0);
nm_set_option('gobacklink','main');
nm_set_text('GO_BACK','&laquo; Back to main news page');
?>

 

« Back to News Manager blog

blog comments powered by Disqus