View Single Post
  #8 (permalink)  
Old 02-02-2008, 02:22 PM
nates nates is offline
New Pligger
 
Join Date: Jan 2008
Posts: 29
Thanks: 2
Thanked 2 Times in 2 Posts
Redwine,

Thanks for the info. I changed line in 458 to

$output .= '<td><a href="' . my_pligg_base . '/module.php?module=simple_messaging&view=compose&re turn=' . urlencode($_SERVER['REQUEST_URI']) .'&to=' .$myfriend->user_login . '"><img src="'.my_pligg_base.'/templates/'.$the_template.'/images/user_message.png" border=0></a></td>';

But when I click on message icon, I am taken to a blank page.

So its still not working

any idea on what I am missing?
Reply With Quote