Back to vBulletin 3.6 Template Modifications

New PM button in messagelist
Mod Version: 1.00, by Mazinger

This modification is in the archives.
vB Version: 3.6.8 Rating: (1 vote - 5.00 average) Installs: 13
Released: 30 Oct 2007 Last Update: Never Downloads: 5
Not Supported Template Edits Re-usable Code Translations  

This is a modification to show 'send pm' button in messagelist -- screenshot attached.


Style Manager -> Edit Templates -> pm_messagelist

Find:
HTML Code:
<if condition="$show['pagenav']">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
 <if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
</if>
Replace it with:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td><a href="private.php?do=newpm"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="$vbphrase[send_new_message]" border="0" /></a></td>
 <if condition="$pagenav">
<td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
Then save.

You may change $stylevar[imgdir_button]/sendpm.gif to any other image.

Please click INSTALLED to get support for this modification.

Download

No files for download.

Screenshots

Click image for larger version
Name:	pm_button.jpg
Views:	490
Size:	101.7 KB
ID:	71732  

Similar Mods

New PM button in messagelist vBulletin 3.8 Template Modifications
Private Messages Enhancements New PM button in messagelist vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024