forked from leftypol/leftypol
Show full filename on mouseover.
This commit is contained in:
parent
d62f0ee046
commit
339853e5de
6 changed files with 32 additions and 9 deletions
|
@ -120,6 +120,10 @@
|
|||
$config['body_truncate'] = 15;
|
||||
// Amount of characters to show on the index page
|
||||
$config['body_truncate_char'] = 2500;
|
||||
// Maximum filename length (will be truncated)
|
||||
$config['max_filename_len'] = 255;
|
||||
// Maximum filename length to display (the rest can be viewed upon mouseover)
|
||||
$config['max_filename_display'] = 30;
|
||||
|
||||
$config['threads_per_page'] = 10;
|
||||
$config['max_pages'] = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue