on your template/serch_results.tpl:
*******************
find: <!-- INCLUDE member_sections_quick_actions.tpl -->
and paste this code after that:
<li class="friends"><a href="{top.virtual_path}account/friends/add/{member_id}/" title="">ADD TO FRIENDS</a></li>
<li class="favorites"><a href="{top.virtual_path}account/favorites/add/{member_id}/" title="">ADD TO FAVORITES</a></li>
<li class="message"><a href="{top.virtual_path}account/messages/compose/{member_id}/" title="">SEND MESSAGE</a></li>
<li class="gift"><a href="{top.virtual_path}account/gifts/send/{member_id}/" title="">SEND GIFT</a></li>
*******************
NOTE: if you need more width to display text correctly, you can change it on your template/media/content.css and change:
div.actions ul.actions li >>>>>>> width: 170px;
*******************
[img=PunBB bbcode test]http://www.cupidocolombia.net/images/sample1.png[/img]
ENJOY!