Show
Ignore:
Timestamp:
06/13/06 05:51:06 (2 years ago)
Author:
mdodoo
Message:

Partial fix for #170. Updates most of the unread counts on the sidebar. Using plugins/dblclicktoread.php to mark unread items should work as well. There are still some known bugs (involving the "caching" of sidebars and the unread count of folder icons on the sidebar). While all themes should work anyway, theme authors might want to update to take advantage of this changeset.

Location:
trunk/gregarius/themes
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/web/item.php

    r1302 r1493  
    66    <?php } ?> 
    77    <?php if(!hidePrivate()) { ?> 
    8     <a id="sa<?php echo rss_item_id(); ?>" href="#" onclick="_es(<?php echo rss_item_id(); ?>,<?php echo rss_item_flags(); ?>); return false;"> 
     8    <a id="sa<?php echo rss_item_id(); ?>" href="#" onclick="_es(<?php echo rss_item_id(); ?>,<?php echo rss_item_flags(); ?>,<?php echo rss_item_cid(); ?>); return false;"> 
    99        <img src="<?php echo getExternalThemeFile('media/edit.gif'); ?>" alt="edit" /> 
    1010    </a> 
  • trunk/gregarius/themes/lilina/web/item.php

    r1490 r1493  
    2929    <?php } ?> 
    3030    <?php if(!hidePrivate()) { ?> 
    31     <a id="sa<?php echo rss_item_id(); ?>" href="#" onclick="_es(<?php echo rss_item_id(); ?>,<?php echo rss_item_flags(); ?>); return false;"> 
     31    <a id="sa<?php echo rss_item_id(); ?>" href="#" onclick="_es(<?php echo rss_item_id(); ?>,<?php echo rss_item_flags(); ?>,<?php echo rss_item_cid(); ?>); return false;"> 
    3232        <img src="<?php echo rss_theme_path(); ?>/media/edit.gif" alt="edit" /> 
    3333    </a> 
     
    7474    <?php } ?> 
    7575    <?php if(!hidePrivate()) { ?> 
    76     <a id="sa<?php echo rss_item_id(); ?>" href="#" onclick="_es(<?php echo rss_item_id(); ?>,<?php echo rss_item_flags(); ?>); return false;"> 
     76    <a id="sa<?php echo rss_item_id(); ?>" href="#" onclick="_es(<?php echo rss_item_id(); ?>,<?php echo rss_item_flags(); ?>,<?php echo rss_item_cid(); ?>); return false;"> 
    7777        <img src="<?php echo rss_theme_path(); ?>/media/edit.gif" alt="edit" /> 
    7878    </a>