Zeile 307 | Zeile 307 |
---|
{ $doneusers[$user['uid']] = $user['time']; ++$membercount;
|
{ $doneusers[$user['uid']] = $user['time']; ++$membercount;
|
if($user['invisible'] == 1 && $mybb->usergroup['canbeinvisible'] == 1)
| if($user['invisible'] == 1)
|
{ $invisiblemark = "*"; ++$inviscount;
| { $invisiblemark = "*"; ++$inviscount;
|
Zeile 798 | Zeile 798 |
---|
$bgcolor = alt_trow(true); // Reset the trow colors while($announcement = $db->fetch_array($query)) {
|
$bgcolor = alt_trow(true); // Reset the trow colors while($announcement = $db->fetch_array($query)) {
|
if($announcement['startdate'] > $mybb->user['lastvisit'] && !$cookie[$announcement['aid']])
| if($announcement['startdate'] > $mybb->user['lastvisit'] && !isset($cookie[$announcement['aid']]))
|
{ $new_class = ' class="subject_new"'; $folder = "newfolder";
| { $new_class = ' class="subject_new"'; $folder = "newfolder";
|
Zeile 1513 | Zeile 1513 |
---|
eval("\$addremovesubscription = \"".$templates->get("forumdisplay_threadlist_subscription")."\";"); }
|
eval("\$addremovesubscription = \"".$templates->get("forumdisplay_threadlist_subscription")."\";"); }
|
$inline_edit_js = $clearstoredpass = '';
| |
// Is this a real forum with threads? if($foruminfo['type'] != "c")
| // Is this a real forum with threads? if($foruminfo['type'] != "c")
|