diff --git a/Rocksolid_Light/rocksolid/newsportal.php b/Rocksolid_Light/rocksolid/newsportal.php index 2241dce..5265ce6 100644 --- a/Rocksolid_Light/rocksolid/newsportal.php +++ b/Rocksolid_Light/rocksolid/newsportal.php @@ -623,7 +623,7 @@ function groups_show($gruppen) { if(isset($userdata[$g->name])) { $groupdisplay.='

'; $groupdisplay.='(unsubscribe)'; - if($userdata[$g->name] < $lastarticleinfo->date) { + if($userdata[$g->name] < $lastarticleinfo['date']) { $groupdisplay.='(new) '; } $groupdisplay.=''; } - echo ''; -// View Latest button - if (isset($overboard) && ($overboard == true)) { - echo ''; - } - if (!$CONFIG['readonly'] && - (!function_exists("npreg_group_has_write_access") || - npreg_group_has_write_access($thisgroup))) - { -// New Thread button - echo ''; - } - // Pages -/* - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; - echo articleflat_pageselect($thisgroup,$id,count($subthread),$first); - echo '
'; -*/ + // has the user write-rights on the newsgroups? if((function_exists("npreg_group_has_read_access") && !npreg_group_has_read_access($newsgroups)) ||