1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

allow board exclusion for the boardlist

This commit is contained in:
Lorenzo Yario 2024-07-14 04:37:28 -07:00 committed by GitHub
parent 409f571955
commit c223b1c55d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,12 +74,19 @@
);
$theme['config'][] = Array(
'title' => 'Excluded boards',
'title' => 'Excluded boards (recent posts)',
'name' => 'exclude',
'type' => 'text',
'comment' => '(space seperated)'
);
$theme['config'][] = Array(
'title' => 'Excluded boards (boardlist)',
'name' => 'excludeboardlist',
'type' => 'text',
'comment' => '(space seperated)'
);
$theme['config'][] = Array(
'title' => '# of recent images',
'name' => 'limit_images',