[Comoblog-commit] modules/mod_postbydate/templates/sidebar mod_postbydate.tpl.htm,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 19:58:54
|
Update of /cvsroot/comoblog/modules/mod_postbydate/templates/sidebar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9857/mod_postbydate/templates/sidebar Added Files: mod_postbydate.tpl.htm Log Message: initial add, just to make sure ive got the hang of it. mod_postbydate ,builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions --- NEW FILE: mod_postbydate.tpl.htm --- <!-- BEGIN: main --> <div id="mod_postbydate"> <ul>{CFG_POSTBYDATE_TOPLINE} <!-- BEGIN: item --> <li> <a href="index.php?/{ITEM.posturl}"><strong>{ITEM.monthword} {ITEM.year} ({ITEM.postcount} Posts)</strong></a><br /> </li> <!-- END: item --> </ul> </div> <!-- END: main --> |