Sure. Paste this code over the existing code in the [tk] Egg Avatar: Add Postbit Control plugin:
Code:
global $vbulletin;
if ($vbulletin->options['eggavatar_active'] AND (($vbulletin->userinfo['permissions']['eggavatarpermissions'] & $vbulletin->bf_ugp_eggavatarpermissions['eggavatarcanuseeggs']) OR ($vbulletin->userinfo['permissions']['eggavatarpermissions'] & $vbulletin->bf_ugp_eggavatarpermissions['eggavatarcancleanown'])))
{
eval('$eggavatar_button .= " ' . fetch_template('eggav_add_control') . '";');
$post['avatarurl'] = 'eggavatar.php?do=showeggs&u=' . $post['userid'] . '&pid=' . $post['postid'] . '&old=' . $post['avatarurl'] . '&t=' . TIMENOW;
}
Then just place the $eggavatar_button variable wherever you want the button to appear in the postbit. I can't really support this though, so if you mess up your board please don't blame me