Re: new entry form - "minimalist" approach , posted by Stefan Ritt on Fri Sep 22 07:54:58 2006
|
frederic poncin wrote: | I'm playing with the configuration files in order to produce a "minimal" form.
At this time, I did not succeed in removing the following components:
- the "Fields marked with * are required" field |
This is handled by
Required attributes = ...
so just remove this line completely if you don't need them.
frederic poncin wrote: |
- the "Entry time:" field
- the "encoding ELCode / plain / HTML" field
- the "preview" button
- the duplication of the Submit/Preview/Back buttons on the top and the bottom of the page.
|
These fields are always present and cannot be turned off. If you are concerned about screen space (PDA\?), you can change the CSS file for smaller fonts etc. |
Re: Entry Submission Help, posted by Stefan Ritt on Mon Sep 25 21:09:58 2006
|
kcmin wrote: | 1. When an entry is submitted is it possible to have it return to the submit page instead of a summary of the entry. In the ELog.cfg syntax on the site it mentions something about this. However It says something about a file being present in the resource directory. I am not sure what to do here. |
You can hand-write a HTML file which gets displayed after submission, but that's probably not what you want. Unfortunately there is no option to go back to the submit page, so you have to click New again. If you want to enter a bulk of data, you can also do a CSV import. Maybe that's easier for you. Just write a comma-separated-value file, and import it via "CSV Import".
kcmin wrote: | 2. When you submit an entry is it possible for the fields to stay set to the value that was selected on submission of the last entry. You would need to still be able to change them though. |
The Duplicate command was made for that. Just select an entry which is close to your new one (might be the last one entered), and click Duplicate. This gets you to what you want. |
Email format, posted by Arckonit on Tue Oct 17 09:11:15 2006
|
Hi all,
Before all, i would say that ELOG is simply one of the best web-based program
Simple and fast
Just one day to configure it for our firm with multiple groups and so on ^^
So, my last problem is in the Email format
I know the use "use email heading" and other, but i would like to configure the body of the mail, where there is the link, the name of the author, etc.
I wonder if it could be customized
thank again for this soft, and good continuation |
Re: Email format, posted by Stefan Ritt on Tue Oct 17 09:14:41 2006
|
Arckonit wrote: | I know the use "use email heading" and other, but i would like to configure the body of the mail, where there is the link, the name of the author, etc. |
Following options can be used to format the email body:
- Use Email heading = ...
- Use Email Subject = ...
- Email attributes = ...
- Email encoding = ...
- Email format = ...
Probably the last one is the one you are looking for... |
Re: Email format, posted by Arckonit on Tue Oct 17 09:29:39 2006
|
Thanx for the quick answer
Email format = ?
Where can i find some help to use this feature ? |
Re: Email format, posted by Stefan Ritt on Tue Oct 17 09:32:21 2006
|
Arckonit wrote: | Thanx for the quick answer
Email format = ?
Where can i find some help to use this feature ? |
RTFM!
http://midas.psi.ch/elog/config.html#flags search for Email format |
Re: Email format, posted by Arckonit on Tue Oct 17 09:35:01 2006
|
;)I've searched, i don't understand
but thanks !
"relis ton foutu manuel !"
excellent |
XML, CSV and Raw export produces 'last' page only, posted by Brian Marshall on Mon Nov 6 17:41:13 2006
|
The Find command page provides an option, 'Display n entries per page' which is useful when the result of the search is to be viewed on-screen.
However this value is also applied to CSV, XML and Raw export and only the 'last' page of data is exported.
For example, if there are 17 matching entries and n is set to 8, only one entry will appear in the exported file.
In my opinion, this option should be ignored for XML, CSV and Raw export and all matching entries should be exported. |