here you go... you can put a max of 5 hacks in 1 post next time
thanks
*****
Installation
1. Upload bitfield_socialgroupemail.xml to your forum/includes/xml directory before you install the product.
2. Use the Product Manager to import the product file product-rah_socialgroup_email_1_0_0.xml.
3. Use the Style Manager to find and edit your socialgroups_group template:
Near the bottom, find:
HTML Code:
Code:
<if condition="$groupoptions['managemembers']">
<li class="smallfont">
<a href="group.php?$session[sessionurl]do=managemembers&groupid=$group[groupid]">$vbphrase[manage_members]</a>
</li>
</if>Below that ADD:
HTML Code:
Code:
<if condition="$groupoptions['email_group']">
<li class="smallfont">
<a href="sendmessage.php?$session[sessionurl]do=groupemail&groupid=$group[groupid]">$vbphrase[email_members]</a>
</li>
</if>
Configuration:
By default, regular members, moderators, super moderators and administrators are configured to be able to send emails to their own social groups. Additionally, administrators are configured to be able to send email to any group. To change these permissions for these or any other groups:
1. In the AdminCP, goto Usergroups -> Usergroup Manager.
2. Edit the user group.
3. Find the section "Social Groups Permissions," and set the permissions for emailing as desired.
Uninstallation (IMPORTANT)
To properly uninstall this product, follow these instructions exactly:
1. Delete the file bitfield_socialgroupemail.xml from your forum/includes/xml directory.
2. Uninstall the product.
Download Now