Remove 'new articles' button from groups list until more testing is done.

This commit is contained in:
Retro_Guy 2024-05-02 02:28:52 -07:00
parent 0a71f71e89
commit 5bb446597b
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ include "head.inc";
echo '<h1 class="np_thread_headline">' . basename(getcwd()) . '</h1>';
echo '<table cellpadding="0" cellspacing="0" class="np_buttonbar"><tr>';
// If logged in: button for new only
/*
if (isset($_COOKIE['mail_name'])) {
if ($userdata = get_user_mail_auth_data($_COOKIE['mail_name'])) {
if (isset($overboard) && ($overboard == true)) {
@ -39,6 +40,7 @@ if (isset($_COOKIE['mail_name'])) {
}
}
}
*/
// View Latest button
if (isset($overboard) && ($overboard == true)) {
echo '<td>';