View Single Post
  #15 (permalink)  
Old 04-30-2008, 06:35 AM
jakie jakie is offline
New Pligger
 
Join Date: Apr 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by redwine View Post
Open /user.php and change the code on line 458 to this (modifications are in red):

Code:
$output .= '<td><a href="' . my_pligg_base . '/module.php?module=simple_messaging&view=compose&return=' . urlencode($_SERVER['REQUEST_URI']) .'&to=' .$myfriend->user_login . '"><img src="'.my_pligg_base.'/templates/'.$the_template.'/images/user_message.png" border=0></a></td>';
That's it!
Many Thanks!!!!! it works for me !!!!!!!
Reply With Quote