How to change name of record Id from $@MID@$., posted by John on Wed Jul 22 18:11:56 2020
|
Hi Everyone,
I tried using this $@MID@$ in JS as a variable and cannot doit. I researched a little and found no answer on special character usage. If anyone
knows, please lemme know. I also tried breifly in Elogd to change it to something like just MID, but need a better editor as (Kate) is not saving |
Re: How to change name of record Id from $@MID@$., posted by Stefan Ritt on Wed Jul 22 19:10:08 2020
|
No idea what you are talking about. $@MID@$ is used in the database files to indicate the start of a new message. It is not used on any elog web page.
If you want to put the message ID on your web page, you should use the variable "$message id" as written in the documentation. You say JS, where
is your JS running? You wrote a JS program to work on the raw elog database files? Or you wrote an extension to run in your browse? You have to be a bit |
Expanding column width when viewing in Summary mode, posted by Illam Pakkirisamy on Thu Jul 16 23:26:43 2020
|
Hi,
I'm trying to expand the Subject column, when viewing in summary mode, and couldn't find any documentation for it. Is this possible
and if so, how would I do it. |
bug in elog.spec, posted by Janusz Szuba on Mon Jul 6 19:09:48 2020
|
Hi,
in commit 1812e7c, specifying CFLAGS to make
command in elog.spec, renders all other settings in Makefile void. That is, if I want to include any of KRB5, LDAP, PAM support, and change makefile accordingly, |
Re: bug in elog.spec, posted by Laurent Jean-Rigaud on Mon Jul 6 20:19:21 2020 
|
Hi,
You rights, CFLAGS should not be in specfile to take care of distrib env.
Btw, I sent in the past an update for build process of Stefan delivery to generate src.rpm file copatible to tarball version. I think Stefan |
Re: bug in elog.spec, posted by Janusz Szuba on Tue Jul 7 11:22:45 2020
|
Thanks for the answer, I will try with your specfile
best
Janusz |
change Cell Style, posted by Lahreche Abdelmadjid on Tue Jun 30 11:39:12 2020
|
Hi All,
I hope to change the Cell Style backround color into background point.
because my color printer don't work. |
Re: change Cell Style, posted by Andreas Luedeke on Tue Jun 30 17:12:10 2020
|
You should edit the CSS style file: /usr/local/elog/themes/default/elog.css
Just change all fields "background-color:" to your desired color; e.g. "#FFFFFF" for white.
Lahreche Abdelmadjid |
Re: change Cell Style, posted by Lahreche Abdelmadjid on Wed Jul 1 09:08:17 2020
|
I would like to change the backround cilor of a cell and not sheet.
also don't use color, but system of point (to print it in monochome printer)
Andreas |
Update, posted by Lahreche Abdelmadjid on Tue Jun 30 13:42:13 2020
|
Hi,
How to do the last update with out losing any data ? |
Re: Update, posted by Andreas Luedeke on Tue Jun 30 17:15:18 2020
|
When you update from a version 2.* to a version 3.* then all elog entry files will be moved in subfolder for each year. But non of the entries are
lost.
Only if you afterwards try to start an old version 2.* with the newly converted data directories, then the old version will not find
any of the entries.
I've updated the ELOG version many times now. The only data I once lost was a modified CSS style file and a "hand |
change Cell Style, posted by Lahreche Abdelmadjid on Tue Jun 30 11:21:11 2020
|
Hi All,
I hope to change the Cell Style backround color into background point.
because my color printer don't work. |
email notification for self register 2 3 and 4, posted by pierre brionnet on Mon Jun 8 07:30:06 2020
|
Hi,
I have set up my elog for testing and setup postfix to be able to send email notification for register of new user but whatever i try elog cannot
set email. I try to sent test email in my bash and this is working without problem to my gmail account. |
Re: email notification for self register 2 3 and 4, posted by Stefan Ritt on Mon Jun 8 08:11:33 2020
|
Why don't you start elogd interactively with the "-v" flag (verbose) and watch the communication between elog and postfix. Maybe you see
a specific error there.
Stefan |
Re: email notification for self register 2 3 and 4, posted by pierre brionnet on Mon Jun 8 08:29:16 2020
|
Hi Stefan, I did run in verbose mode but only got this output with the 587 SMTP port from gmail
Email from <ELog@localhost.localdomain> to XXXX@gmail.com, SMTP host smtp.gmail.com:
220 smtp.gmail.com ESMTP n1sm6153685pfd.156 - gsmtp |
Re: email notification for self register 2 3 and 4, posted by Stefan Ritt on Mon Jun 8 09:12:27 2020
|
STARTTLS is not supported natively by elog. You have to disable this in your SMTP server.
Stefan
pierre |
How to prevent file path leaks on a 404 page, posted by Rich Loring on Tue May 12 15:47:33 2020
|
Hello,
We used the Elog RPM binary installation method to install Elog. Our security scanners are complaining that Elog discloses the version information
when you hit a missing page (404 error). How can I hide this version info? Is there a snippet of code somewhere that I can comment out? |