What I did Judge and may not apply to you , but I made the flashing email icon linkable to the members inbox (main PM center) with "alt" text saying "Go To The Inbox. This is so the member has the ability to either read the specific PM from the sender or enter his/her inbox.
This is what i edited.
Open /global.php
Find the all ready hacked code from the main hack
Quote:
$privatemessages = '<img style="vertical-align: baseline;" border="0" src="'.$stylevar['imgdir_misc'].'/' . $from_group . '" width="16" height="15" alt="" /> from ' . $privatemessagebits;
}
|
and replace with
Quote:
$privatemessages = '<a href="private.php?"><img alt="Go To Your Inbox" style="vertical-align: baseline;" border="0" src="'.$stylevar['imgdir_misc'].'/' .
$from_group . '" width="16" height="15" alt="" /></a> from ' . $privatemessagebits;
}
|
Simple yet effective. I hope this helps. :squareeyed: