Update of /cvsroot/xoops/xoops-current/html/modules/newbb In directory usw-pr-cvs1:/tmp/cvs-serv5992/html/modules/newbb Modified Files: functions.php reply.php topicmanager.php viewforum.php viewtopic.php xoops_version.php Log Message: Index: functions.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/functions.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions.php 23 Aug 2002 06:27:48 -0000 1.5 --- functions.php 11 Oct 2002 06:14:22 -0000 1.6 *************** *** 96,100 **** return(_MD_NOPOSTS); if(($type != 'user') && ($type != 'time_fix')) ! $val = sprintf("%s <br> %s %s", $myrow['post_time'], _MD_BY, $myrow['uname']); else $val = $myrow['post_time']; --- 96,100 ---- return(_MD_NOPOSTS); if(($type != 'user') && ($type != 'time_fix')) ! $val = sprintf("%s <br /> %s %s", $myrow['post_time'], _MD_BY, $myrow['uname']); else $val = $myrow['post_time']; Index: reply.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/reply.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** reply.php 23 Aug 2002 06:27:48 -0000 1.5 --- reply.php 11 Oct 2002 06:14:22 -0000 1.6 *************** *** 88,92 **** $r_date = formatTimestamp($forumpost->posttime()); $r_name = XoopsUser::getUnameFromId($forumpost->uid()); ! $r_content = _MD_BY." ".$r_name." "._MD_ON." ".$r_date."<br><br>"; $r_content .= $r_message; $r_subject=$forumpost->subject(); --- 88,92 ---- $r_date = formatTimestamp($forumpost->posttime()); $r_name = XoopsUser::getUnameFromId($forumpost->uid()); ! $r_content = _MD_BY." ".$r_name." "._MD_ON." ".$r_date."<br /><br />"; $r_content .= $r_message; $r_subject=$forumpost->subject(); *************** *** 98,102 **** $message = ""; themecenterposts($r_subject,$r_content); ! echo "<br>"; $pid=$post_id; unset($post_id); --- 98,102 ---- $message = ""; themecenterposts($r_subject,$r_content); ! echo "<br />"; $pid=$post_id; unset($post_id); Index: topicmanager.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/topicmanager.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** topicmanager.php 23 Aug 2002 06:27:48 -0000 1.5 --- topicmanager.php 11 Oct 2002 06:14:22 -0000 1.6 *************** *** 129,133 **** ?> <form action='<?php echo $PHP_SELF?>' method='post'> ! <table border='0' cellpadding='1' cellspacing='0' align='center' valign='top' width='95%'><tr><td class='bg2'> <table border='0' cellpadding='1' cellspacing='1' width='100%'> <tr class='bg3' align='left'> --- 129,133 ---- ?> <form action='<?php echo $PHP_SELF?>' method='post'> ! <table border='0' cellpadding='1' cellspacing='0' align='center' width='95%'><tr><td class='bg2'> <table border='0' cellpadding='1' cellspacing='1' width='100%'> <tr class='bg3' align='left'> Index: viewforum.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/viewforum.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** viewforum.php 5 Sep 2002 11:11:45 -0000 1.7 --- viewforum.php 11 Oct 2002 06:14:22 -0000 1.8 *************** *** 216,220 **** $pagination = ''; $addlink = ''; ! $topiclink = 'viewtopic.php?topic_id='.$myrow['topic_id'].'&forum='.$forum.'jump=1'; $totalpages = ceil(($myrow['topic_replies'] + 1) / $forumdata['posts_per_page']); if ( $totalpages > 1 ) { --- 216,220 ---- $pagination = ''; $addlink = ''; ! $topiclink = 'viewtopic.php?topic_id='.$myrow['topic_id'].'&forum='.$forum.'&jump=1'; $totalpages = ceil(($myrow['topic_replies'] + 1) / $forumdata['posts_per_page']); if ( $totalpages > 1 ) { Index: viewtopic.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/viewtopic.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** viewtopic.php 5 Sep 2002 11:11:45 -0000 1.10 --- viewtopic.php 11 Oct 2002 06:14:22 -0000 1.11 *************** *** 107,111 **** if ( $can_post == 1 ) { $xoopsTpl->assign('viewer_can_post', true); ! $xoopsTpl->assign('forum_post_or_register', '<input type="button" value="'._MD_POSTNEW.'": onclick="location.href=\'newtopic.php?forum='.$forum.'\'" />'); } else { $xoopsTpl->assign('viewer_can_post', false); --- 107,111 ---- if ( $can_post == 1 ) { $xoopsTpl->assign('viewer_can_post', true); ! $xoopsTpl->assign('forum_post_or_register', "<input type='button' value='"._MD_POSTNEW."' onclick=\"location.href='newtopic.php?forum=$forum'\" />"); } else { $xoopsTpl->assign('viewer_can_post', false); Index: xoops_version.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/xoops_version.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** xoops_version.php 23 Aug 2002 06:27:48 -0000 1.3 --- xoops_version.php 11 Oct 2002 06:14:22 -0000 1.4 *************** *** 3,8 **** $modversion['version'] = 1.00; $modversion['description'] = _MI_NEWBB_DESC; ! $modversion['credits'] = "Kazumi Ono<br>( http://www.myweb.ne.jp/ )"; ! $modversion['author'] = "Original admin section (phpBB 1.4.4) by<br>The phpBB Group<br>( http://www.phpbb.com/ )<br>"; $modversion['help'] = "newbb.html"; $modversion['license'] = "GPL see LICENSE"; --- 3,8 ---- $modversion['version'] = 1.00; $modversion['description'] = _MI_NEWBB_DESC; ! $modversion['credits'] = "Kazumi Ono<br />( http://www.myweb.ne.jp/ )"; ! $modversion['author'] = "Original admin section (phpBB 1.4.4) by<br />The phpBB Group<br />( http://www.phpbb.com/ )<br />"; $modversion['help'] = "newbb.html"; $modversion['license'] = "GPL see LICENSE"; |