Quote:
Originally Posted by Leah
I'd really like to have this option at my board, but the image isn't in place.
I think something needs to be done with this line:
PHP Code:
$show['reportlink'] = iif($bbuserinfo['userid'] AND $bbuserinfo['userid'] != $post['userid'], true, false);
in functions_showthread.php also, but I don't know what.
|
I tried to change it to
PHP Code:
$show['reportlink'] = iif($bbuserinfo['userid'] AND $bbuserinfo['userid'] != $post['userid'], true, true);
and it seems to be working ok, but I've never changed anything like this on my own so I'm not sure if I got it right.