Quote:
Originally posted by JJR512
You say to look for
Code:
if ($userinfo[receivepm]) {
eval("\$userinfo[pmlink] = \"".gettemplate("postbit_sendpm")."\";");
} else {
$userinfo[pmlink] = " ";
}
I don't find any of these lines in memberlist.php:
$userinfo[pmlink] = " ";
or
eval("\$userinfo[pmlink] = \"".gettemplate("postbit_sendpm")."\";");
or
$userinfo[pmlink] = " ";
|
tried searching for postbit_sendpm ? instead ( ) etc sometimes causes me problems, if that happens i search for part of the txt to find.