SMTP Host Error and export to CSV question, posted by Banata Wachid Ridwan on Thu Jan 29 10:16:01 2015
|
Hello
first of all, congrats for bring back the forum after down for sometimes, :D
but seems my old account is broken, I cant login with that anymore, so I make new account and strangely I can make identical account like the |
Re: SMTP Host Error and export to CSV question, posted by Andreas Luedeke on Thu Jan 29 14:20:13 2015
|
If you have more than one topic it is better to do more than one post.
I did not understand your first question. You should not have a line "SMTP host= " if you don't want to send any email. Have you
tried "Suppress Email to users=1" to get rid of the error message? |
Re: SMTP Host Error and export to CSV question, posted by Banata Wachid Ridwan on Fri Jan 30 03:12:33 2015   
|
sorry for may bad english, not my natives :D
for first question, I'll make it clear,
after sometimes running elog, suddenly SMTP host error occured. |
Re: SMTP Host Error, posted by Andreas Luedeke on Mon Feb 2 10:13:58 2015
|
You need to specify "Suppress Email to users=1" in the [global] section of the configuration. And it does matter
if the letters are capitalized on not.
Banata |
Re: SMTP Host Error, posted by Stefan Ritt on Mon Feb 2 12:44:24 2015
|
That's not correct. Any option in the configuration file is case-insensitive. It should also not matter if the statement is under
the logbook or in the [global] section.
What you probably made wrong is to write "supress email to users =1" instead "suppress |
Re: SMTP Host Error, posted by Andreas Luedeke on Tue Feb 3 06:48:32 2015
|
Hey, great: I've learned something new about elog! I always took great care to get the capitalization of the options correct
Stefan Ritt wrote:
|
Re: CSV question, posted by Andreas Luedeke on Mon Feb 2 10:29:15 2015 
|
I've imported your export.csv file with OpenOffice 3.1.1 and with Excel 2010 and it both works fine (see attachments).
You should
consult some Microsoft Helpdesk: ELOG works fine :-)
PS: I'm no English native speaker either. I have been told that international business
language is anyway not English, but "Bad English" |
Re: CSV question, posted by Stefan Ritt on Mon Feb 2 10:39:33 2015
|
If you enter ELOG text body entreis as HTML, they will be exported as HTML, and thus you have the <p> tags. To avoid them, enter the ELOG text
body as plain text, or just remove them in your spreadsheet via find and replace (find "<p>" and replace by nothing). Ther is NO HTML to
text converter in ELOG, so they cannot be stipped automatically. And maybe other people DO want the full HTML there. |
Re: CSV question, posted by Banata Wachid Ridwan on Wed Feb 4 09:10:32 2015
|
so I assume there is a way to force member to use plain text mode, right? :D
how to make my member force to use plain text?
thanx for help sir, |
Re: CSV question, posted by Stefan Ritt on Wed Feb 4 13:06:52 2015
|
Allowed encoding = 1
As written in the documentation (which you should read before asking questions here)
Banata |
Permission on reply, posted by Banata Wachid Ridwan on Fri Jan 30 03:15:25 2015
|
is it possible to set reply only for certain member?
all members can submit lobook, but only certain member can make reply on it
thanx for help and so sorry if I have too many question :D |
Re: Permission on reply, posted by Stefan Ritt on Fri Jan 30 09:30:35 2015
|
You can use the switches
Alloe reply = <user list>
Deny reply = <user list> |
Re: Permission on reply, posted by Banata Wachid Ridwan on Wed Feb 4 09:48:32 2015
|
so let say I just want to add certain members for replying logbook, so I just need to add parameter Allow reply = <user list>
and automatically all members not listed will be forbidden, am I correct?
I dont need to specify members for "Deny Reply" right ? |
Re: Permission on reply, posted by David Pilgram on Wed Feb 4 10:33:16 2015
|
Hi Banata,
If you only have a few people who can reply, then use
Allow reply = <user list> |
calculate the value of one attribute depending upon the value of other attribute., posted by dev on Thu Jan 22 17:27:47 2015
|
I HAVE A LOGBOOK WHICH KEEPS THE RECORD OF ALL FAULT BOOKED BY DIFFERENT SUBSCRIBER.THIS LOGBOOK HAS THREE ATTRIBUTE DOWNTIME,UPTIME & TOTAL
DURATION (DATE &TIME FORMAT) . I WANT TO CALCULATE THE TOTAL DURATION AUTOMATICALLY WHENEVR UPTIME VALUE IS GIVEN AND IF THE UPTIME IS NOT
GIVEN IT SHOULD CALCULATE DEPENDING UPON THE SYSTEM PRESENT TIME.PLEAS EXPLAIN IT WITH EXAMPLE. |
Re: calculate the value of one attribute depending upon the value of other attribute., posted by Andreas Luedeke on Mon Jan 26 15:56:41 2015
|
If you have the following elogd.cfg:
Attributes = START, END, DURATION
subst DURATION = $shell( /usr/local/elog/diff.sh \"$START\" \"$END\")
Show Attributes Edit = START, |
Re: calculate the value of one attribute depending upon the value of other attribute., posted by dev on Mon Jan 26 19:24:02 2015
|
I tried that It is not calculating and it is giving the error "Shell execution not enabled via -x flag ".I started elogd -x from command prompt it still gives the
same error. |
Re: calculate the value of one attribute depending upon the value of other attribute., posted by Andreas Luedeke on Tue Jan 27 15:59:59 2015
|
Yes, I forgot to mention that you need to enable shell script execution by starting the server with "elogd -x".
Before you start elogd from the command line you need to shutdown any running elogd; otherwise the port is blocked and the command line elogd
cannot start: "sudo /sbin/service elogd stop" |
Re: calculate the value of one attribute depending upon the value of other attribute., posted by dev on Tue Jan 27 17:18:17 2015
|
I am working in window system.Itries using elogd stop and start command but it is always showing it is running.Kindly help me
thanking you.
Andreas |
Re: calculate the value of one attribute depending upon the value of other attribute., posted by Andreas Luedeke on Wed Jan 28 09:57:11 2015
|
Unfortunately I cannot help you with Windows. But you must have started the service somehow in the first place: that is where I would expect you can
stop it as well.
dev |
how to calculate the time , posted by dev on Mon Jan 26 15:46:04 2015
|
I HAVE A LOGBOOK WHICH KEEPS THE RECORD OF ALL FAULT BOOKED BY DIFFERENT SUBSCRIBER.THIS
LOGBOOK HAS THREE ATTRIBUTE DOWNTIME,UPTIME & TOTAL DURATION (DATE &TIME FORMAT) . I WANT TO CALCULATE THE TOTAL DURATION AUTOMATICALLY WHENEVR UPTIME VALUE IS GIVEN AND IF THE UPTIME IS |
filter with or operation/TIME DURATION CALCULATION , posted by dev on Wed Jan 21 02:15:12 2015
|
1.I HAVE A ELOG BOOK WITH TWO ATTRIBUTE 'FROM' &'TO'. I WANT TO USE A FILTER WHICH WILL SEARCH FOR A VALUE IN BOTH ATTRIBUTE
.KINDLY HELP ME.
2. HOW TO CALCULATE THE TIME DURATION AUTOMATICALLY BASED ON TWO ATTRIBUTES 'START TIME' AND 'STOP TIME' . |
Re: filter with or operation/TIME DURATION CALCULATION , posted by Andreas Luedeke on Thu Jan 22 08:35:23 2015
|
dev
wrote:
1.I HAVE A ELOG BOOK WITH TWO ATTRIBUTE 'FROM' &'TO'. |
Problem with embedded Iframes, posted by Eric Quintero on Mon Jan 12 23:26:18 2015
|
We've upgraded our ELOG installation to v3, and we really like the new CKeditor. However, one of my users has noticed a problem when using Iframe
HTML elements with CKeditor; namely that the HTML is not present when trying to edit the post, and saving the post erases the HTML.
I was able to reproduce this fairly simply, by trying to embed a youtube video. I would create a new post, click the "Source" view in |
Re: Problem with embedded Iframes, posted by Stefan Ritt on Tue Jan 13 10:10:56 2015
|
This is an issue with CKEditor, not with ELOG.
Maybe this helps:
http://drupal.stackexchange.com/questions/96069/ckeditor-removes-iframes-in-editor-after-update-to-6-x-1-14 |
Translation problem, posted by Banata on Tue Jan 6 03:04:51 2015
|
Hello, I try to translate elog using 2.9 version, I never try on 2.9 until new version 3.0 released
I translate 2 files here : elcode_indonesia.html and eloglang.indonesia,
after new version 3.0 I try to load those translation to the latest version using : |
Re: Translation problem, posted by Stefan Ritt on Tue Jan 6 09:20:44 2015
|
Maybe
language = indonesia
instead |
Re: Translation problem, posted by Banata on Wed Jan 7 08:04:08 2015
|
sorry, this is the elog.cfg on my server
Theme = default
Comment = Logbook Balai Sabo |
Re: Translation problem, posted by Stefan Ritt on Wed Jan 7 09:07:49 2015
|
The Language = ... setting has to be under the [global] section as written in the documentation: http://midas.psi.ch/elog/config.html
Banata |
Re: Translation problem, posted by Banata on Fri Jan 9 08:59:38 2015
|
ah really thanx, this is the one I missed,
oh btw, can I send this language to you?, if you want to add it as distribution on next version maybe, Indonesian language
Stefan |
Re: Translation problem, posted by Stefan Ritt on Fri Jan 9 09:12:12 2015
|
Sure.
Banata
wrote:
ah really thanx, this is the one I missed, |
Re: Translation problem, posted by Banata on Mon Jan 12 04:04:57 2015
|
here you go language translation for Indonesia, if you find any mistakes or missing things please contact me
Stefan
Ritt wrote:
Sure. |
Re: Translation problem, posted by Stefan Ritt on Mon Jan 12 11:10:33 2015
|
I also need elcode_indonesia.html and eloghelp_indonesia.html.
Banata
wrote:
here you go language translation for Indonesia, if you find any mistakes |
Re: Translation problem, posted by Banata on Tue Jan 13 02:48:50 2015
|
oh, okay, elcode_indonesia.html
for eloghelp still on progress, :D
Stefan |
Re: Translation problem, posted by Banata on Tue Jan 13 04:06:48 2015
|
this is eloghelp
Banata
wrote:
oh, okay, elcode_indonesia.html |
using a predefined format with predefined informations that an user should fill at each run of data , posted by Iolanda Matea on Fri Jan 9 17:30:31 2015
|
Hello!
I was wondering if it is possible (and how) to define a template (something equivalent to an excel table with some required informations to be
filled) that opens each time one wants to make a new entry of a given type, e.g., I want this template to open only when the informations concern data |
Re: using a predefined format with predefined informations that an user should fill at each run of data , posted by Stefan Ritt on Mon Jan 12 11:24:00 2015
|
In ELOG you can define "attributes", so take one attribute for each informaiton you need. The flag these attributes as required via "Required
attributes = ...". If you only want this attributes for certain occations (like data taking in your case), you can either do a separato logbook for
data taking, or use "conditional attributes" to make these attributes only show up for data taking. |