@kurtbarker:
Here's a quick "hack" for you:
Go to the plugin manager and open this plugin to edit it:
"
Template Manipulation (Add WMail Links)"
At the very top, before anything else, add this:
Code:
if ($permissions['wmailpermissions'] & $vbulletin->bf_ugp['wmailpermissions']['canusewebmail'])
{
// only add the links when the user actually use the webmailer
At the very bottom, as last line, add this:
Now, the links are only added for users who can use the webmailer.
I will include this in the next release and also make an admin option to choose between "Always add links" and "Only add links for users who have permission"