MyBB Community Forums

Full Version: How to add "PM" column to memberlist?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
thanks to zaher1988("Custom profile field in memberlist.php " http://community.mybboard.net/showthread.php?tid=17032), now i can add an custom column like "sex" to memberlist.

but,how to add "PM" column to memberlist? thanks.
A button like [Image: postbit_email.gif] ? But for sending a PM ?

Do everything like in Zahers post again; but instead of adding
<td class="trow1">{$users['fidX']}</td>
add
<td class="trow2"><a href="private.php?action=send&uid={$users['uid']}"><img src="{$theme['imglangdir']}/postbit_pm.gif" alt="{$lang->postbit_pm}" title="{$lang->postbit_pm}" /></a></td>
Big Grin,thanks.it works perfectly.