From: <w4...@us...> - 2003-01-06 17:34:34
|
Update of /cvsroot/xoops/xoops2/modules/system/blocks In directory sc8-pr-cvs1:/tmp/cvs-serv30661/modules/system/blocks Modified Files: system_blocks.php Log Message: added the bbcode to the pm and modified the popup sizes Index: system_blocks.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/blocks/system_blocks.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** system_blocks.php 5 Jan 2003 18:20:47 -0000 1.3 --- system_blocks.php 6 Jan 2003 17:33:53 -0000 1.4 *************** *** 263,267 **** } if ($xoopsUser != '') { ! $block['groups'][$i]['users'][] = array('id' => $userinfo['uid'], 'name' => $myts->htmlspecialchars($userinfo['uname']), 'msglink' => "<a href=\"javascript:openWithSelfMain('".XOOPS_URL."/pmlite.php?send2=1&to_userid=".$userinfo['uid']."','pmlite',360,300);\"><img src=\"".XOOPS_URL."/images/icons/pm_small.gif\" border=\"0\" width=\"27\" height=\"17\" alt=\"\" /></a>", 'avatar' => XOOPS_URL.'/uploads/'.$userinfo['user_avatar']); } else { if ($userinfo['user_viewemail']) { --- 263,267 ---- } if ($xoopsUser != '') { ! $block['groups'][$i]['users'][] = array('id' => $userinfo['uid'], 'name' => $myts->htmlspecialchars($userinfo['uname']), 'msglink' => "<a href=\"javascript:openWithSelfMain('".XOOPS_URL."/pmlite.php?send2=1&to_userid=".$userinfo['uid']."','pmlite',415,366);\"><img src=\"".XOOPS_URL."/images/icons/pm_small.gif\" border=\"0\" width=\"27\" height=\"17\" alt=\"\" /></a>", 'avatar' => XOOPS_URL.'/uploads/'.$userinfo['user_avatar']); } else { if ($userinfo['user_viewemail']) { |