g-force2k2, how would I incorporate this hack into this code out of the root/global.php for the "full pm popup" hack?
PHP Code:
elseif($bbuserinfo['pmpopupfull']) {
$pms = $DB_site->query_first("SELECT COUNT(privatemessageid) AS messages FROM privatemessage WHERE userid='$bbuserinfo[userid]'");
if (($pmquota > 0) && ($pms[messages] == $pmquota) && ($bbuserinfo[usergroupid] != 6)) {
$fullpm=1;
eval("\$headpmfull = \"".gettemplate('head_pmfull')."\";");