Avatar

Seeing other user's spam posts - Solved (Bugs)

by Magma, Saturday, September 07, 2019, 16:06 (1692 days ago) @ Micha

Hi,

please replace the two lines:

if ($entrydata['akismet_spam'] == 1 || $entrydata['b8_spam'] == 1)
$display_spam_query_and = '';


I don't see the two lines exactly like that above, line 132-135 shows as

// thread-data:
 $thread = $entrydata['tid'];
 if ($entrydata['spam'] == 1)
  $display_spam_query_and = '';

Complete thread:

 RSS Feed of thread