Can someone please help me add the ability to have the away status icon show in the privmsg template? Here is the code I need to edit from the private template.
Code:
unset($onlinestatus);
if ($post['lastactivity'] > $datecut and !$post['invisible'] and $post['lastvisit'] != $post['lastactivity']) {
eval("\$onlinestatus = \"".gettemplate("postbit_online")."\";");
} else {
eval("\$onlinestatus = \"".gettemplate("postbit_offline")."\";");
}
I want it to show in private messages like it does in the postbit.