Let the user decide which columns should be displayed, posted by Sarah Kuckuk on Thu Jan 18 13:56:59 2024
|
Hello
I was wondering if there is any possibility to let the user decide which columns to show/download in the search results? We have quite a lot
of fields and it would help the usefulness of our elog a lot. |
Re: Let the user decide which columns should be displayed, posted by Stefan Ritt on Mon Jan 22 12:15:26 2024
|
There is a general display option "List display", but that applies for all users. For the download, you can load the CSV file into a spreadsheet
program and then delete some columns.
Stefan |
HTTP headers should be parsed case insensitive, posted by André on Mon Jul 22 16:17:55 2024
|
I'm trying to run elog behind haproxy, but get the error "Invalid Content-Length in header" on posting.
As stated in the manual,
haproxy rewrites all headers to lower case. |
Re: HTTP headers should be parsed case insensitive, posted by Stefan Ritt on Wed Jul 31 14:21:21 2024
|
I changed elog to interprete the content-length header case in-sensitive and committed the change. Can you try again?
Stefan
André |
Can Elog make a table?, posted by Walter Reviol on Wed Aug 7 22:54:03 2024
|
Hi!
I like to format an Elog "directory" such that all entries make/occur as a table. Say: 5 columns and a large number of rows. In a sense,
make an excel spreadsheet in Elog. Is this possible? How can this be done? Is there perhaps a template? |
Re: Can Elog make a table?, posted by Stefan Ritt on Thu Aug 8 09:07:45 2024
|
I'm not exactly sure what you want to do, but there are two options in elog:
1) Insert directly a table like this one:
Index
|
choosing the default font ? , posted by Pavel Murat on Wed Nov 13 18:12:34 2024
|
Dear All,
is there a way to choose the default "style" for the HTML encoding ? - I'd like to set it to "Typewriter" but couldn't find
the corresponding option in the available docs/ sample config files... |
Re: choosing the default font ? , posted by Stefan Ritt on Fri Nov 15 09:55:11 2024
|
Check elog/themes/default/elog.css and look for font-family.
If you just want the elog entries in monospaced font, you can swith to "plain" encoding at the bottom of the entry form. You can also
make this a default (check the docu). |