mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +01:00
allow board exclusion for the boardlist
This commit is contained in:
parent
409f571955
commit
c223b1c55d
@ -74,12 +74,19 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
$theme['config'][] = Array(
|
$theme['config'][] = Array(
|
||||||
'title' => 'Excluded boards',
|
'title' => 'Excluded boards (recent posts)',
|
||||||
'name' => 'exclude',
|
'name' => 'exclude',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'comment' => '(space seperated)'
|
'comment' => '(space seperated)'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$theme['config'][] = Array(
|
||||||
|
'title' => 'Excluded boards (boardlist)',
|
||||||
|
'name' => 'excludeboardlist',
|
||||||
|
'type' => 'text',
|
||||||
|
'comment' => '(space seperated)'
|
||||||
|
);
|
||||||
|
|
||||||
$theme['config'][] = Array(
|
$theme['config'][] = Array(
|
||||||
'title' => '# of recent images',
|
'title' => '# of recent images',
|
||||||
'name' => 'limit_images',
|
'name' => 'limit_images',
|
||||||
|
Loading…
Reference in New Issue
Block a user