Adds "noko50" (View Last 50 Posts) pages. (Broken Reply)

This commit is contained in:
fallenPineapple 2013-08-10 17:16:30 -04:00
parent 1248e329d2
commit 12ee85beaf
7 changed files with 152 additions and 8 deletions

View file

@ -705,6 +705,16 @@ function mod_view_thread($boardName, $thread) {
echo $page;
}
function mod_view_thread50($boardName, $thread) {
global $config, $mod;
if (!openBoard($boardName))
error($config['error']['noboard']);
$page = buildThread50($thread, true, $mod);
echo $page;
}
function mod_ip_remove_note($ip, $id) {
global $config, $mod;