Show
Ignore:
Timestamp:
01/08/07 12:02:44 (23 months ago)
Author:
mbonetti
Message:

Mark as read actions shan't be applied to Taglists elements

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/plugins/markallread.php

    r1561 r1667  
    7070    if( hidePrivate() ) 
    7171        return $existingText; 
    72  
     72         
    7373    $options = rss_plugins_get_option( MARKALLREAD_CONFIG_OPTIONS ); 
    7474    if( $options & MARKALLREAD_OPTION_LINK_FOLDER ) 
     
    7979 
    8080function __markallread_sidemenu_feedunreadlabel( $existingText ) { 
    81     if( hidePrivate() ) 
    82         return $existingText; 
    83  
     81    if (hidePrivate() || (class_exists('TagList') && is_a($GLOBALS['rss']-> feedList, 'TagList'))) { 
     82        return $existingText; 
     83    } 
    8484    $options = rss_plugins_get_option( MARKALLREAD_CONFIG_OPTIONS ); 
    8585    if( $options & MARKALLREAD_OPTION_LINK_FEED )