Helpful Information
 
 
Category: vBulletin 3.8 Template Modifications
New PM button in messagelist

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


Style Manager -> Edit Templates -> pm_messagelist

Find:


<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:



<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

Nice Idea..
But The New P, button is Also Available In the sidebar of Usercp.!
What do you think?
But Graphically Button is also fine...

I'm not sure what you mean, can you post a screenshot?

Very convenient feature. Will add to the user-friendliness of my forum.

Can you post the photoshop file for the button. I need the button to read: New PM or something like that.

ty, installed

Can you post the photoshop file for the button. I need the button to read: New PM or something like that.
It's the original sendpm image that comes with vBulletin package. You can download the PSD from your vBulletin's members area.

Installed, and works a treat, great add on to my site, will help members greatly! Thankyou! :)

Nice one...installed

You're welcome all.










privacy (GDPR)