the code not to show avatar on article with bot enable got messed up in this forum and pulled parse errors:
here is the correct code:
// allow usage of <!-- !CBAuthorBot --> to NOT show the author bot details
if(strstr($row->text, "!CBAuthorBot"«»)){
return;
}