Re: admin menu, posted by Stefan Ritt on Mon Dec 20 17:22:28 2004
|
> Could you implemet and option 'admin menu' which gets displayed
> when an 'admin' is logged in. This menu could e.g. also include 'Delete'
> while the normal menu would not.
You can achieve the same via
Allow delete = <admin name> |
Re: Implementation of RSS feeds, posted by Matthew on Tue Jan 4 00:55:26 2005
|
The <pubDate> item doesn't appear to be a valid RFC-822 date. Causes some
aggregators to fail when parsing.
The error is shown by Feedvalidator:
http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fmidas.psi.ch%2Felogs%2FForum%2Felog.rdf
> I implemented experimentally RSS feeds into Elog. Before releasing this new
> addition, I would like to collect some experience with it. This forum now
> supports RSS feeds, for which you can subscribe with a RSS feed reader like
> Mozilla Firefox. Please give it a try and send me any feedback.
>
> For an introduction to RSS feeds, please see
>
> http://www.webreference.com/authoring/languages/xml/rss/intro/
>
> To subscribe to a logbook, enter following URL into your RSS reader:
>
> http://<your-elog-host.domain>/<logbook>/elog.rdf
>
> From the newest Mozilla Firefox browser, you can also click on the RSS box at
> the lower right corner of the browser (see attachment). |
Find using multiple values with MOptions, posted by Neil Swartz on Sat Jan 8 16:40:04 2005
|
I have a logbook with an attribute that has a number of fixed values. I
use MOptions to prevent typos when entering and allow multiple "keywords".
When searching the users can only search on one keyword.
Is there any way to search on multiple values (AAA|BBB|CCC)? If I do not
use MOption, they can do this, but the users entering logs may mistype the
keywords. |
Menu command = doesn't list, posted by PJ Meyer on Wed Jan 12 23:53:27 2005
|
Have tried to use "Menu commands =" to list menu commands available as per:
"Menu commands = List, Back, New, Edit, Delete, Find, Config, HELP, Logout"
but it does not seem to work; with command above I get default menu
structure.
Using:
"Find Menu commands = List, Back, New, Edit, Find, Delete, Config, Logout,
HELP"
I get the menu I want.
Q what's the difference????? |
How do I Export the 'Date' and 'Text' fields., posted by Rashid Ali on Mon Jan 17 01:13:27 2005
|
I can export the Attributes I define easily and the Subject. Can't seem to
export the Entry Date and the Text fields.
Help. |
Re: Menu command = doesn't list, posted by Stefan Ritt on Mon Jan 17 15:22:30 2005
|
> Have tried to use "Menu commands =" to list menu commands available as per:
> "Menu commands = List, Back, New, Edit, Delete, Find, Config, HELP, Logout"
>
> but it does not seem to work; with command above I get default menu
> structure.
>
> Using:
> "Find Menu commands = List, Back, New, Edit, Find, Delete, Config, Logout,
> HELP"
>
> I get the menu I want.
> Q what's the difference?????
"Find menu commands" apply to the LIST of entries, while "Menu commands" apply
to the page where a SINGLE entry is shown. I know that "Find menu commands" is
a misleading name, but it's historical, I should change it to "Menu commands"
and change the other to "Entry menu commands", does that make more sense? |
increasing the height of the attribute display field, posted by John Habermann on Thu Jan 20 16:32:25 2005
|
Was wondering if it was possible to increase the height that the text box
for an attribute is displayed as. I would like to construct a form for a
weekly report which consist of a couple of text area attributes. I have
found the format option and can see how you can increase the width and
number of characters but not the height. This is what is have in the config
file for the log book:
-----------------------
[Weekly Reports]
Comment = The logbook for people to enter their weekly reports
Attributes = Author,Position, Achievements_last_week, Plans for Coming Week,
Issues and Concerns, Other Items to Report
Format Achievements_last_week = 0,messageframe,attribvalue,90,1000
Show text = 0
Enable Attachments = 0
---------------------------
Basically what I would like is for the text field for 4 of the attributes to
be something like the text area for the main body. Is that possible or is a
better way to incorporate the form into the main body somehow?
Thanks for any help. Been using elog for about a month now as a logging tool
for our IT team and this is the first time i have had to ask anything thanks
to the great documentation and the example. Great job Stefan |
mirroring specific logbooks, posted by John Habermann on Sun Jan 23 02:51:58 2005
|
Hi
I was just wondering if it is possible to define what logbooks you want
mirrored in the [Global] part of the elogd.conf file. I want to mirror the
logbooks that I use for work from my laptop to the work server but I have
set up other logbooks that I will use for uni and other non work projects.
I have set the mirroring up in [Global] using the cron based settings but I
am guessing that is going to try and mirror all the logbooks.
;The mirror settings
Mirror server = tanami:8080
;Mirror the contents of the elogd.conf file for individual logbooks but not
global settings
Mirror config = 1
;Mirror every hour between 07:00 and 20:00 during the week day
Mirror cron = 0 7-20 * * 1-5
Mirror user = john
I gather my personal logbooks won't sync across as I get an "error accessing
remote logbook" so that is fine but was just wondering if you can set it so
that you can define in global what logbooks you want to sync.
thank you
John |
|