oh, I guess I should let u know the changes I made to fix the validation error...
in uddeim.php lines 91-94 I made them like this...
[code:1]$uddeicons_onlinepic = "<img alt='online' title='online' src='".$pathtosite."/components/com_uddeim/templates/".$config->templatedir."/images/icon_online.gif'/>";
$uddeicons_offlinepic = "<img alt='offline' title='offline' src='".$pathtosite."/components/com_uddeim/templates/".$config->templatedir."/images/icon_offline.gif'/>";
$uddeicons_readpic = "<img alt='read' title='read' src='".$pathtosite."/components/com_uddeim/templates/".$config->templatedir."/images/nonew_im.gif' border='0'/>";
$uddeicons_unreadpic = "<img alt='unread' title='unread' src='".$pathtosite."/components/com_uddeim/templates/".$config->templatedir."/images/new_im.gif' border='0'/>";
[/code:1]
this "closes" the image tags.
nope, that didn't work
let me fix this
Post edited by: N6REJ, at: 2008/03/05 15:31