ok as I said before this will show a link to the mass_email.php file.
replace the code you have listed above with one of the following codes.
TEXT LINK VERSIONThis assumes the mass_email.php file is in the phpbb forum root folder if it is not then change the link details, for instance change mass_email.php to admin/mass_email.php if the file is in your admin dir.
- Code: Select all
<!-- BEGIN switch_mod_option -->
<tr>
<td class="catBottom" colspan="8" align="right"><span class="cattitle">
<a href="mass_email.php">Email these members</a>
<input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="mainoption" />
</td>
</tr>
<!-- END switch_mod_option -->
GRAPHIC LINK VERSIONor if you wish you can use an image instead of the text link by using the following code, change image.gif to the name of your image. (please note this assumes the image will be in your images folder that is in the forum root and not in the templates dir. you can change it if you wish.
- Code: Select all
<!-- BEGIN switch_mod_option -->
<tr>
<td class="catBottom" colspan="8" align="right"><span class="cattitle">
<a href="mass_email.php"><img src="images/image.gif" border="0"></a>
<input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="mainoption" />
</td>
</tr>
<!-- END switch_mod_option -->
need any more info/help l;et me know
regards