The Arcive of vBulletin Modifications Site. |
|
New PM button in messagelist Details »»
|
|||||||||||||||||||||||||
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> 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> You may change $stylevar[imgdir_button]/sendpm.gif to any other image. Please click INSTALLED to get support for this modification. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
interesting
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Fixed.
|
|
#5
|
||||
|
||||
|
Your replace code ruins appearance.
Please, replace with this one: PHP Code:
|
|
#6
|
||||
|
||||
|
Why you think it ruins appearance?
|
![]() |
|
|