コード例 #1
0
            ?>
<br/><br/>Post Count: <?php 
            echo $user->postcount($details['username']);
        }
        ?>
                                                                                        </div>
                                                                                        <div class="msgcommands"></div>
                                                                                </td>
                                                                                <td class="rightpanel">
                                                                                        <div class="msgtime"><?php 
        echo $date;
        ?>
</div>
                                                                                        <div class="msgcontents">
                                                                                                <?php 
        echo $base->br2nl(empty($details['moved']) ? $thread->formatPost($details['content'], $details['username'], $forum) : $details['content']);
        ?>
                                                                                                </div>
                                                                                        <span style="float:right; margin-right: 5px; margin-bottom: 5px; margin-top: -20px;"><?php 
        echo $details['username'] == $username && $rank < 3 && $details['status'] == 0 && $details['lock'] == 0 ? '<a href="edit.php?forum=' . $f . '&id=' . $i . '&type=2">Edit</a> | ' . $action_bar : $action_bar;
        ?>
</span>
                                                                                </td>
                                                                        </tr>
                                                </tbody>
                                                </table>
                                        
                                                <?php 
    }
}
//don't extract posts if the thread is a moved thread