forked from leftypol/leftypol
Adds "noko50" (View Last 50 Posts) pages. (Broken Reply)
This commit is contained in:
parent
1248e329d2
commit
12ee85beaf
7 changed files with 152 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue